mui-sass 0.6.6 → 0.6.7

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: 2cd813d6a75ff8e4e3bea8e57dc5e42536be4e0f
4
- data.tar.gz: c16195497fb6e4d656e616493a72055389a38520
3
+ metadata.gz: 17542718ab175f751d04365d8b0c10fba05e1955
4
+ data.tar.gz: 30597b98b47c7203653b2b2f81b14f80beae3f49
5
5
  SHA512:
6
- metadata.gz: 2664ebcc7d6f52e63ca150e6453dbc70078a86a7021fba8b19045508e4a530646d5266979a12270ee342967abf6c422c004a3a6e6d8cd7bbac3dcc05d20e7127
7
- data.tar.gz: faacbaf30ec7af5e1cde283ddeed7b0211082ae6ad3cb9eb1f9acec958c6dd3be9f774f19638d7a084abf8605cbb9967128f81a0b38348c328ff832a65300785
6
+ metadata.gz: 2fb3553ffea358330ac79fd77ba092eb65932496ae2732d9d49105f6b6ce76f45e3e30db0e48a9bb175808672e7f13caae694d0d59992d85dfee83235474d101
7
+ data.tar.gz: 579822638e1192dc71dddbe32b3536831877ca78acb034b6a2fc3fdc4b85c97e761698576f3eadc91407ef6b81a208913db4f5486fbd9424e0e81d00cac83c45
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.6.7 (2016-07-22)
2
+
3
+ - Update assets to match upstream version
4
+
5
+ Framework version: MUI v0.6.7
6
+
1
7
  ## 0.6.6 (2016-07-22)
2
8
 
3
9
  - Update assets to match upstream version
@@ -1,5 +1,5 @@
1
1
  module Mui
2
2
  module Sass
3
- VERSION = '0.6.6'
3
+ VERSION = '0.6.7'
4
4
  end
5
5
  end
@@ -94,6 +94,22 @@
94
94
 
95
95
 
96
96
 
97
+ // ============================================================================
98
+ // BACKGROUND COLORS
99
+ // ============================================================================
100
+
101
+ .mui--primary { background-color: $mui-primary-color; }
102
+ .mui--primary-dark { background-color: $mui-primary-color-dark; }
103
+ .mui--primary-light { background-color: $mui-primary-color-light; }
104
+
105
+ .mui--accent { background-color: $mui-accent-color; }
106
+ .mui--accent-dark { background-color: $mui-accent-color-dark; }
107
+ .mui--accent-light { background-color: $mui-accent-color-light; }
108
+
109
+
110
+
111
+
112
+
97
113
  // ============================================================================
98
114
  // LISTS
99
115
  // ============================================================================
@@ -145,7 +161,7 @@
145
161
 
146
162
  .mui--z4 {
147
163
  box-shadow: 0 14px 28px rgba(mui-color('black'), 0.25),
148
- 0 10px 10px rgba(mui-color('black'), 0.22);
164
+ 0 10px 10px rgba(mui-color('black'), 0.22);
149
165
  }
150
166
 
151
167
  .mui--z5 {
@@ -248,7 +264,7 @@
248
264
 
249
265
  @media (max-width: $mui-screen-xs-max) {
250
266
  @include x-responsive-visibility('.mui-visible-xs');
251
-
267
+
252
268
  .mui--visible-xs-block { display: block !important; }
253
269
  .mui--visible-xs-inline { display: inline !important; }
254
270
  .mui--visible-xs-inline-block { display: inline-block !important; }
@@ -257,7 +273,7 @@
257
273
 
258
274
  @media (min-width: $mui-screen-sm-min) and (max-width: $mui-screen-sm-max) {
259
275
  @include x-responsive-visibility('.mui-visible-sm');
260
-
276
+
261
277
  .mui--visible-sm-block { display: block !important; }
262
278
  .mui--visible-sm-inline { display: inline !important; }
263
279
  .mui--visible-sm-inline-block { display: inline-block !important; }
@@ -266,7 +282,7 @@
266
282
 
267
283
  @media (min-width: $mui-screen-md-min) and (max-width: $mui-screen-md-max) {
268
284
  @include x-responsive-visibility('.mui-visible-md');
269
-
285
+
270
286
  .mui--visible-md-block { display: block !important; }
271
287
  .mui--visible-md-inline { display: inline !important; }
272
288
  .mui--visible-md-inline-block { display: inline-block !important; }
@@ -275,7 +291,7 @@
275
291
 
276
292
  @media (min-width: $mui-screen-lg-min) and (max-width: $mui-screen-lg-max) {
277
293
  @include x-responsive-visibility('.mui-visible-lg');
278
-
294
+
279
295
  .mui--visible-lg-block { display: block !important; }
280
296
  .mui--visible-lg-inline { display: inline !important; }
281
297
  .mui--visible-lg-inline-block { display: inline-block !important; }
@@ -284,7 +300,7 @@
284
300
 
285
301
  @media (min-width: $mui-screen-xl-min) {
286
302
  @include x-responsive-visibility('.mui-visible-xl');
287
-
303
+
288
304
  .mui--visible-xl-block { display: block !important; }
289
305
  .mui--visible-xl-inline { display: inline !important; }
290
306
  .mui--visible-xl-inline-block { display: inline-block !important; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov