ama_layout 4.7.0 → 4.7.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f296e94af2169028216956dfb424740f77cd21b0
|
|
4
|
+
data.tar.gz: 798dde670e1f006cda9d23a206f111cbcfc6a949
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9709d9035d74cc4158fb424bfa58a429ce022e49bdc039fc4389a3ac16dfa05813fca14225f46004354457b666da9f1f444bc45f3ab0d159b71d5d84b16414b
|
|
7
|
+
data.tar.gz: 7f43352527eb6031b1d6a65e4f60342ce7b399d48914c5c1ee73d9ac93ee7c29bb89142232a7ffa3ab35582e6e530f2e9514f64c6d15fc25baa9618245091b55
|
|
@@ -9,26 +9,18 @@
|
|
|
9
9
|
float: left;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
/* ------------- BEM Radio Buttons ------------- */
|
|
13
|
-
.radio--label{
|
|
14
|
-
display: inline-block;
|
|
15
|
-
width: 85%;
|
|
16
|
-
margin-top: 9px;
|
|
17
|
-
margin-left: 32px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
12
|
/* ------------- BEM Checkboxes ------------- */
|
|
21
|
-
.checkbox
|
|
13
|
+
.checkbox{
|
|
22
14
|
|
|
23
|
-
|
|
15
|
+
&--third{
|
|
24
16
|
@include large-4;
|
|
25
17
|
}
|
|
26
18
|
|
|
27
|
-
|
|
19
|
+
&--half{
|
|
28
20
|
@include large-6;
|
|
29
21
|
}
|
|
30
22
|
|
|
31
|
-
|
|
23
|
+
&--full{
|
|
32
24
|
@include large-12;
|
|
33
25
|
}
|
|
34
26
|
|
|
@@ -437,6 +429,14 @@ input[type="url"]:-ms-input-placeholder{
|
|
|
437
429
|
}
|
|
438
430
|
}
|
|
439
431
|
|
|
432
|
+
&__radio-label{
|
|
433
|
+
display: inline-block;
|
|
434
|
+
width: 85%;
|
|
435
|
+
margin-top: 9px;
|
|
436
|
+
margin-left: 32px;
|
|
437
|
+
padding-bottom: 10px;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
440
|
&__select{
|
|
441
441
|
@include large-8;
|
|
442
442
|
}
|
data/lib/ama_layout/version.rb
CHANGED