dlegr250_material_design 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65a717db0aede0e5b66a4f56dca79aeeb76b5cea
|
|
4
|
+
data.tar.gz: b39b0df2fcc06fce3a1fe918a0fb6195e6969ad3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ecab7aa2f4d92afcab3a77043103ebc3b9910337f04b9696100e933eb4ffbd4a31a5aa72ebf36d81f5e039190d2a9e9107d1cd3df30bf6326280c84f12250d3a
|
|
7
|
+
data.tar.gz: 7047798fb97f595cc83960e66a7d0707bf3698d4800f3ad00ab2533737a2c103863242e40f0ab28a931808758e8cd2bb73fdaace654c8808a61cd2ecd0c97de2
|
|
@@ -100,6 +100,8 @@ ol {
|
|
|
100
100
|
.list-item {
|
|
101
101
|
color: color("text");
|
|
102
102
|
min-height: 48px;
|
|
103
|
+
padding-top: 8px;
|
|
104
|
+
padding-bottom: 8px;
|
|
103
105
|
@include flex-parent-row();
|
|
104
106
|
@include transition(background-color 0.30s ease);
|
|
105
107
|
}
|
|
@@ -110,27 +112,27 @@ ol {
|
|
|
110
112
|
.list-item-primary,
|
|
111
113
|
.list-item-secondary {
|
|
112
114
|
// box-sizing: border-box;
|
|
113
|
-
padding-bottom: 12px;
|
|
114
|
-
padding-top: 12px;
|
|
115
|
+
// padding-bottom: 12px;
|
|
116
|
+
// padding-top: 12px;
|
|
115
117
|
}
|
|
116
118
|
|
|
117
119
|
// Lists - list item icon
|
|
118
120
|
//----------------------------------------------------------------------
|
|
119
121
|
|
|
120
122
|
.list-item-icon {
|
|
121
|
-
color: color("icon");
|
|
122
|
-
font-size: $font-size-icon;
|
|
123
|
-
height: $list-item-icon-width;
|
|
124
|
-
line-height: $list-item-icon-width;
|
|
123
|
+
// color: color("icon");
|
|
124
|
+
// font-size: $font-size-icon;
|
|
125
|
+
// height: $list-item-icon-width;
|
|
126
|
+
// line-height: $list-item-icon-width;
|
|
125
127
|
margin-left: $spacing-normal;
|
|
126
|
-
padding: 0;
|
|
127
|
-
text-align: center;
|
|
128
|
-
width:
|
|
128
|
+
// padding: 0;
|
|
129
|
+
// text-align: center;
|
|
130
|
+
width: 40px;
|
|
129
131
|
|
|
130
|
-
.icon {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
132
|
+
// .icon {
|
|
133
|
+
// color: color("icon");
|
|
134
|
+
// font-size: $font-size-icon;
|
|
135
|
+
// }
|
|
134
136
|
}
|
|
135
137
|
|
|
136
138
|
.list-item-icon-circle {
|
|
@@ -170,18 +172,8 @@ ol {
|
|
|
170
172
|
//----------------------------------------------------------------------
|
|
171
173
|
|
|
172
174
|
.list-item-secondary {
|
|
173
|
-
color: color("icon");
|
|
174
|
-
font-size: $font-size-icon;
|
|
175
|
-
height: $list-item-icon-width;
|
|
176
|
-
line-height: $list-item-icon-width;
|
|
177
175
|
margin-right: $spacing-normal;
|
|
178
|
-
padding: 0;
|
|
179
176
|
text-align: right;
|
|
180
|
-
|
|
181
|
-
.icon {
|
|
182
|
-
color: color("icon");
|
|
183
|
-
font-size: $font-size-icon;
|
|
184
|
-
}
|
|
185
177
|
}
|
|
186
178
|
|
|
187
179
|
// Lists - sizes
|