dlegr250_material_design 0.3.12 → 0.3.13
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: eb10df90a9eab64916182554820ea509687a4793
|
4
|
+
data.tar.gz: bcb2b1d06c58daf219e988e578f67186144abdb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5838d57b463e0da519af2b5802d50fb87d613d4ecd568bae2f68c2fe2d1111869dae46d750c3a5756ff974d4fffd0a1a17ff3a398b85cee99e231d246bb15c3f
|
7
|
+
data.tar.gz: c4b07d1d013d6ac18076de8c67da8efc134008752e035f1675c63e4ddf5fecb06911b196328fac26a3ac614a9f15b69544d6238ec80f478075c3fd2e02c06e1b
|
@@ -94,12 +94,23 @@ ol {
|
|
94
94
|
}
|
95
95
|
}
|
96
96
|
|
97
|
-
|
98
97
|
// Don't have double lines on last item for bordered and divided
|
99
98
|
.list-bordered .list-item:last-child {
|
100
99
|
border-bottom: none;
|
101
100
|
}
|
102
101
|
|
102
|
+
.list-one-lines .list-item {
|
103
|
+
min-height: 48px;
|
104
|
+
}
|
105
|
+
|
106
|
+
.list-two-lines .list-item {
|
107
|
+
min-height: 72px;
|
108
|
+
}
|
109
|
+
|
110
|
+
.list-three-lines .list-item {
|
111
|
+
min-height: 88px;
|
112
|
+
}
|
113
|
+
|
103
114
|
// Lists - list item
|
104
115
|
//----------------------------------------------------------------------
|
105
116
|
|