dlegr250_material_design 0.1.77 → 0.1.78
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3669ed72eb5b16ea1c3309336208bc1449665808
|
4
|
+
data.tar.gz: 60bb5290f32b8ef52ea63ea2d5b092be159d1650
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7bc0bdf776372e4d18a93e9a54782183b4481b08175d07cca661554c40399bd87fd9d6ab148d13a4b460c787215a156c4cced0d1b14360b5c15df5f2a7c4895
|
7
|
+
data.tar.gz: 45a865332288babd4c00aade65b20fa6b675aa00c92782824bd593a5f91773ead586f43e199126794a4ef4a1a29fa48e0ddf67f7141eb08789dcf83d0bec1d7d
|
@@ -182,23 +182,23 @@
|
|
182
182
|
//----------------------------------------------------------------------
|
183
183
|
|
184
184
|
.font-size-xsmall {
|
185
|
-
font-size: $font-size-xsmall;
|
185
|
+
font-size: $font-size-xsmall !important;
|
186
186
|
}
|
187
187
|
|
188
188
|
.font-size-small {
|
189
|
-
font-size: $font-size-small;
|
189
|
+
font-size: $font-size-small !important;
|
190
190
|
}
|
191
191
|
|
192
192
|
.font-size-normal {
|
193
|
-
font-size: $font-size-normal;
|
193
|
+
font-size: $font-size-normal !important;
|
194
194
|
}
|
195
195
|
|
196
196
|
.font-size-large {
|
197
|
-
font-size: $font-size-large;
|
197
|
+
font-size: $font-size-large !important;
|
198
198
|
}
|
199
199
|
|
200
200
|
.font-size-xlarge {
|
201
|
-
font-size: $font-size-xlarge;
|
201
|
+
font-size: $font-size-xlarge !important;
|
202
202
|
}
|
203
203
|
|
204
204
|
// Borders
|