@appscode/design-system 1.1.0-beta.32 → 1.1.0-beta.34
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/base/utilities/_colors.scss +98 -31
- package/base/utilities/_global.scss +9 -9
- package/base/utilities/_typography.scss +2 -2
- package/base/utilities/dark-theme.scss +8 -2
- package/components/_ac-alert-box.scss +2 -2
- package/components/_ac-card.scss +0 -0
- package/components/_ac-code-highlight.scss +12 -9
- package/components/_ac-drag.scss +4 -4
- package/components/{_input.scss → _ac-input.scss} +7 -53
- package/components/_ac-modal.scss +2 -2
- package/components/_ac-multi-select.scss +17 -17
- package/components/_ac-select-box.scss +5 -5
- package/components/_ac-table.scss +7 -7
- package/components/_ac-tabs.scss +26 -29
- package/components/{_terminal.scss → _ac-terminal.scss} +6 -6
- package/components/_all.scss +5 -6
- package/components/_buttons.scss +10 -10
- package/components/_image-upload.scss +4 -4
- package/components/_left-sidebar-menu.scss +13 -9
- package/components/_monaco-editor.scss +2 -2
- package/components/_navbar.scss +7 -7
- package/components/_nested-list.scss +2 -2
- package/components/_overview-info.scss +3 -3
- package/components/_pricing-table.scss +5 -5
- package/components/_progress-bar.scss +74 -61
- package/components/_subscription-card.scss +10 -8
- package/components/_table-of-content.scss +4 -4
- package/components/_widget-menu.scss +12 -7
- package/components/_wizard.scss +286 -13
- package/components/bbum/_information-center.scss +10 -8
- package/components/bbum/_mobile-desktop.scss +14 -9
- package/components/bbum/_single-post-preview.scss +9 -9
- package/components/ui-builder/_ui-builder.scss +11 -193
- package/components/ui-builder/_vue-open-api.scss +13 -58
- package/layouts/_code-preview.scss +7 -6
- package/package.json +1 -1
- package/vue-components/v3/alert/Alert.vue +1 -1
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +2 -4
- package/vue-components/v3/button/Button.vue +11 -18
- package/vue-components/v3/cards/Vendor.vue +1 -1
- package/vue-components/v3/editor/FilteredFileEditor.vue +0 -4
- package/vue-components/v3/footer/Status.vue +9 -3
- package/vue-components/v3/form/Form.vue +3 -0
- package/vue-components/v3/header/Header.vue +1 -1
- package/vue-components/v3/navbar/User.vue +4 -4
- package/vue-components/v3/notification/AlertBox.vue +1 -2
- package/vue-components/v3/pagination/Pagination.vue +1 -2
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +17 -20
- package/vue-components/v3/sidebar/Sidebar.vue +2 -2
- package/vue-components/v3/sidebar/Steps.vue +2 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +2 -39
- package/vue-components/v3/table/Table.vue +8 -8
- package/vue-components/v3/table/TableRow.vue +2 -2
- package/components/_input-card.scss +0 -232
- /package/components/{_accordion.scss → _ac-accordion.scss} +0 -0
- /package/components/{_report.scss → _ac-report.scss} +0 -0
|
@@ -161,7 +161,7 @@ watch(
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
.multiselect__tag {
|
|
164
|
-
background-color: $
|
|
164
|
+
background-color: $dark-bg-light;
|
|
165
165
|
margin-top: 4px;
|
|
166
166
|
margin-bottom: 0;
|
|
167
167
|
|
|
@@ -245,9 +245,6 @@ watch(
|
|
|
245
245
|
&.multiselect__option--highlight {
|
|
246
246
|
background-color: $white-100;
|
|
247
247
|
color: $primary;
|
|
248
|
-
&:hover {
|
|
249
|
-
background-color: $primary-97;
|
|
250
|
-
}
|
|
251
248
|
|
|
252
249
|
&:after {
|
|
253
250
|
background-color: hsla(
|
|
@@ -337,7 +334,7 @@ watch(
|
|
|
337
334
|
&.has-bg-color {
|
|
338
335
|
label.show-label {
|
|
339
336
|
&:after {
|
|
340
|
-
background-color:
|
|
337
|
+
background-color: $ac-bg;
|
|
341
338
|
}
|
|
342
339
|
}
|
|
343
340
|
}
|
|
@@ -351,7 +348,7 @@ watch(
|
|
|
351
348
|
font-size: 12px;
|
|
352
349
|
top: -9px;
|
|
353
350
|
font-weight: 500;
|
|
354
|
-
color: $black
|
|
351
|
+
color: $ac-black;
|
|
355
352
|
}
|
|
356
353
|
}
|
|
357
354
|
|
|
@@ -531,7 +528,7 @@ watch(
|
|
|
531
528
|
left: 20px;
|
|
532
529
|
top: 11px;
|
|
533
530
|
cursor: text;
|
|
534
|
-
color: $
|
|
531
|
+
color: $ac-label-text;
|
|
535
532
|
position: absolute;
|
|
536
533
|
z-index: 99;
|
|
537
534
|
transition: 0.3s ease-in-out;
|
|
@@ -549,7 +546,7 @@ watch(
|
|
|
549
546
|
left: 15px;
|
|
550
547
|
padding: 0 5px;
|
|
551
548
|
font-size: 13px;
|
|
552
|
-
color: $black
|
|
549
|
+
color: $ac-black;
|
|
553
550
|
|
|
554
551
|
&::after {
|
|
555
552
|
background-color: $white-100;
|
|
@@ -720,33 +717,33 @@ li {
|
|
|
720
717
|
}
|
|
721
718
|
|
|
722
719
|
&::-webkit-scrollbar-thumb {
|
|
723
|
-
background-color: $
|
|
720
|
+
background-color: $dark-bg-light;
|
|
724
721
|
border-radius: 50px;
|
|
725
722
|
height: 2px !important;
|
|
726
723
|
}
|
|
727
724
|
|
|
728
725
|
&::-moz-scrollbar-thumb {
|
|
729
|
-
background-color: $
|
|
726
|
+
background-color: $dark-bg-light;
|
|
730
727
|
border-radius: 50px;
|
|
731
728
|
height: 2px !important;
|
|
732
729
|
}
|
|
733
730
|
|
|
734
731
|
&::-ms-scrollbar-thumb {
|
|
735
|
-
background-color: $
|
|
732
|
+
background-color: $dark-bg-light;
|
|
736
733
|
border-radius: 50px;
|
|
737
734
|
height: 2px !important;
|
|
738
735
|
}
|
|
739
736
|
|
|
740
737
|
&::-webkit-scrollbar-thumb:hover {
|
|
741
|
-
background-color: $
|
|
738
|
+
background-color: $dark-bg-light;
|
|
742
739
|
}
|
|
743
740
|
|
|
744
741
|
&::-moz-scrollbar-thumb:hover {
|
|
745
|
-
background-color: $
|
|
742
|
+
background-color: $dark-bg-light;
|
|
746
743
|
}
|
|
747
744
|
|
|
748
745
|
&::-ms-scrollbar-thumb:hover {
|
|
749
|
-
background-color: $
|
|
746
|
+
background-color: $dark-bg-light;
|
|
750
747
|
}
|
|
751
748
|
|
|
752
749
|
&:hover::-webkit-scrollbar-corner {
|
|
@@ -805,33 +802,33 @@ li {
|
|
|
805
802
|
}
|
|
806
803
|
|
|
807
804
|
&::-webkit-scrollbar-thumb {
|
|
808
|
-
background-color: $
|
|
805
|
+
background-color: $dark-bg-light;
|
|
809
806
|
border-radius: 50px;
|
|
810
807
|
height: 2px !important;
|
|
811
808
|
}
|
|
812
809
|
|
|
813
810
|
&::-moz-scrollbar-thumb {
|
|
814
|
-
background-color: $
|
|
811
|
+
background-color: $dark-bg-light;
|
|
815
812
|
border-radius: 50px;
|
|
816
813
|
height: 2px !important;
|
|
817
814
|
}
|
|
818
815
|
|
|
819
816
|
&::-ms-scrollbar-thumb {
|
|
820
|
-
background-color: $
|
|
817
|
+
background-color: $dark-bg-light;
|
|
821
818
|
border-radius: 50px;
|
|
822
819
|
height: 2px !important;
|
|
823
820
|
}
|
|
824
821
|
|
|
825
822
|
&::-webkit-scrollbar-thumb:hover {
|
|
826
|
-
background-color: $
|
|
823
|
+
background-color: $dark-bg-light;
|
|
827
824
|
}
|
|
828
825
|
|
|
829
826
|
&::-moz-scrollbar-thumb:hover {
|
|
830
|
-
background-color: $
|
|
827
|
+
background-color: $dark-bg-light;
|
|
831
828
|
}
|
|
832
829
|
|
|
833
830
|
&::-ms-scrollbar-thumb:hover {
|
|
834
|
-
background-color: $
|
|
831
|
+
background-color: $dark-bg-light;
|
|
835
832
|
}
|
|
836
833
|
|
|
837
834
|
&:hover::-webkit-scrollbar-corner {
|
|
@@ -50,7 +50,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
50
50
|
height: calc(100vh - 80px);
|
|
51
51
|
overflow-y: auto;
|
|
52
52
|
padding-top: 4px;
|
|
53
|
-
scrollbar-color: $white-100 transparent;
|
|
53
|
+
scrollbar-color: $white-100-light transparent;
|
|
54
54
|
|
|
55
55
|
/* width */
|
|
56
56
|
&::-webkit-scrollbar {
|
|
@@ -210,7 +210,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
210
210
|
|
|
211
211
|
// &:active {
|
|
212
212
|
// i.fa {
|
|
213
|
-
// background-color: $
|
|
213
|
+
// background-color: $white-100-lighter;
|
|
214
214
|
// width: 25px;
|
|
215
215
|
// height: 25px;
|
|
216
216
|
// text-align: center;
|
|
@@ -25,13 +25,13 @@ withDefaults(defineProps<Props>(), {
|
|
|
25
25
|
>
|
|
26
26
|
<strong
|
|
27
27
|
:class="{
|
|
28
|
-
'is-active': step.identifier
|
|
28
|
+
'is-active': step.identifier <= activeStepIdentifier,
|
|
29
29
|
}"
|
|
30
30
|
>
|
|
31
31
|
<span
|
|
32
32
|
:class="{
|
|
33
33
|
'step-count': true,
|
|
34
|
-
'is-active': step.identifier
|
|
34
|
+
'is-active': step.identifier <= activeStepIdentifier,
|
|
35
35
|
}"
|
|
36
36
|
>{{ step.identifier }}</span
|
|
37
37
|
>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
a {
|
|
17
17
|
display: flex;
|
|
18
18
|
align-items: center;
|
|
19
|
-
color: $
|
|
19
|
+
color: $black-40;
|
|
20
20
|
position: relative;
|
|
21
21
|
z-index: 1;
|
|
22
22
|
padding: 8px 16px;
|
|
@@ -60,44 +60,7 @@
|
|
|
60
60
|
visibility: visible;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
color: $danger;
|
|
65
|
-
&:hover {
|
|
66
|
-
&::after {
|
|
67
|
-
background-color: $red-90;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
&:after {
|
|
71
|
-
opacity: 1;
|
|
72
|
-
visibility: visible;
|
|
73
|
-
background-color: transparent;
|
|
74
|
-
}
|
|
75
|
-
&.is-active {
|
|
76
|
-
color: $danger;
|
|
77
|
-
&:hover {
|
|
78
|
-
&::after {
|
|
79
|
-
background-color: $red-90;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
&:after {
|
|
83
|
-
opacity: 1;
|
|
84
|
-
visibility: visible;
|
|
85
|
-
background-color: $red-95;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
&.is-success {
|
|
90
|
-
color: $success;
|
|
91
|
-
&:hover {
|
|
92
|
-
&::after {
|
|
93
|
-
background-color: $green-90;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
&:after {
|
|
97
|
-
opacity: 1;
|
|
98
|
-
visibility: visible;
|
|
99
|
-
background-color: transparent;
|
|
100
|
-
}
|
|
63
|
+
span {
|
|
101
64
|
}
|
|
102
65
|
}
|
|
103
66
|
&.is-open {
|
|
@@ -272,7 +272,7 @@ onUpdated(() => {
|
|
|
272
272
|
margin-bottom: 0;
|
|
273
273
|
|
|
274
274
|
thead {
|
|
275
|
-
background-color: $
|
|
275
|
+
background-color: $white-100-lighter;
|
|
276
276
|
font-size: 13px;
|
|
277
277
|
line-height: initial;
|
|
278
278
|
|
|
@@ -334,7 +334,7 @@ onUpdated(() => {
|
|
|
334
334
|
box-shadow: inset 0 0 0 1px $primary;
|
|
335
335
|
border-radius: 4px;
|
|
336
336
|
border-bottom: none;
|
|
337
|
-
color: $black
|
|
337
|
+
color: $ac-black;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
tr {
|
|
@@ -348,10 +348,10 @@ onUpdated(() => {
|
|
|
348
348
|
box-shadow: inset 0 0 0 1.2px $primary;
|
|
349
349
|
border-radius: 4px;
|
|
350
350
|
border-bottom: none;
|
|
351
|
-
color: $black
|
|
351
|
+
color: $ac-black;
|
|
352
352
|
transition: 0.3s ease-in-out;
|
|
353
353
|
.tag {
|
|
354
|
-
background-color: $primary;
|
|
354
|
+
background-color: $primary-90;
|
|
355
355
|
}
|
|
356
356
|
&:hover {
|
|
357
357
|
background-color: $primary-95 !important;
|
|
@@ -474,7 +474,7 @@ onUpdated(() => {
|
|
|
474
474
|
right: -451px;
|
|
475
475
|
top: -1px;
|
|
476
476
|
visibility: visible;
|
|
477
|
-
background-color: $
|
|
477
|
+
background-color: $white-100-lighter;
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
480
|
|
|
@@ -536,7 +536,7 @@ onUpdated(() => {
|
|
|
536
536
|
.ac-single-checkbox {
|
|
537
537
|
.is-checkradio[type="checkbox"] {
|
|
538
538
|
&.ac-checkbox + label {
|
|
539
|
-
color: $
|
|
539
|
+
color: $ac-link-black;
|
|
540
540
|
|
|
541
541
|
&::before {
|
|
542
542
|
height: 16px;
|
|
@@ -559,7 +559,7 @@ onUpdated(() => {
|
|
|
559
559
|
}
|
|
560
560
|
|
|
561
561
|
&:checked + label::after {
|
|
562
|
-
border-color: $
|
|
562
|
+
border-color: $white-100-lighter;
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
565
|
}
|
|
@@ -652,7 +652,7 @@ onUpdated(() => {
|
|
|
652
652
|
// table inner shadow
|
|
653
653
|
.table-inner-shadow {
|
|
654
654
|
border-radius: 0px;
|
|
655
|
-
background: $
|
|
655
|
+
background: $white-100-lighter;
|
|
656
656
|
box-shadow: inset 5px 5px 10px #e3e6e9, inset -5px -5px 10px #ffffff;
|
|
657
657
|
}
|
|
658
658
|
|
|
@@ -77,7 +77,7 @@ const toggleCollapse = () => {
|
|
|
77
77
|
>
|
|
78
78
|
<table-cell v-if="collapsible">
|
|
79
79
|
<collapsible-button
|
|
80
|
-
modifier-classes="is-square is-light height-20 width-20 is-rounded is-size-7
|
|
80
|
+
modifier-classes="is-square is-light height-20 width-20 is-rounded is-size-7"
|
|
81
81
|
:icon-class="isCollapsed ? 'chevron-right' : 'chevron-down'"
|
|
82
82
|
@click.stop="toggleCollapse"
|
|
83
83
|
/>
|
|
@@ -102,7 +102,7 @@ const toggleCollapse = () => {
|
|
|
102
102
|
>
|
|
103
103
|
<table-cell v-if="collapsible">
|
|
104
104
|
<collapsible-button
|
|
105
|
-
modifier-classes="is-square is-light height-20 width-20 is-rounded is-size-7
|
|
105
|
+
modifier-classes="is-square is-light height-20 width-20 is-rounded is-size-7"
|
|
106
106
|
:icon-class="isCollapsed ? 'chevron-right' : 'chevron-down'"
|
|
107
107
|
@click.stop="toggleCollapse"
|
|
108
108
|
/>
|
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
// card select
|
|
2
|
-
.card-select {
|
|
3
|
-
height: 94px;
|
|
4
|
-
padding: 10px;
|
|
5
|
-
background-color: $white-100;
|
|
6
|
-
border: 1px solid $primary-90;
|
|
7
|
-
box-sizing: border-box;
|
|
8
|
-
border-radius: 4px;
|
|
9
|
-
transition: 0.3s ease-in-out;
|
|
10
|
-
position: relative;
|
|
11
|
-
z-index: 1;
|
|
12
|
-
width: 250px;
|
|
13
|
-
|
|
14
|
-
&.is-active-require-field {
|
|
15
|
-
&:after {
|
|
16
|
-
content: "";
|
|
17
|
-
position: absolute;
|
|
18
|
-
width: 100%;
|
|
19
|
-
height: 100%;
|
|
20
|
-
background-color: $black-5;
|
|
21
|
-
top: 0;
|
|
22
|
-
left: 0;
|
|
23
|
-
z-index: 1;
|
|
24
|
-
opacity: 0.6;
|
|
25
|
-
border-radius: 4px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.r-dropdown-item {
|
|
29
|
-
opacity: 1;
|
|
30
|
-
visibility: visible;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&.is-singleline {
|
|
35
|
-
height: auto;
|
|
36
|
-
padding: 0;
|
|
37
|
-
border: none;
|
|
38
|
-
background-color: transparent;
|
|
39
|
-
width: auto;
|
|
40
|
-
margin-bottom: 0;
|
|
41
|
-
|
|
42
|
-
label {
|
|
43
|
-
font-weight: 400 !important;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
&:hover {
|
|
47
|
-
box-shadow: none;
|
|
48
|
-
border: none;
|
|
49
|
-
|
|
50
|
-
label {
|
|
51
|
-
color: $primary !important;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.ac-single-radio,
|
|
56
|
-
.ac-single-checkbox {
|
|
57
|
-
label {
|
|
58
|
-
font-size: 13px;
|
|
59
|
-
line-height: 20px;
|
|
60
|
-
color: $primary-5;
|
|
61
|
-
padding-left: 25px !important;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
&.is-disabled {
|
|
66
|
-
background-color: transparent;
|
|
67
|
-
|
|
68
|
-
label {
|
|
69
|
-
color: $primary-10;
|
|
70
|
-
cursor: not-allowed;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.ac-single-radio .is-checkradio[type="radio"]:checked+label {
|
|
75
|
-
color: $primary;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.ac-single-radio {
|
|
79
|
-
margin-bottom: 0;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
&.is-disabled {
|
|
84
|
-
background-color: $primary-90;
|
|
85
|
-
cursor: not-allowed;
|
|
86
|
-
opacity: 0.8;
|
|
87
|
-
|
|
88
|
-
&:hover {
|
|
89
|
-
border-color: transparent;
|
|
90
|
-
box-shadow: none;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
&:hover {
|
|
95
|
-
box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.2);
|
|
96
|
-
border: 1px solid transparent;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
&.is-selected {
|
|
100
|
-
border: 1px solid $primary;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
&:last-child {
|
|
104
|
-
margin-right: 0;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// inline more button Start
|
|
108
|
-
.more-option {
|
|
109
|
-
position: relative;
|
|
110
|
-
z-index: 1;
|
|
111
|
-
|
|
112
|
-
.btn-more-option {
|
|
113
|
-
background-color: #e4e4e4;
|
|
114
|
-
height: 16px;
|
|
115
|
-
width: 30px;
|
|
116
|
-
border: none;
|
|
117
|
-
border-radius: 3px;
|
|
118
|
-
padding: 0;
|
|
119
|
-
cursor: pointer;
|
|
120
|
-
margin-left: 5px;
|
|
121
|
-
display: inline-flex;
|
|
122
|
-
align-items: center;
|
|
123
|
-
justify-content: center;
|
|
124
|
-
transform: translate(0px, -2px);
|
|
125
|
-
|
|
126
|
-
span {
|
|
127
|
-
display: inline-flex;
|
|
128
|
-
width: 4px;
|
|
129
|
-
height: 4px;
|
|
130
|
-
border-radius: 50%;
|
|
131
|
-
background-color: #b1b1b1;
|
|
132
|
-
margin-right: 2px;
|
|
133
|
-
|
|
134
|
-
&:last-child {
|
|
135
|
-
margin-right: 0;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.r-dropdown-item {
|
|
142
|
-
position: absolute;
|
|
143
|
-
z-index: 2;
|
|
144
|
-
right: 10px;
|
|
145
|
-
top: 10px;
|
|
146
|
-
background-color: $white-100;
|
|
147
|
-
box-shadow: $ac-shadow-2;
|
|
148
|
-
display: inline-block;
|
|
149
|
-
border-radius: 4px;
|
|
150
|
-
padding: 5px 15px;
|
|
151
|
-
width: 200px;
|
|
152
|
-
opacity: 0;
|
|
153
|
-
visibility: hidden;
|
|
154
|
-
transition: 0.3s ease-in-out;
|
|
155
|
-
|
|
156
|
-
button.close-icon {
|
|
157
|
-
position: absolute;
|
|
158
|
-
right: -5px;
|
|
159
|
-
top: -5px;
|
|
160
|
-
border: 1px solid $black-80;
|
|
161
|
-
font-size: 10px;
|
|
162
|
-
height: 25px;
|
|
163
|
-
width: 25px;
|
|
164
|
-
text-align: center;
|
|
165
|
-
background-color: $white-100;
|
|
166
|
-
border-radius: 50%;
|
|
167
|
-
cursor: pointer;
|
|
168
|
-
color: $danger;
|
|
169
|
-
transition: 0.3s ease-in-out;
|
|
170
|
-
display: block;
|
|
171
|
-
|
|
172
|
-
&:hover {
|
|
173
|
-
color: $white-100;
|
|
174
|
-
background-color: $danger;
|
|
175
|
-
border: 1px solid $danger;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
li {
|
|
180
|
-
display: inline-block;
|
|
181
|
-
|
|
182
|
-
a {
|
|
183
|
-
display: block;
|
|
184
|
-
padding: 5px 10px 5px 0;
|
|
185
|
-
color: $primary-20;
|
|
186
|
-
font-size: 11px;
|
|
187
|
-
text-decoration: underline;
|
|
188
|
-
font-weight: 400;
|
|
189
|
-
|
|
190
|
-
&:hover {
|
|
191
|
-
color: $primary;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
// inline more button end
|
|
198
|
-
.ac-single-radio,
|
|
199
|
-
.ac-single-checkbox {
|
|
200
|
-
margin-bottom: 10px;
|
|
201
|
-
|
|
202
|
-
&:last-child {
|
|
203
|
-
margin-bottom: 0;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
label {
|
|
207
|
-
font-family: $font-heading;
|
|
208
|
-
font-style: normal;
|
|
209
|
-
font-weight: 500;
|
|
210
|
-
font-size: 13px;
|
|
211
|
-
line-height: 24px;
|
|
212
|
-
color: $primary-5;
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
p {
|
|
217
|
-
font-family: $font-paragraph;
|
|
218
|
-
font-style: normal;
|
|
219
|
-
font-weight: normal;
|
|
220
|
-
font-size: 13px;
|
|
221
|
-
line-height: 140%;
|
|
222
|
-
color: $primary-10;
|
|
223
|
-
|
|
224
|
-
&.is-warning {
|
|
225
|
-
color: $danger;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
a {
|
|
229
|
-
text-decoration: underline;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
File without changes
|
|
File without changes
|