@agorapulse/ui-theme 13.1.0 → 13.1.1
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
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
&.square {
|
|
129
|
+
&.square, &.square-rounded {
|
|
130
130
|
min-width: 36px;
|
|
131
131
|
padding: 0;
|
|
132
132
|
&.small {
|
|
@@ -139,6 +139,10 @@
|
|
|
139
139
|
min-width: 44px;
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
+
|
|
143
|
+
&.square-rounded {
|
|
144
|
+
border-radius: 8px;
|
|
145
|
+
}
|
|
142
146
|
}
|
|
143
147
|
|
|
144
148
|
@mixin flat-button-color($background-color, $hover-background-color, $active-background-color) {
|
|
@@ -279,7 +283,7 @@ button.mat-stroked-button {
|
|
|
279
283
|
&:not([disabled]) {
|
|
280
284
|
border-color: map_get($colors-grey, 20);
|
|
281
285
|
&.active {
|
|
282
|
-
border-color: map_get($colors-electric-blue,
|
|
286
|
+
border-color: map_get($colors-electric-blue, 100);
|
|
283
287
|
}
|
|
284
288
|
}
|
|
285
289
|
&:not([disabled]):hover, &.force-hover {
|
package/package.json
CHANGED
|
Binary file
|