@agorapulse/ui-theme 15.0.5 → 15.0.6
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.
|
Binary file
|
|
@@ -15,6 +15,14 @@
|
|
|
15
15
|
display: block;
|
|
16
16
|
margin-bottom: $padding-sm;
|
|
17
17
|
}
|
|
18
|
+
|
|
19
|
+
ap-checkbox label {
|
|
20
|
+
color: var(--sys-text-color-default) !important;
|
|
21
|
+
font-family: var(--sys-text-style-body-font-family) !important;
|
|
22
|
+
font-size: var(--sys-text-style-body-size) !important;
|
|
23
|
+
font-weight: var(--sys-text-style-body-weight) !important;
|
|
24
|
+
line-height: var(--sys-text-style-body-line-height) !important;
|
|
25
|
+
}
|
|
18
26
|
&.required label:not(.mat-radio-label):after {
|
|
19
27
|
content: '*';
|
|
20
28
|
}
|
|
@@ -99,9 +99,6 @@ form.submitted {
|
|
|
99
99
|
span {
|
|
100
100
|
color: $form-control-selected-font-color;
|
|
101
101
|
display: flex;
|
|
102
|
-
ap-symbol {
|
|
103
|
-
padding-right: $padding-s;
|
|
104
|
-
}
|
|
105
102
|
}
|
|
106
103
|
&.ng-option-selected {
|
|
107
104
|
background-color: unset;
|
|
@@ -111,6 +108,13 @@ form.submitted {
|
|
|
111
108
|
fill: map_get($colors-electric-blue, 100) !important;
|
|
112
109
|
}
|
|
113
110
|
}
|
|
111
|
+
span.checkbox {
|
|
112
|
+
.checkmark {
|
|
113
|
+
ap-symbol .svg {
|
|
114
|
+
fill: white !important;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
114
118
|
}
|
|
115
119
|
&.ng-option-marked {
|
|
116
120
|
background-color: map_get($colors-electric-blue, 10);
|
package/assets/variables.css
CHANGED
package/package.json
CHANGED
|
Binary file
|