dlegr250_material_design 0.3.6 → 0.3.7
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: 2f131f66285ebb907117752a898227c7dc52ee34
|
4
|
+
data.tar.gz: de64e2fc548dcc21f9a0453505c97c78c44676fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfbb49b8baa0123abfe5f0152184c52d4f45b418017a06137e09f5008bf22bf85b7e45cb6767dac70321eda4c4907a28ff4ae2f8001e2ebb995cc04d5c1064a6
|
7
|
+
data.tar.gz: 7e772539e946743bf64a727437c9d80d2ed4fe3aefb388cad32345dabd99a69ba44b3dd3a1a502f14e9d263b14556e05cb3404e8690f0c44effad3fa108f3f2a
|
@@ -99,13 +99,19 @@ ol {
|
|
99
99
|
|
100
100
|
.list-item {
|
101
101
|
color: color("text");
|
102
|
-
min-height:
|
103
|
-
padding-top: 8px;
|
104
|
-
padding-bottom: 8px;
|
102
|
+
min-height: 56px;
|
105
103
|
@include flex-parent-row();
|
106
104
|
@include transition(background-color 0.30s ease);
|
107
105
|
}
|
108
106
|
|
107
|
+
.list-item.two-lines {
|
108
|
+
min-height: 72px;
|
109
|
+
}
|
110
|
+
|
111
|
+
.list-item.three-lines {
|
112
|
+
min-height: 72px;
|
113
|
+
}
|
114
|
+
|
109
115
|
// Lists - list item children
|
110
116
|
//----------------------------------------------------------------------
|
111
117
|
|
@@ -124,10 +130,10 @@ ol {
|
|
124
130
|
// font-size: $font-size-icon;
|
125
131
|
// height: $list-item-icon-width;
|
126
132
|
// line-height: $list-item-icon-width;
|
127
|
-
|
133
|
+
padding-left: $spacing-normal;
|
128
134
|
// padding: 0;
|
129
|
-
|
130
|
-
width:
|
135
|
+
text-align: center;
|
136
|
+
width: 48px; // .list-item-primary already has 16px padding on left
|
131
137
|
|
132
138
|
// .icon {
|
133
139
|
// color: color("icon");
|