@appscode/design-system 2.0.20 → 2.0.22-alpha.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.
package/package.json
CHANGED
|
@@ -144,64 +144,55 @@
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.is-visibility-hidden {
|
|
148
|
-
visibility: hidden !important;
|
|
149
|
-
height: 0 !important;
|
|
150
|
-
opacity: 0 !important;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
147
|
// nested elements end
|
|
154
148
|
|
|
155
|
-
.table-wrapper {
|
|
156
|
-
|
|
149
|
+
// .table-wrapper {
|
|
150
|
+
// overflow-x: auto;
|
|
157
151
|
|
|
158
|
-
|
|
159
|
-
|
|
152
|
+
// .table-inner {
|
|
153
|
+
// min-width: 630px;
|
|
160
154
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
.tr {
|
|
165
|
-
.th {
|
|
166
|
-
font-weight: 600;
|
|
167
|
-
}
|
|
155
|
+
// .thead {
|
|
156
|
+
// background-color: $primary-90;
|
|
168
157
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
158
|
+
// .tr {
|
|
159
|
+
// .th {
|
|
160
|
+
// font-weight: 600;
|
|
161
|
+
// }
|
|
162
|
+
// }
|
|
163
|
+
// }
|
|
173
164
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
165
|
+
// .thead,
|
|
166
|
+
// .tbody {
|
|
167
|
+
// .tr {
|
|
168
|
+
// display: flex;
|
|
169
|
+
// flex-wrap: nowrap;
|
|
170
|
+
// align-items: center;
|
|
171
|
+
// justify-content: space-between;
|
|
172
|
+
|
|
173
|
+
// .th,
|
|
174
|
+
// .td {
|
|
175
|
+
// width: 20%;
|
|
176
|
+
// font-size: 13px;
|
|
177
|
+
// min-width: 150px;
|
|
178
|
+
// padding: 6px 20px;
|
|
179
|
+
// }
|
|
180
|
+
// }
|
|
181
|
+
// }
|
|
191
182
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
183
|
+
// .tbody {
|
|
184
|
+
// .tr {
|
|
185
|
+
// border-bottom: 1px solid $primary-90;
|
|
186
|
+
// }
|
|
187
|
+
// }
|
|
188
|
+
// }
|
|
198
189
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
}
|
|
190
|
+
// .is-selected {
|
|
191
|
+
// border: 1px solid $primary;
|
|
192
|
+
// border-bottom: 1px solid $primary !important;
|
|
193
|
+
// border-radius: 4px;
|
|
194
|
+
// }
|
|
195
|
+
// }
|
|
205
196
|
|
|
206
197
|
.is-collapsed {
|
|
207
198
|
&.ac-nested-elements::before,
|
|
@@ -216,16 +207,16 @@
|
|
|
216
207
|
gap: 16px;
|
|
217
208
|
grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
|
|
218
209
|
}
|
|
219
|
-
.table {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
}
|
|
210
|
+
// .table {
|
|
211
|
+
// tr {
|
|
212
|
+
// &.is-selected {
|
|
213
|
+
// background-color: $primary-97;
|
|
214
|
+
// strong {
|
|
215
|
+
// color: $primary;
|
|
216
|
+
// }
|
|
217
|
+
// }
|
|
218
|
+
// }
|
|
219
|
+
// }
|
|
229
220
|
// dark theme start
|
|
230
221
|
// .is-dark-theme {
|
|
231
222
|
// .nested-body {
|
|
@@ -369,24 +360,57 @@
|
|
|
369
360
|
}
|
|
370
361
|
}
|
|
371
362
|
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
363
|
+
.up-down-buttons {
|
|
364
|
+
border-radius: 4px;
|
|
365
|
+
overflow: hidden;
|
|
366
|
+
position: relative;
|
|
367
|
+
z-index: 1;
|
|
368
|
+
max-width: 36px;
|
|
369
|
+
margin-bottom: 0 !important;
|
|
370
|
+
button {
|
|
371
|
+
width: 36px;
|
|
372
|
+
height: 18px;
|
|
373
|
+
cursor: pointer;
|
|
374
|
+
border: none;
|
|
375
|
+
color: $primary;
|
|
376
|
+
background-color: $primary-90;
|
|
377
|
+
transition: 0.3s ease-in-out;
|
|
378
|
+
&:hover {
|
|
379
|
+
background-color: $primary-80;
|
|
380
|
+
}
|
|
381
|
+
&.is-primary {
|
|
382
|
+
background-color: $primary;
|
|
383
|
+
color: $white-100;
|
|
384
|
+
&:hover {
|
|
385
|
+
background-color: $primary-30;
|
|
382
386
|
}
|
|
383
387
|
}
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
padding: 0
|
|
388
|
+
.icon {
|
|
389
|
+
margin: 0;
|
|
390
|
+
padding: 0;
|
|
391
|
+
width: auto;
|
|
392
|
+
height: auto;
|
|
387
393
|
}
|
|
388
394
|
}
|
|
389
395
|
}
|
|
396
|
+
// buttons
|
|
397
|
+
// .button {
|
|
398
|
+
// &.ac-button {
|
|
399
|
+
// &.is-medium {
|
|
400
|
+
// font-size: 1rem;
|
|
401
|
+
// height: 36px;
|
|
402
|
+
// &.is-square {
|
|
403
|
+
// width: 36px;
|
|
404
|
+
// align-items: center;
|
|
405
|
+
// justify-content: center;
|
|
406
|
+
// }
|
|
407
|
+
// }
|
|
408
|
+
// &.is-tinny {
|
|
409
|
+
// height: 24px;
|
|
410
|
+
// padding: 0 8px;
|
|
411
|
+
// }
|
|
412
|
+
// }
|
|
413
|
+
// }
|
|
390
414
|
|
|
391
415
|
// .button[disabled] {
|
|
392
416
|
// &.is-ghost {
|
|
@@ -399,26 +423,10 @@ span.is-error {
|
|
|
399
423
|
color: $danger;
|
|
400
424
|
font-weight: 400;
|
|
401
425
|
}
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
// Small devices (landscape phones, 576px and up)
|
|
411
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
// Medium devices (tablets, 768px and up)
|
|
415
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
// Large devices (desktops, 992px and up)
|
|
419
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
// Extra large devices (large desktops, 1200px and up)
|
|
423
|
-
@media (min-width: 1200px) {
|
|
426
|
+
.circle-list-shape {
|
|
427
|
+
width: 6px;
|
|
428
|
+
height: 6px;
|
|
429
|
+
background-color: $black-40;
|
|
430
|
+
display: flex;
|
|
431
|
+
border-radius: 50%;
|
|
424
432
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
.form-left-item {
|
|
7
7
|
margin-right: 16px;
|
|
8
|
-
width: calc(100% -
|
|
8
|
+
width: calc(100% - 108px);
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -518,57 +518,11 @@
|
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
520
|
|
|
521
|
-
input,
|
|
522
|
-
.ac-card,
|
|
523
|
-
textarea {
|
|
524
|
-
background-color: $white-100;
|
|
525
|
-
color: $primary-10;
|
|
526
|
-
height: 45px;
|
|
527
|
-
font-weight: 400;
|
|
528
|
-
width: 100%;
|
|
529
|
-
border-radius: 4px;
|
|
530
|
-
border: 1px solid $primary-80;
|
|
531
|
-
padding: 8px 16px;
|
|
532
|
-
font-size: 13px;
|
|
533
|
-
|
|
534
|
-
&:hover {
|
|
535
|
-
border-color: $black-70;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
&.bg-white {
|
|
539
|
-
background-color: $white-100;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
&.StripeElement--focus {
|
|
543
|
-
border: 1px solid $primary;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
&:focus {
|
|
547
|
-
border: 1px solid $primary;
|
|
548
|
-
outline: none;
|
|
549
|
-
background-color: $white-100;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
&[type="password"] {
|
|
553
|
-
padding-right: 40px;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
&[type="search"] {
|
|
557
|
-
padding-left: 30px;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
transition: background-color 0.3s ease-in-out;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
521
|
.ac-card {
|
|
564
522
|
height: 36px;
|
|
565
523
|
padding: 10px 20px;
|
|
566
524
|
}
|
|
567
525
|
|
|
568
|
-
textarea {
|
|
569
|
-
height: 55px;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
526
|
b.isRequired {
|
|
573
527
|
color: $danger;
|
|
574
528
|
font-size: 13px;
|