@agorapulse/ui-theme 15.0.18 → 15.0.20
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
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
.form-field {
|
|
10
10
|
margin-bottom: $padding-m;
|
|
11
11
|
|
|
12
|
-
label:not(
|
|
12
|
+
label:not(ap-radio label) {
|
|
13
13
|
@extend %small-font;
|
|
14
14
|
color: $form-control-default-label-color;
|
|
15
15
|
display: block;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
font-weight: var(--sys-text-style-body-weight) !important;
|
|
24
24
|
line-height: var(--sys-text-style-body-line-height) !important;
|
|
25
25
|
}
|
|
26
|
-
&.required label:not(
|
|
26
|
+
&.required label:not(ap-radio label):after {
|
|
27
27
|
content: '*';
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -123,6 +123,17 @@ form.submitted {
|
|
|
123
123
|
div {
|
|
124
124
|
color: $form-control-selected-font-color;
|
|
125
125
|
}
|
|
126
|
+
|
|
127
|
+
ap-avatar {
|
|
128
|
+
ap-symbol {
|
|
129
|
+
.ap-symbol {
|
|
130
|
+
color: var(--ref-color-white);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
.initials {
|
|
134
|
+
color: var(--ref-color-white);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
126
137
|
&.ng-option-selected {
|
|
127
138
|
background-color: unset;
|
|
128
139
|
span {
|
package/package.json
CHANGED
|
Binary file
|