@api-client/ui 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,45 @@
24
24
  .demo-row {
25
25
  margin: 20px 0;
26
26
  }
27
+
28
+ .demo .demo-section {
29
+ max-width: 858px;
30
+ margin: 0 auto 80px auto;
31
+ }
32
+
33
+ .demo h2, .demo h3 {
34
+ margin-bottom: 36px;
35
+ }
36
+
37
+ .frame {
38
+ padding: 40px;
39
+ border-radius: 20px;
40
+ border: 1px var(--md-sys-color-outline) solid;
41
+ }
42
+
43
+ .demo-grid {
44
+ grid-template-columns: 160px 1fr 1fr;
45
+ display: grid;
46
+ gap: 0 0;
47
+ justify-items: center;
48
+ align-items: center;
49
+ grid-template-rows: 40px repeat(auto-fit, minmax(80px, 1fr));
50
+ grid-auto-rows: 80px;
51
+
52
+ padding: 40px;
53
+ border-radius: 20px;
54
+ border: 1px var(--md-sys-color-outline) solid;
55
+ }
56
+
57
+ .row-name {
58
+ justify-self: end;
59
+ text-align: right;
60
+ }
61
+
62
+ ui-filled-text-field,
63
+ ui-outlined-text-field {
64
+ max-width: 240px;
65
+ }
27
66
  </style>
28
67
  </head>
29
68
  <body>