dlegr250_material_design 0.3.40 → 0.3.41
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: feb0101617188ed6506e8da84c6c05b640f95ba8
|
4
|
+
data.tar.gz: 0cda8c6e8b8c08668ce57e87152dab63e7a811af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96d4b8fae9f322fb0cee0b287f7aad27604c7a455718156c69199393ea93a808a206c1c23bc3c3494307ac7acff77c93d38d7a7e99e754b218c5a39532ef9b71
|
7
|
+
data.tar.gz: 3cd61ab8e932585d45c06530c77069333d3be8c58819d1c32e20f49b1cfc7e2f6a14b830564ec626f972ba902a1b15ae39733b4a224af3971c59504b14fc380d
|
@@ -19,8 +19,8 @@ $buttons: ".button";
|
|
19
19
|
border: 1px solid transparent;
|
20
20
|
box-sizing: border-box;
|
21
21
|
cursor: pointer;
|
22
|
-
|
23
|
-
display: inline-flex;
|
22
|
+
display: inline-block;
|
23
|
+
// display: inline-flex;
|
24
24
|
font-size: $font-size-normal;
|
25
25
|
font-weight: 500;
|
26
26
|
height: $button-height;
|
@@ -82,10 +82,10 @@ $buttons: ".button";
|
|
82
82
|
}
|
83
83
|
|
84
84
|
// Special case: submit.button with display: inline-flex would align left.
|
85
|
-
input[type="submit"].button,
|
86
|
-
.fab {
|
87
|
-
|
88
|
-
}
|
85
|
+
// input[type="submit"].button,
|
86
|
+
// .fab {
|
87
|
+
// display: inline-block;
|
88
|
+
// }
|
89
89
|
|
90
90
|
// Buttons - icon buttons
|
91
91
|
//----------------------------------------------------------------------
|
@@ -11,7 +11,7 @@ $text-fields: "input[type='email'], input[type='number'], input[type='search'],
|
|
11
11
|
//----------------------------------------------------------------------
|
12
12
|
|
13
13
|
#{$text-fields} {
|
14
|
-
border: 1px solid
|
14
|
+
border: 1px solid color("divider");
|
15
15
|
box-sizing: border-box;
|
16
16
|
color: color("text");
|
17
17
|
font-size: $font-size-text-field;
|