padma-assets 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzJmNGM0MDQ0OWQ0MGYwZDQzZDIzNjllMDA3YWQ5MGVhN2NjZDQzMw==
4
+ NDgwNzBiM2MxMjlmOGIwMDk0MDYxNzg2OGVmMjUwMzgxMGZmYWNhNA==
5
5
  data.tar.gz: !binary |-
6
- NzNjZGNjOGRiYzE0MmQyYjhmZTI3NTlhZjAzNWUyMzJjZmU5NDA0Mw==
6
+ MDE5MmI0Y2U0MjE3ZTVlYTFlYTEzNzQ2MjViNjU2ZDI2MThlYzc3NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MjBjMTFlNTU3NWJkYzFjZDQ2ZjdiMGY1NjAzOTE2MDk1YzdmMzk1YjBkNzIx
10
- ZjIxM2ViNDQ5ZmI0NDFlZDQxMGU4N2ZiOTM4Y2Q2MDhiZGU1Y2VlN2QwMmNl
11
- YTNkMGQ3ZTUxZWM5ZGNkYTliMTZhZWRmMjhiMzc4MjIwODZhZDg=
9
+ YmYyMjU5ODU2NjgyNWYxZTBiY2ZlODI4ZTM0MDZmZjg0ZjlhOWRjMDRjMWFk
10
+ Y2FlMzllNDg5MThlYmFjYmY2MGQwYjIzNTdlNWUzMTk5MjE5NmM3ZDRhYmJj
11
+ OWVhM2RhNTExNDkyNGJlODVhZGQyYzZjNTE0NWFjNTc3MWNkYTc=
12
12
  data.tar.gz: !binary |-
13
- MzM1N2Q2YTY2ZWE3YTUwYTdhYjIzODMxYzA0MjYyNTEwMjJmYzA2MGNkMmQ4
14
- NTljMTVmYzQxNzZlYjQ4Y2M0NTkzZGRjOGVkN2E1ZTdjNjY1OWVhMWMxZWE1
15
- YzhjOTYyYjM1NWY2NmNhNTg5NzNiMGE5N2JlNWRmMjY3MDhlMmQ=
13
+ Yjg2YzY4MmFiOGRiNDQ0ZDJhNzliYTFiNjdjYjdiYWE5NWY4NDkzOThkZDhk
14
+ NDcxMGIwMjc2YmU3ZWE5Y2ZiNWM5NGFmNjFmYmExZWRiMWE1Mzc0ZTNkNWU2
15
+ NjY0OTZhZDdhNzhlMjhiNTk2YTkwZTAxMTViNGE4NDYxMDU4MTk=
@@ -0,0 +1,19 @@
1
+
2
+ /* fonts */
3
+
4
+ @font-face {
5
+ font-family: 'Gotham-Medium';
6
+ src: url(<%= asset_path "Gotham-Medium.eot?#iefix" %>) format('embedded-opentype'), url(<%= asset_path 'Gotham-Medium.otf' %>) format('opentype'),
7
+ url(<%= asset_path 'Gotham-Medium.woff' %>) format('woff'), url(<%= asset_path 'Gotham-Medium.ttf' %>) format('truetype'), url(<%= asset_path 'Gotham-Medium.svg#Gotham-Medium' %>) format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+
13
+ @font-face {
14
+ font-family: 'Gotham-Bold';
15
+ src: url(<%= asset_path 'Gotham-Bold.eot?#iefix' %>) format('embedded-opentype'), url(<%= asset_path 'Gotham-Bold.otf' %>) format('opentype'),
16
+ url(<%= asset_path 'Gotham-Bold.woff' %>) format('woff'), url(<%= asset_path 'Gotham-Bold.ttf' %>) format('truetype'), url(<%= asset_path 'Gotham-Bold.svg#Gotham-Bold' %>) format('svg');
17
+ font-weight: normal;
18
+ font-style: normal;
19
+ }
@@ -159,7 +159,7 @@ nav.subnav input[class="submit_search"]{ border:none; height:22px;}
159
159
 
160
160
  /* NEW HEADER */
161
161
 
162
- #H_logo.navbar-brand{ background:url("logo-padma-w.png") no-repeat scroll center left rgba(0, 0, 0, 0) ; height:47px; margin:0 10px 0 0; width:53px;}
162
+ #H_logo.navbar-brand{ background:url(<%= asset_path "logo-padma-w.png" %>) no-repeat scroll center left rgba(0, 0, 0, 0) ; height:47px; margin:0 10px 0 0; width:53px;}
163
163
 
164
164
  nav.navbar{max-width:1200px; background:none; margin:0 auto;}
165
165
  #H_moduleArea .navbar-inverse .navbar-nav > li > a{ color:#ffffff; font-family: 'Gotham-Medium', verdana; font-weight:normal;font-size:11px; text-transform:uppercase; line-height:22px;}
@@ -206,4 +206,4 @@ nav.subnav nav > li > a{ padding:8px;}
206
206
  @media (max-width:767px){
207
207
  #H_logo.navbar-brand{ margin:10px;}
208
208
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{ color:#ffffff;}
209
- }
209
+ }
@@ -1,5 +1,5 @@
1
1
  module Padma
2
2
  module Assets
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padma-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
@@ -65,9 +65,9 @@ files:
65
65
  - app/assets/stylesheets/bootstrap3-3-2.min.css
66
66
  - app/assets/stylesheets/button.css.scss
67
67
  - app/assets/stylesheets/colors.css.scss
68
- - app/assets/stylesheets/fonts.css
68
+ - app/assets/stylesheets/fonts.css.erb
69
69
  - app/assets/stylesheets/footer.css
70
- - app/assets/stylesheets/header.css
70
+ - app/assets/stylesheets/header.css.erb
71
71
  - app/assets/stylesheets/jquery.gritter.css
72
72
  - app/assets/stylesheets/layout_application.css
73
73
  - app/assets/stylesheets/layout_schools.css
@@ -1,19 +0,0 @@
1
-
2
- /* fonts */
3
-
4
- @font-face {
5
- font-family: 'Gotham-Medium';
6
- src: url('/assets/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('/assets/Gotham-Medium.otf') format('opentype'),
7
- url('./assets/Gotham-Medium.woff') format('woff'), url('/assets/Gotham-Medium.ttf') format('truetype'), url('/assets/Gotham-Medium.svg#Gotham-Medium') format('svg');
8
- font-weight: normal;
9
- font-style: normal;
10
- }
11
-
12
-
13
- @font-face {
14
- font-family: 'Gotham-Bold';
15
- src: url('/assets/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/Gotham-Bold.otf') format('opentype'),
16
- url('/assets/Gotham-Bold.woff') format('woff'), url('/assets/Gotham-Bold.ttf') format('truetype'), url('/assets/Gotham-Bold.svg#Gotham-Bold') format('svg');
17
- font-weight: normal;
18
- font-style: normal;
19
- }