cutlass_js_rails 0.3.3 → 0.3.4
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 +4 -4
- data/app/assets/stylesheets/_cutlass.scss +32 -0
- data/app/views/cutlass/_fake_gap.html.erb +2 -0
- data/lib/cutlass_js_rails/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acfe29266d4e7976a2fe1200ecf283afda6991b1
|
4
|
+
data.tar.gz: 137f99147fa635a1a1b7f501fe04438d639e6daf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 339461af76dff3c2bd64fb6bd48474af2d8e99f444ce8e250771789504546501449ae90ced10b05c79b3ee2da4408ffe3994e90b041e6a9790ea3b70cf13bfd7
|
7
|
+
data.tar.gz: 13fb00c66eb44aee946f84cd60a59f73fabe44910cbffa04a51e54bf6309a443ceb462167a7a85d6832c638b25274d1970fdc9159e6cc35e1e980a27b214accf
|
@@ -190,6 +190,38 @@ $cutlass-link-color: #ff7c14 !default;
|
|
190
190
|
}
|
191
191
|
}
|
192
192
|
|
193
|
+
// ============================================================
|
194
|
+
// ADDITIVE CONTAINERS
|
195
|
+
// ============================================================
|
196
|
+
|
197
|
+
.AdditiveContainerAdd{
|
198
|
+
position: relative;
|
199
|
+
padding: 18px ($right-padding+60) 19px $left-padding;
|
200
|
+
font-size: 15px;
|
201
|
+
|
202
|
+
&::after{
|
203
|
+
position: absolute;
|
204
|
+
right: $right-padding;
|
205
|
+
content: '+';
|
206
|
+
top: 5px;
|
207
|
+
font-size: 30px;
|
208
|
+
}
|
209
|
+
}
|
210
|
+
|
211
|
+
// ============================================================
|
212
|
+
// SUBMIT BUTTON
|
213
|
+
// ============================================================
|
214
|
+
|
215
|
+
.Cutlass-submit-wrap{
|
216
|
+
background-color: $desert-storm;
|
217
|
+
padding: 25px $left-padding 45px;
|
218
|
+
}
|
219
|
+
.Cutlass-submit{
|
220
|
+
width: 100%;
|
221
|
+
}
|
222
|
+
|
223
|
+
|
224
|
+
|
193
225
|
// ========================================================
|
194
226
|
// FIELD_WITH_ERRORS OVERRIDE
|
195
227
|
// ========================================================
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cutlass_js_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chardos
|
@@ -56,6 +56,7 @@ files:
|
|
56
56
|
- app/assets/javascripts/cutlass/html_generation.js
|
57
57
|
- app/assets/stylesheets/_cutlass.scss
|
58
58
|
- app/views/cutlass/_date_field.html.erb
|
59
|
+
- app/views/cutlass/_fake_gap.html.erb
|
59
60
|
- app/views/cutlass/_link_field.html.erb
|
60
61
|
- app/views/cutlass/_radio_field.html.erb
|
61
62
|
- app/views/cutlass/_select_field.html.erb
|