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: dc1567b2aefcaa52bf371bac0ee8602a5d5ce64e
4
- data.tar.gz: 012996f4a435bb16eafb054e4e88b46d26193bc3
3
+ metadata.gz: 588880635c5fb5b6cb55a87d3433045be3f0ea54
4
+ data.tar.gz: ac4f1d45166b1c757ba2245ba6cd85ed6129417f
5
5
  SHA512:
6
- metadata.gz: a4983f43bcd05a476fa3f25866652085cd9063640ef4ac8300402ad773c004a70c6df6fa603468896078caed73e048e1af455afc2a6966ea0e5a4dabb1948dc8
7
- data.tar.gz: aaf1653da46d4826fbb671bcd0bf161de9e26f17cce188dc2648e808e26e077f538ffa666786b56fb6973b99940d3e2f5303ddd1ce2dd92b90e9e3879c4d3df0
6
+ metadata.gz: 966ce3a9a93d82fa2d6f8a399474375c9c68f72c2f5b15163a15653960248407752f215fa2cb5f31cc5e2d878dd4a4705e7bffa7a68594a74472023f3b9ba102
7
+ data.tar.gz: 0626913766b4786eef072a58cda161e594bbfad259b21f43887325d7dedbf6c12545b54ae07c2070edee04bd05a4db3a829f82cdc326ef8f89531b8179c7e9d6
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.55"
2
+ VERSION = "0.3.56"
3
3
  end
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.55
4
+ version: 0.3.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand