dlegr250_material_design 0.5.12 → 0.5.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: 33385f1ae1e7c4740fbc6f7a8920728167e905e4
|
4
|
+
data.tar.gz: c73d09d0e6676707f23545efca5d93672c07149a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 344a6b9de55ee9c883322d6e0926bbb257e00cf16197c56162949ca559e6f283bd6ea18260e1a8805e10e36b7da01b79376ffd42e4dca760dede6e4868133ee6
|
7
|
+
data.tar.gz: f80984694026936df708ac16c5e32844a4f8888ca1d4e0c28865370693ace9b6a4186bea4b255c4e4e2f8cc7a4d44bd134a1a5e0026980bcee95548522ddf907
|
@@ -159,6 +159,25 @@ ol {
|
|
159
159
|
}
|
160
160
|
}
|
161
161
|
|
162
|
+
// Components to save typing classes
|
163
|
+
//----------------------------------------------------------------------
|
164
|
+
|
165
|
+
.component-list {
|
166
|
+
background-color: color("white");
|
167
|
+
border: 1px solid color("divider");
|
168
|
+
@include rounded-corners();
|
169
|
+
|
170
|
+
.list-item {
|
171
|
+
min-height: $list-two-lines-height;
|
172
|
+
|
173
|
+
&:not(:last-child) {
|
174
|
+
border-bottom: 1px solid color("divider");
|
175
|
+
}
|
176
|
+
}
|
177
|
+
}
|
178
|
+
|
179
|
+
// background-color-white bordered-rounded list-divided
|
180
|
+
|
162
181
|
// // Lists - header
|
163
182
|
// //----------------------------------------------------------------------
|
164
183
|
//
|