magic_stylez 0.0.0.55 → 0.0.0.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: 5c37b2b4c964bd60532d73de7d9612720c3f4c73
4
- data.tar.gz: 06b874af648d1d469235c4303c2d217b38c3a42f
3
+ metadata.gz: 0d1a7b12a13d81c79ab3d0132b9d4219bf724736
4
+ data.tar.gz: 50d32ed322f631704ae79e69375b76d2041cd924
5
5
  SHA512:
6
- metadata.gz: 69a3816d91757d2d492ee4cbf1b69a0fc6be162c0d5a2f740076915d53d05678960d3c13c8ebc14d8590eb296f04655e0eef6755c9d02c03091039e4605d56e2
7
- data.tar.gz: c1251269fe2fd600835bfdc6082a4bc56f951f71479e6f8f0aae3d928a9c4135848d8d16c1df0a2dbcf97a5428935fb97abf51c0a154fea4dbc22a81eec53748
6
+ metadata.gz: 9f88cedc5fc77ef8a0ed9a51b23a143b52482cb552ed1fae421611eb501fda71a224ef6da862a5c8c7758318a720616293b65d4c90f2f45c0e9d0f110e0f3a48
7
+ data.tar.gz: 50acd79d4307e1e8eccf6717783a61ddd468604e2525524275f6bbc842a407328de6d2e725239afaa31dee5362648cedf66d0ad68f50e4533ae4f71f6027d8a6
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.55"
2
+ VERSION = "0.0.0.56"
3
3
  end
@@ -31,6 +31,7 @@
31
31
 
32
32
  @include responsiveStep-sm {
33
33
  .left-text-sm { text-align: left; }
34
+ .right-text-sm { text-align: right; }
34
35
  }
35
36
 
36
37
 
@@ -68,4 +69,79 @@
68
69
 
69
70
  .r_#{$size} { margin-right: #{$size}px !important; }
70
71
  .l_#{$size} { margin-left: #{$size}px !important; }
71
- }
72
+ }
73
+
74
+
75
+ // -------------------------
76
+ // Text colors
77
+ // -------------------------
78
+ .black { color: $black; }
79
+ .gray-darker { color: $gray-darker; }
80
+ .gray-dark { color: $gray-dark; }
81
+ .gray { color: $gray; }
82
+ .gray-light { color: $gray-light; }
83
+ .gray-lighter { color: $gray-lighter; }
84
+ .gray-soft { color: $gray-soft; }
85
+ .gray-softer { color: $gray-softer; }
86
+ .white { color: $white; }
87
+
88
+ .blue-soft { color: $blue-soft; }
89
+ .blue-lighter { color: $blue-lighter; }
90
+ .blue-light { color: $blue-light; }
91
+ .blue { color: $blue; }
92
+ .blue-dark { color: $blue-dark; }
93
+ .red { color: $red; }
94
+ .red-dark { color: $red-dark; }
95
+ .yellow { color: $yellow; }
96
+ .orange { color: $orange; }
97
+ .pink { color: $pink; }
98
+ .purple { color: $purple; }
99
+ .violett { color: $violett; }
100
+
101
+ .brand-color { color: $brand-color; }
102
+ .brand-primary { color: $brand-primary; }
103
+ .brand-success { color: $brand-success; }
104
+ .brand-info { color: $brand-info; }
105
+ .brand-warning { color: $brand-warning; }
106
+ .brand-danger { color: $brand-danger; }
107
+ .brand-one { color: $brand-one; }
108
+ .brand-two { color: $brand-two; }
109
+ .brand-three { color: $brand-three; }
110
+
111
+
112
+ // -------------------------
113
+ // Background colors
114
+ // -------------------------
115
+ .bg-black { background: $black; }
116
+ .bg-gray-darker { background: $gray-darker; }
117
+ .bg-gray-dark { background: $gray-dark; }
118
+ .bg-gray { background: $gray; }
119
+ .bg-gray-light { background: $gray-light; }
120
+ .bg-gray-lighter { background: $gray-lighter; }
121
+ .bg-gray-soft { background: $gray-soft; }
122
+ .bg-gray-softer { background: $gray-softer; }
123
+ .bg-white { background: $white; }
124
+
125
+ .bg-blue-soft { background: $blue-soft; }
126
+ .bg-blue-lighter { background: $blue-lighter; }
127
+ .bg-blue-light { background: $blue-light; }
128
+ .bg-blue { background: $blue; }
129
+ .bg-blue-dark { background: $blue-dark; }
130
+ .bg-red { background: $red; }
131
+ .bg-red-dark { background: $red-dark; }
132
+ .bg-yellow { background: $yellow; }
133
+ .bg-orange { background: $orange; }
134
+ .bg-pink { background: $pink; }
135
+ .bg-purple { background: $purple; }
136
+ .bg-violett { background: $violett; }
137
+
138
+ .bg-brand-background { background: $brand-background; }
139
+ .bg-brand-primary { background: $brand-primary; }
140
+ .bg-brand-success { background: $brand-success; }
141
+ .bg-brand-info { background: $brand-info; }
142
+ .bg-brand-warning { background: $brand-warning; }
143
+ .bg-brand-danger { background: $brand-danger; }
144
+ .bg-brand-one { background: $brand-one; }
145
+ .bg-brand-two { background: $brand-two; }
146
+ .bg-brand-three { background: $brand-three; }
147
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.55
4
+ version: 0.0.0.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-21 00:00:00.000000000 Z
11
+ date: 2014-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails