ama_layout 4.6.2 → 4.6.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3cc7e3f6e2d80e68a37b8eb4357c0a9d4963eb5
|
4
|
+
data.tar.gz: d6e66096bc35771a0f54b4c485e9a0729f34cf75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3287b6ae9b79c2029345b2bb24dc1c14f516ffab0a90b1b4bfd561bc7d0270d0f4cee8564c7a5dc8956f2da27a754c0cf635492a43f9c9db4286d9b087009a9
|
7
|
+
data.tar.gz: ff39e4ae2ef83e7df2b72846f2b11a47a5f9fb5f133cbe6714ee6ed82a812816120fe11af88b581228396d67c0e91ea763576d184a53ee3247191b30570f7872
|
@@ -9,6 +9,45 @@
|
|
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
|
+
/* ------------- BEM Checkboxes ------------- */
|
21
|
+
.checkbox-wrapper{
|
22
|
+
|
23
|
+
&__third{
|
24
|
+
@include large-4;
|
25
|
+
}
|
26
|
+
|
27
|
+
&__half{
|
28
|
+
@include large-6;
|
29
|
+
}
|
30
|
+
|
31
|
+
&__full{
|
32
|
+
@include large-12;
|
33
|
+
}
|
34
|
+
|
35
|
+
&__content{
|
36
|
+
display: inline-block;
|
37
|
+
width: 85%;
|
38
|
+
margin-left: 40px;
|
39
|
+
margin: 0;
|
40
|
+
width: 100%;
|
41
|
+
position: relative;
|
42
|
+
padding: 0.5em 0.5em 0.5em 3em;
|
43
|
+
|
44
|
+
&--label{
|
45
|
+
font-size: 1em;
|
46
|
+
font-weight: 700;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
|
12
51
|
/* ------------- Custom Radio Button + Checkbox Styles ------------- */
|
13
52
|
input[type="radio"],
|
14
53
|
input[type="checkbox"]:not(.default){
|
data/lib/ama_layout/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ama_layout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.6.
|
4
|
+
version: 4.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael van den Beuken
|
@@ -18,7 +18,7 @@ authors:
|
|
18
18
|
autorequire:
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
|
-
date: 2016-11-
|
21
|
+
date: 2016-11-15 00:00:00.000000000 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
name: foundation-rails
|
@@ -413,7 +413,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
413
413
|
version: '0'
|
414
414
|
requirements: []
|
415
415
|
rubyforge_project:
|
416
|
-
rubygems_version: 2.
|
416
|
+
rubygems_version: 2.5.1
|
417
417
|
signing_key:
|
418
418
|
specification_version: 4
|
419
419
|
summary: ".ama.ab.ca site layouts"
|