access-styles 1.0.8 → 1.0.9
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: ef83a0c731eab373d37d9c7b5c937b8159f8cf73
|
4
|
+
data.tar.gz: aea5159e710244002269e0228cd3ab89de5052e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e7b8b4cc134297ee6db8bb4bc7d3430d598929ae5a4f995a3b4ef2a01ebbb244a23150d9aa56cd5cb5175fa23f83ac177d4472e59cbc6e4e4c313e0fb642d87
|
7
|
+
data.tar.gz: 0fdcc29cb9c920624e9167c38540b40b97ed84aee347c98d253e4d487f2be648b0e5a07278b9bbadaea08624cb236cce30d80b3e62cbc41af2a55e3ee1bdeefe
|
@@ -17,34 +17,34 @@ $darker-tone: darken($mid-tone, 45%);
|
|
17
17
|
|
18
18
|
|
19
19
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * COLOR HELPERS
|
20
|
-
.bg-red{background: $red;}
|
21
|
-
.bg-sky-blue{background: $sky-blue;}
|
22
|
-
.bg-blue{background: $blue;}
|
23
|
-
.bg-yellow{background: $yellow;}
|
24
|
-
.bg-green{background: $green;}
|
20
|
+
.bg-red{background: $red !important;}
|
21
|
+
.bg-sky-blue{background: $sky-blue !important;}
|
22
|
+
.bg-blue{background: $blue !important;}
|
23
|
+
.bg-yellow{background: $yellow !important;}
|
24
|
+
.bg-green{background: $green !important;}
|
25
25
|
|
26
|
-
.text-red{color: $red;}
|
27
|
-
.text-sky-blue{color: $sky-blue;}
|
28
|
-
.text-blue{color: $blue;}
|
29
|
-
.text-yellow{color: $yellow;}
|
30
|
-
.text-green{color: $green;}
|
26
|
+
.text-red{color: $red !important;}
|
27
|
+
.text-sky-blue{color: $sky-blue !important;}
|
28
|
+
.text-blue{color: $blue !important;}
|
29
|
+
.text-yellow{color: $yellow !important;}
|
30
|
+
.text-green{color: $green !important;}
|
31
31
|
|
32
32
|
|
33
33
|
|
34
34
|
|
35
35
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * TONE HELPERS
|
36
|
-
.bg-white{background: $white;}
|
37
|
-
.bg-black{background: $black;}
|
38
|
-
.bg-lighter-tone{background: $lighter-tone;}
|
39
|
-
.bg-light-tone{background: $light-tone;}
|
40
|
-
.bg-mid-tone{background: $mid-tone;}
|
41
|
-
.bg-dark-tone{background: $dark-tone;}
|
42
|
-
.bg-darker-tone{background: $darker-tone;}
|
43
|
-
|
44
|
-
.text-white{color: $white;}
|
45
|
-
.text-black{color: $black;}
|
46
|
-
.text-lighter-tone{color: $lighter-tone;}
|
47
|
-
.text-light-tone{color: $light-tone;}
|
48
|
-
.text-mid-tone{color: $mid-tone;}
|
49
|
-
.text-dark-tone{color: $dark-tone;}
|
50
|
-
.text-darker-tone{color: $darker-tone;}
|
36
|
+
.bg-white{background: $white !important;}
|
37
|
+
.bg-black{background: $black !important;}
|
38
|
+
.bg-lighter-tone{background: $lighter-tone !important;}
|
39
|
+
.bg-light-tone{background: $light-tone !important;}
|
40
|
+
.bg-mid-tone{background: $mid-tone !important;}
|
41
|
+
.bg-dark-tone{background: $dark-tone !important;}
|
42
|
+
.bg-darker-tone{background: $darker-tone !important;}
|
43
|
+
|
44
|
+
.text-white{color: $white !important;}
|
45
|
+
.text-black{color: $black !important;}
|
46
|
+
.text-lighter-tone{color: $lighter-tone !important;}
|
47
|
+
.text-light-tone{color: $light-tone !important;}
|
48
|
+
.text-mid-tone{color: $mid-tone !important;}
|
49
|
+
.text-dark-tone{color: $dark-tone !important;}
|
50
|
+
.text-darker-tone{color: $darker-tone !important;}
|
@@ -6,7 +6,6 @@
|
|
6
6
|
url(asset_path("BebasNeue-Bold-webfont.woff")) format("woff"),
|
7
7
|
url(asset_path("BebasNeue-Bold-webfont.ttf")) format("truetype"),
|
8
8
|
url(asset_path("BebasNeue-Bold-webfont.svg#bebas_neuebold")) format("svg");
|
9
|
-
|
10
9
|
}
|
11
10
|
|
12
11
|
@font-face {
|
@@ -17,6 +16,4 @@
|
|
17
16
|
url(asset_path("ProximaNova-Light-webfont.woff")) format("woff"),
|
18
17
|
url(asset_path("ProximaNova-Light-webfont.ttf")) format("truetype"),
|
19
18
|
url(asset_path("ProximaNova-Light-webfont.svg#proxima_novalight")) format("svg");
|
20
|
-
|
21
|
-
|
22
19
|
}
|
@@ -1,19 +1,23 @@
|
|
1
|
-
.primary-header {font-family: bebas;}
|
2
|
-
.secondary-header {font-family: proxima;}
|
1
|
+
.primary-header {font-family: bebas, proxima, helvetica, sans-serif !important;}
|
2
|
+
.secondary-header {font-family: proxima, helvetica, sans-serif !important;}
|
3
3
|
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
.header-m {font-size: 1.75rem ;} // 28px
|
8
|
-
.header-s {font-size: 1.5rem;} // 24px
|
4
|
+
html, body, p, span, table, ul, ol, dl, li, a, form, button, input, select, textarea {
|
5
|
+
font-family: proxima, helvetica, sans-serif;
|
6
|
+
}
|
9
7
|
|
10
|
-
.
|
11
|
-
.
|
12
|
-
.
|
13
|
-
.
|
14
|
-
.
|
8
|
+
.header-xxl {font-size: 4.5rem !important;} // 72px
|
9
|
+
.header-xl {font-size: 2.5rem !important;} // 40px
|
10
|
+
.header-l {font-size: 2rem !important;} // 32px
|
11
|
+
.header-m {font-size: 1.75rem !important;} // 28px
|
12
|
+
.header-s {font-size: 1.5rem !important;} // 24px
|
15
13
|
|
16
|
-
.text-
|
17
|
-
.text-
|
18
|
-
.text-
|
19
|
-
.text-
|
14
|
+
.text-xxl {font-size: 2rem !important;} // 32px
|
15
|
+
.text-xl {font-size: 1.5rem !important;} // 24px
|
16
|
+
.text-l {font-size: 1.25rem !important;} // 20px
|
17
|
+
.text-m {font-size: 1rem !important;} // 16px
|
18
|
+
.text-s {font-size: 0.875rem !important;} // 14px
|
19
|
+
|
20
|
+
.text-black {font-weight: 800 !important;}
|
21
|
+
.text-bold {font-weight: 600 !important;}
|
22
|
+
.text-book {font-weight: 400 !important;}
|
23
|
+
.text-light {font-weight: 200 !important;}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: access-styles
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Eggett
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-
|
13
|
+
date: 2015-04-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|