@agorapulse/ui-theme 15.0.6 → 15.0.8
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
|
|
@@ -99,6 +99,14 @@ 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
|
+
.checkmark {
|
|
106
|
+
ap-symbol {
|
|
107
|
+
padding-right: 0;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
102
110
|
}
|
|
103
111
|
&.ng-option-selected {
|
|
104
112
|
background-color: unset;
|
|
@@ -124,6 +132,13 @@ form.submitted {
|
|
|
124
132
|
fill: map_get($colors-electric-blue, 100) !important;
|
|
125
133
|
}
|
|
126
134
|
}
|
|
135
|
+
span.checkbox {
|
|
136
|
+
.checkmark {
|
|
137
|
+
ap-symbol .svg {
|
|
138
|
+
fill: white !important;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
127
142
|
}
|
|
128
143
|
}
|
|
129
144
|
}
|
package/assets/variables.css
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 10 May 2023 13:03:22 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
+
--comp-icon-button-width: 36px;
|
|
8
|
+
--comp-icon-button-height: 36px;
|
|
9
|
+
--comp-icon-button-border-radius: 8px;
|
|
7
10
|
--ref-border-radius-sm: 4px;
|
|
8
11
|
--ref-border-radius-md: 6px;
|
|
9
12
|
--ref-border-radius-lg: 8px;
|
package/package.json
CHANGED
|
Binary file
|