@agorapulse/ui-theme 15.0.5 → 15.0.7
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
|
}
|
|
@@ -102,6 +102,11 @@ form.submitted {
|
|
|
102
102
|
ap-symbol {
|
|
103
103
|
padding-right: $padding-s;
|
|
104
104
|
}
|
|
105
|
+
.checkmark {
|
|
106
|
+
ap-symbol {
|
|
107
|
+
padding-right: 0;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
105
110
|
}
|
|
106
111
|
&.ng-option-selected {
|
|
107
112
|
background-color: unset;
|
|
@@ -111,6 +116,13 @@ form.submitted {
|
|
|
111
116
|
fill: map_get($colors-electric-blue, 100) !important;
|
|
112
117
|
}
|
|
113
118
|
}
|
|
119
|
+
span.checkbox {
|
|
120
|
+
.checkmark {
|
|
121
|
+
ap-symbol .svg {
|
|
122
|
+
fill: white !important;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
114
126
|
}
|
|
115
127
|
&.ng-option-marked {
|
|
116
128
|
background-color: map_get($colors-electric-blue, 10);
|
|
@@ -120,6 +132,13 @@ form.submitted {
|
|
|
120
132
|
fill: map_get($colors-electric-blue, 100) !important;
|
|
121
133
|
}
|
|
122
134
|
}
|
|
135
|
+
span.checkbox {
|
|
136
|
+
.checkmark {
|
|
137
|
+
ap-symbol .svg {
|
|
138
|
+
fill: white !important;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
123
142
|
}
|
|
124
143
|
}
|
|
125
144
|
}
|
package/assets/variables.css
CHANGED
package/package.json
CHANGED
|
Binary file
|