beyond-rails 0.0.147 → 0.0.148
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/src/sass/components/_btn.scss +2 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14a0fa1d51e8d109e8df7f77ce877ae6b8504784dba05186d01da06b0ef70d02
|
4
|
+
data.tar.gz: dc8acb3ce6050a0ea68cc2bbf1d1b21e07705e12a5281aa8c9d71b7ea126b0a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb981f48f77ffb0d3bab12da3b3070f679eaa2b8bd41eefc849a74098f2b3d39e6b1d91bc05cf7765be8ff9d7a570e460637df82d366a9f1ee15ae81ac781a13
|
7
|
+
data.tar.gz: da5f8e9abcead7c25dc4d6e7d9d28127f44c73d80849f36edf70037adbeb4f16388f6b10c9d4ed2aad4ad86c4caecfb69e4c4ef076e233327a1918cf3a0c0059
|
@@ -159,14 +159,10 @@ button.close {
|
|
159
159
|
|
160
160
|
.btn-line {
|
161
161
|
background-color: #7ec163;
|
162
|
-
|
163
|
-
color: #fff;
|
164
|
-
}
|
162
|
+
color: #fff;
|
165
163
|
}
|
166
164
|
|
167
165
|
.btn-fb {
|
168
166
|
background-color: #4a9cff;
|
169
|
-
|
170
|
-
color: #fff;
|
171
|
-
}
|
167
|
+
color: #fff;
|
172
168
|
}
|