mod-base 1.0.5-beta.5 → 1.0.5-beta.6
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.
package/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import '../icons/mixin-fill';
|
|
2
|
+
@import '../icons/mixin-stroke';
|
|
2
3
|
|
|
3
4
|
$star-rating-height: 24px;
|
|
4
5
|
$star-rating-height-sm: 20px;
|
|
@@ -162,7 +163,7 @@ $rating-icons-folder: '../images/rating-icons' !default;
|
|
|
162
163
|
font-size: .75rem;
|
|
163
164
|
font-weight: 700;
|
|
164
165
|
line-height: 1.3;
|
|
165
|
-
transition: color
|
|
166
|
+
transition: color .15s ease;
|
|
166
167
|
white-space: nowrap;
|
|
167
168
|
|
|
168
169
|
&--verified {
|
|
@@ -222,7 +223,7 @@ a {
|
|
|
222
223
|
font-weight: bold;
|
|
223
224
|
line-height: 20px;
|
|
224
225
|
padding: 5px 10px;
|
|
225
|
-
transition: border-color
|
|
226
|
+
transition: border-color .15s ease;
|
|
226
227
|
|
|
227
228
|
&--google,
|
|
228
229
|
&--bbb,
|