appbombado_foundation 0.0.4 → 0.0.5

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: f40f2c44986a3bcd8165632571e4b992597eb55f
4
- data.tar.gz: 135881fb722fafe602663173ff14aa6f6dc781d2
3
+ metadata.gz: 64053c71e639edd7b783a12c1db1d67c1e5a9b1a
4
+ data.tar.gz: 4397520877da53f9acc5ffd3134387a37d2080fb
5
5
  SHA512:
6
- metadata.gz: dd11a81a202f57619453d7d52fe005b09c32f959613c6fcf53687d982f5e84c79a1d94c04481caafff065d25ff051daebb05d6a0ee32b4534d0b16f5b60352e2
7
- data.tar.gz: 99d63e7aedb1e5a160436437473fff0b10259fc41e7870266c508d08acf55c54d0b0938560201a5cce6e09ffc7b1b7e8008585e23b66764e25b2112f2dbb7c87
6
+ metadata.gz: d653e70616cfcf00555d49810c5966501030949d3506710b33bad3bca3701d1ddd8b61a4e877a21ef245fb3eed09f67bcb68d76f5d0e0efc369a2b5ea8d24e23
7
+ data.tar.gz: 949ffdcca5f5b89c34713c54f3104f2ec27c2c4b9f5e6a0dfbb00400600f9843ba3a40a719a55f528e25a256e3b9c10eced24b641fa268eab4d395a9fded710b
@@ -1,3 +1,3 @@
1
1
  module AppbombadoFoundation
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -3,7 +3,9 @@
3
3
  #= require turbolinks
4
4
  #= require redactor-rails
5
5
  #= require redactor-rails/plugins
6
- #= require preloader
7
6
  #= require foundation
8
7
  $ ->
9
8
  $(document).foundation()
9
+
10
+ $(window).load ->
11
+ $("#preload").delay(1000).fadeOut 500
@@ -10,6 +10,8 @@ html
10
10
 
11
11
 
12
12
  body
13
- .container.animated.fadeInDown
14
- = yield
13
+ #preload
14
+ .carregando
15
+ h3 <i class="fa fa-cog fa-spin"></i> carregando...
16
+ = yield
15
17
  = javascript_include_tag "application", "data-turbolinks-track" => true
@@ -1 +1,15 @@
1
+ #preload
2
+ position: fixed
3
+ z-index: 20000
4
+ background: #222
5
+ height: 100%
6
+ width: 100%
7
+ h3
8
+ text-align: center
9
+ margin-top: 20%
10
+ font-family: 'Marcellus SC', serif
11
+ color: white
12
+ font-size: 0.8em
13
+ letter-spacing: 2px
14
+ text-transform: uppercase
1
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbombado_foundation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas