dlegr250_material_design 0.3.8 → 0.3.9
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: ace1a723590d20233d8967f377c385995a1779be
|
4
|
+
data.tar.gz: cfaf0b277ae88134ef1487aa9f1e758b153d6abe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c3d4f795edbebb643cfd6a092e528dc79a9150305e3124a68259e2a49bfd0816bc3540c1cf6051e3bc29c4006b6618fe60d3b93c0095fc186f3ed543c505a35
|
7
|
+
data.tar.gz: 2e53fc54985b0b18446bbd7f8e58e59730ba59c73e1ddacac6f1b28af9fe02be3e46441d9b9af67ac2cc0ba3071ef0bae95f206efe7c99e0f66ca9dd20fa5799
|
@@ -69,10 +69,6 @@ ol {
|
|
69
69
|
// Lists - base
|
70
70
|
//----------------------------------------------------------------------
|
71
71
|
|
72
|
-
.list {
|
73
|
-
// background-color: color("white");
|
74
|
-
}
|
75
|
-
|
76
72
|
.list-bordered {
|
77
73
|
border: 1px solid color("divider");
|
78
74
|
}
|
@@ -111,48 +107,21 @@ ol {
|
|
111
107
|
min-height: 88px;
|
112
108
|
}
|
113
109
|
|
114
|
-
// Lists - list item children
|
115
|
-
//----------------------------------------------------------------------
|
116
|
-
|
117
|
-
.list-item-primary,
|
118
|
-
.list-item-secondary {
|
119
|
-
// box-sizing: border-box;
|
120
|
-
// padding-bottom: 12px;
|
121
|
-
// padding-top: 12px;
|
122
|
-
}
|
123
|
-
|
124
110
|
// Lists - list item icon
|
125
111
|
//----------------------------------------------------------------------
|
126
112
|
|
127
113
|
.list-item-icon {
|
128
|
-
|
129
|
-
// font-size: $font-size-icon;
|
130
|
-
// height: $list-item-icon-width;
|
131
|
-
// line-height: $list-item-icon-width;
|
114
|
+
color: color("icon");
|
132
115
|
padding-left: $spacing-normal;
|
133
|
-
// padding: 0;
|
134
116
|
text-align: center;
|
135
117
|
width: 40px; // .list-item-primary already has 16px padding on left
|
136
|
-
|
137
|
-
// .icon {
|
138
|
-
// color: color("icon");
|
139
|
-
// font-size: $font-size-icon;
|
140
|
-
// }
|
141
|
-
}
|
142
|
-
|
143
|
-
.list-item-icon-circle {
|
144
|
-
background-color: color("icon");
|
145
|
-
@include rounded-corners(50%);
|
146
|
-
|
147
|
-
.icon {
|
148
|
-
color: color("white");
|
149
|
-
}
|
150
118
|
}
|
151
119
|
|
152
120
|
// Lists - list item primary
|
153
121
|
//----------------------------------------------------------------------
|
154
122
|
|
155
123
|
.list-item-primary {
|
124
|
+
color: color("text");
|
156
125
|
flex: 1;
|
157
126
|
padding-left: $spacing-normal;
|
158
127
|
padding-right: $spacing-normal;
|
@@ -177,6 +146,7 @@ ol {
|
|
177
146
|
//----------------------------------------------------------------------
|
178
147
|
|
179
148
|
.list-item-secondary {
|
149
|
+
color: color("icon");
|
180
150
|
margin-right: $spacing-normal;
|
181
151
|
text-align: right;
|
182
152
|
}
|
@@ -184,24 +154,7 @@ ol {
|
|
184
154
|
// Lists - sizes
|
185
155
|
//----------------------------------------------------------------------
|
186
156
|
|
187
|
-
|
188
|
-
.list-header {
|
189
|
-
min-height: 40px;
|
190
|
-
|
191
|
-
.list-header-title,
|
192
|
-
.list-header-secondary {
|
193
|
-
padding-bottom: $spacing-small;
|
194
|
-
padding-top: $spacing-small;
|
195
|
-
}
|
196
|
-
}
|
197
|
-
|
198
|
-
.list-item {
|
199
|
-
.list-item-primary {
|
200
|
-
padding-bottom: $spacing-small;
|
201
|
-
padding-top: $spacing-small;
|
202
|
-
}
|
203
|
-
}
|
204
|
-
}
|
157
|
+
// TODO...
|
205
158
|
|
206
159
|
// Lists - hoverable
|
207
160
|
//----------------------------------------------------------------------
|