dlegr250_material_design 0.3.55 → 0.3.56
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: 588880635c5fb5b6cb55a87d3433045be3f0ea54
|
4
|
+
data.tar.gz: ac4f1d45166b1c757ba2245ba6cd85ed6129417f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 966ce3a9a93d82fa2d6f8a399474375c9c68f72c2f5b15163a15653960248407752f215fa2cb5f31cc5e2d878dd4a4705e7bffa7a68594a74472023f3b9ba102
|
7
|
+
data.tar.gz: 0626913766b4786eef072a58cda161e594bbfad259b21f43887325d7dedbf6c12545b54ae07c2070edee04bd05a4db3a829f82cdc326ef8f89531b8179c7e9d6
|
@@ -93,3 +93,19 @@
|
|
93
93
|
@include rounded-top-corners;
|
94
94
|
}
|
95
95
|
}
|
96
|
+
|
97
|
+
// Inner cards - cards inside cards
|
98
|
+
//----------------------------------------------------------------------
|
99
|
+
|
100
|
+
.card-inner {
|
101
|
+
@include box-shadow(none);
|
102
|
+
@include full-width();
|
103
|
+
|
104
|
+
.card-header {
|
105
|
+
background-color: color("hover");
|
106
|
+
}
|
107
|
+
|
108
|
+
.card-header-primary {
|
109
|
+
font-size: $font-size-normal;
|
110
|
+
}
|
111
|
+
}
|
@@ -88,18 +88,8 @@ ol {
|
|
88
88
|
.list-item {
|
89
89
|
border-bottom: 1px solid color("divider");
|
90
90
|
}
|
91
|
-
|
92
|
-
// .list-item:last-child {
|
93
|
-
// border-bottom: none;
|
94
|
-
// }
|
95
91
|
}
|
96
92
|
|
97
|
-
// .list-divided-on-last {
|
98
|
-
// .list-item:last-child {
|
99
|
-
// border-bottom: 1px solid color("divider");
|
100
|
-
// }
|
101
|
-
// }
|
102
|
-
|
103
93
|
// Don't have double lines on last item for bordered and divided
|
104
94
|
.list-bordered .list-item:last-child {
|
105
95
|
border-bottom: none;
|
@@ -149,11 +139,13 @@ ol {
|
|
149
139
|
}
|
150
140
|
|
151
141
|
.list-item-icon-circle {
|
142
|
+
background-color: color("divider");
|
152
143
|
font-size: 16px;
|
153
144
|
height: 30px;
|
154
145
|
line-height: 30px;
|
155
146
|
text-align: center;
|
156
147
|
width: 30px;
|
148
|
+
@include rounded-corners(50%);
|
157
149
|
}
|
158
150
|
|
159
151
|
// Lists - list item primary
|