dlegr250_material_design 0.3.28 → 0.3.29
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: 7ba45571473624ca2426f5ee05322eeb00a1b59d
|
4
|
+
data.tar.gz: 03e7150f4bc436b633aabc01641c45998612e538
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf20e4eef93af16ce5a73076e9c2d457b64a27347c089f7940158c17bae2c1cf0eaf6f5de08b0a1eaa4adad2830fba5dc89ab05ac979a5e1c951d8566d103ad3
|
7
|
+
data.tar.gz: bf6fde609c94aa4c082ed9790dc3d312122540226f37e82cfab864ffa405cd505c64024eebcbbae7394a10dc45b25d5b7e6b11f5a629bc31827ebbaa185f4e3d
|
@@ -81,6 +81,12 @@ $buttons: ".button";
|
|
81
81
|
}
|
82
82
|
}
|
83
83
|
|
84
|
+
// Special case: submit.button with display: inline-flex would align left.
|
85
|
+
input[type="submit"].button,
|
86
|
+
button.button {
|
87
|
+
display: inline-block;
|
88
|
+
}
|
89
|
+
|
84
90
|
// Buttons - icon buttons
|
85
91
|
//----------------------------------------------------------------------
|
86
92
|
|
@@ -89,16 +89,16 @@ ol {
|
|
89
89
|
border-bottom: 1px solid color("divider");
|
90
90
|
}
|
91
91
|
|
92
|
-
.list-item:last-child {
|
93
|
-
|
94
|
-
}
|
92
|
+
// .list-item:last-child {
|
93
|
+
// border-bottom: none;
|
94
|
+
// }
|
95
95
|
}
|
96
96
|
|
97
|
-
.list-divided-on-last {
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
}
|
97
|
+
// .list-divided-on-last {
|
98
|
+
// .list-item:last-child {
|
99
|
+
// border-bottom: 1px solid color("divider");
|
100
|
+
// }
|
101
|
+
// }
|
102
102
|
|
103
103
|
// Don't have double lines on last item for bordered and divided
|
104
104
|
.list-bordered .list-item:last-child {
|