@agorapulse/ui-theme 15.0.6 → 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
@@ -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
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 25 Apr 2023 09:06:51 GMT
3
+ * Generated on Thu, 04 May 2023 16:48:23 GMT
4
4
  */
5
5
 
6
6
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "15.0.6",
3
+ "version": "15.0.7",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file