ama_css 0.0.2 → 0.0.3
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/images/membership-cards/back.png +0 -0
- data/app/assets/images/membership-cards/front.png +0 -0
- data/app/assets/stylesheets/foundation/modules/{module.mobile.css.scss → module.mobile.scss} +0 -0
- data/app/assets/stylesheets/foundation/modules/{module.css.scss → module.scss} +2 -2
- data/lib/ama_css/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65b5323450099c98985067425c97356c99954e10
|
|
4
|
+
data.tar.gz: 966b37f02e68b77811955c5faac3678a16fc5695
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f84697b378f42ca6b794bc96614884286350340c2916e686b71f3a77126b9b88c7053f30fee8e2d67462b87f817d9d6938386c2dabe3ed8174f219906cfe70a6
|
|
7
|
+
data.tar.gz: 5a87c3692fd93a651c5ddfed9845c1223fb8f0fc05a414c93773b7b0fa22dcedbf6be7d439f9ad14a34a79e396ad6cdb7d75b2bca40db5401c1a3ce64992dfe5
|
|
Binary file
|
|
Binary file
|
data/app/assets/stylesheets/foundation/modules/{module.mobile.css.scss → module.mobile.scss}
RENAMED
|
File without changes
|
|
@@ -301,10 +301,10 @@ p.notice_notification:before { @include notification-icon('\263B'); }
|
|
|
301
301
|
position:relative;
|
|
302
302
|
}
|
|
303
303
|
.card-front{
|
|
304
|
-
background:url(asset-path("membership-cards/
|
|
304
|
+
background:url(asset-path("membership-cards/front.png")) no-repeat;
|
|
305
305
|
}
|
|
306
306
|
.card-back{
|
|
307
|
-
background:url(asset-path("membership-cards/
|
|
307
|
+
background:url(asset-path("membership-cards/back.png")) no-repeat;
|
|
308
308
|
}
|
|
309
309
|
.card-hd{
|
|
310
310
|
font-size:8px;
|
data/lib/ama_css/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ama_css
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Darko Dosenovic
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2014-08-
|
|
16
|
+
date: 2014-08-25 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: bundler
|
|
@@ -103,6 +103,8 @@ files:
|
|
|
103
103
|
- app/assets/images/foundation/lightbulb.png
|
|
104
104
|
- app/assets/images/foundation/lightbulb_off.png
|
|
105
105
|
- app/assets/images/foundation/lock.png
|
|
106
|
+
- app/assets/images/membership-cards/back.png
|
|
107
|
+
- app/assets/images/membership-cards/front.png
|
|
106
108
|
- app/assets/javascripts/foundation/index.js
|
|
107
109
|
- app/assets/stylesheets/foundation/_grid.settings.scss
|
|
108
110
|
- app/assets/stylesheets/foundation/_variables.scss
|
|
@@ -117,8 +119,8 @@ files:
|
|
|
117
119
|
- app/assets/stylesheets/foundation/layout/layout.scss
|
|
118
120
|
- app/assets/stylesheets/foundation/modules/forms.scss
|
|
119
121
|
- app/assets/stylesheets/foundation/modules/login.scss
|
|
120
|
-
- app/assets/stylesheets/foundation/modules/module.
|
|
121
|
-
- app/assets/stylesheets/foundation/modules/module.
|
|
122
|
+
- app/assets/stylesheets/foundation/modules/module.mobile.scss
|
|
123
|
+
- app/assets/stylesheets/foundation/modules/module.scss
|
|
122
124
|
- app/assets/stylesheets/foundation/oauths.css.scss
|
|
123
125
|
- app/assets/stylesheets/foundation/theme/theme.scss
|
|
124
126
|
- lib/ama_css.rb
|
|
@@ -143,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
145
|
version: '0'
|
|
144
146
|
requirements: []
|
|
145
147
|
rubyforge_project:
|
|
146
|
-
rubygems_version: 2.
|
|
148
|
+
rubygems_version: 2.2.0
|
|
147
149
|
signing_key:
|
|
148
150
|
specification_version: 4
|
|
149
151
|
summary: "[\"CSS used by AMA apps\"]"
|