dlegr250_material_design 0.4.64 → 0.4.65
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: 5ba6e1b4a2c7bd06243379a7b0425172d150f2e8
|
|
4
|
+
data.tar.gz: 3b8e2ce106d3bf89792e6ce09b4edb126c338874
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f9fd9c3d55885853f1a1fa9827d1ecb02d31843acdd883135d5a17321149bcedc417664d14dada26ee95d6743d2dc0aea91c419a4f5ce8aab76452d8c4f3566
|
|
7
|
+
data.tar.gz: 4a940fb36ddf86897aa9e5d87bed257d34e86ab62bf19719d102cd1a275e277b42356aabca86db669de57e87a34a1328f6fc5f8193b8beda4fcab65d418cf6ec
|
|
@@ -108,18 +108,6 @@ ol {
|
|
|
108
108
|
border-bottom: none;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.list-one-lines .list-item {
|
|
112
|
-
min-height: 48px;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.list-two-lines .list-item {
|
|
116
|
-
min-height: 72px;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.list-three-lines .list-item {
|
|
120
|
-
min-height: 88px;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
111
|
// Lists - list item
|
|
124
112
|
//----------------------------------------------------------------------
|
|
125
113
|
|
|
@@ -127,18 +115,6 @@ ol {
|
|
|
127
115
|
@include list-item();
|
|
128
116
|
}
|
|
129
117
|
|
|
130
|
-
.list-item.one-lines {
|
|
131
|
-
min-height: 48px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.list-item.two-lines {
|
|
135
|
-
min-height: 72px;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.list-item.three-lines {
|
|
139
|
-
min-height: 88px;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
118
|
// Lists - list item icon
|
|
143
119
|
//----------------------------------------------------------------------
|
|
144
120
|
|
|
@@ -202,6 +178,21 @@ ol {
|
|
|
202
178
|
min-height: 32px;
|
|
203
179
|
}
|
|
204
180
|
|
|
181
|
+
.list-one-lines .list-item,
|
|
182
|
+
.list-item-one-lines {
|
|
183
|
+
min-height: 48px !important;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.list-two-lines .list-item,
|
|
187
|
+
.list-item-two-lines {
|
|
188
|
+
min-height: 72px !important;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.list-three-lines .list-item,
|
|
192
|
+
.list-item-three-lines {
|
|
193
|
+
min-height: 88px !important;
|
|
194
|
+
}
|
|
195
|
+
|
|
205
196
|
// Lists - hoverable
|
|
206
197
|
//----------------------------------------------------------------------
|
|
207
198
|
|