atlas_assets 0.5.0 → 0.5.1
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: c6d5452c5ed9aabc13c0279e68754bc6d788d951
|
4
|
+
data.tar.gz: 788bb39f47ef06276ae5181a10198142f45d24d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcb15a79a09bd2c2fa2c03c3914bb79699ebdf1f687b19271a5c8b9730c0ed7623ee57023ba71a8eec067bfaf7180d33581741c72e872300332bff613bd9881e
|
7
|
+
data.tar.gz: 68547abb5917bcaff8e0b7cd8f264f90c803df5c0aa12383edf3754b90087bd899530b1fe6313a475c890195197f7de7cd98e31e6fc622e3c8d5d41e8fc2294b
|
File without changes
|
@@ -4,19 +4,19 @@
|
|
4
4
|
font-family: 'Lato';
|
5
5
|
font-style: normal;
|
6
6
|
font-weight: 400;
|
7
|
-
src: local('Lato Regular'), local('Lato-Regular'), url(
|
7
|
+
src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
|
8
8
|
}
|
9
9
|
@font-face {
|
10
10
|
font-family: 'Lato';
|
11
11
|
font-style: normal;
|
12
12
|
font-weight: 700;
|
13
|
-
src: local('Lato Bold'), local('Lato-Bold'), url(
|
13
|
+
src: local('Lato Bold'), local('Lato-Bold'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
|
14
14
|
}
|
15
15
|
@font-face {
|
16
16
|
font-family: 'Lato';
|
17
17
|
font-style: italic;
|
18
18
|
font-weight: 400;
|
19
|
-
src: local('Lato Italic'), local('Lato-Italic'), url(
|
19
|
+
src: local('Lato Italic'), local('Lato-Italic'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
|
20
20
|
}
|
21
21
|
|
22
22
|
/* Font Styles
|
data/lib/atlas_assets/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atlas_assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rune Skjoldborg Madsen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: handlebars_assets
|
@@ -99,6 +99,7 @@ files:
|
|
99
99
|
- lib/assets/stylesheets/atlas_assets/_buttons.scss
|
100
100
|
- lib/assets/stylesheets/atlas_assets/_chosen.scss
|
101
101
|
- lib/assets/stylesheets/atlas_assets/_code.scss
|
102
|
+
- lib/assets/stylesheets/atlas_assets/_dropdown.scss
|
102
103
|
- lib/assets/stylesheets/atlas_assets/_flash.scss
|
103
104
|
- lib/assets/stylesheets/atlas_assets/_fontawesome.scss
|
104
105
|
- lib/assets/stylesheets/atlas_assets/_fonts.scss
|
@@ -119,7 +120,6 @@ files:
|
|
119
120
|
- lib/assets/stylesheets/atlas_assets/_tabs.scss
|
120
121
|
- lib/assets/stylesheets/atlas_assets/_utilities.scss
|
121
122
|
- lib/assets/stylesheets/atlas_assets/_variables.scss
|
122
|
-
- lib/assets/stylesheets/atlas_assets/dropdown.scss
|
123
123
|
- lib/atlas_assets.rb
|
124
124
|
- lib/atlas_assets/engine.rb
|
125
125
|
- lib/atlas_assets/version.rb
|