welcome_css 0.87 → 0.88

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
  SHA256:
3
- metadata.gz: 4a61c3adc0fb14f48edd12e455c39f4453e6f221aed80ffaab6b6a72d1400b5d
4
- data.tar.gz: f633ef8f99c521f1f23428e9d68749a20877c303a5a23d5f666379fabb43a955
3
+ metadata.gz: f302dd0b7db7ae0ebdec32ad9a21664e30e5e1416ceddf7f1e4201be4aa55d8a
4
+ data.tar.gz: 28f5173a71adde688aae094c4da5886a9ea1326a6ff1b658da772432e5c58798
5
5
  SHA512:
6
- metadata.gz: 79c5db5ee9168cd9efef7d817756684f41776f5af66745ad42179d8df63cd38e46c3bc4e4fab183384aac29cd4704ebf2041851d19876c17981689cf1434cf59
7
- data.tar.gz: 854a5ce772f83c89d578c54b4a18e825ef97937e47ddca382ec843e54d1a4cbb8c7f16e0e8f218c1765f017a85534418dd596121d5022858f404c692a32f253b
6
+ metadata.gz: 8d4ef13957723b0e4af330fa2479c4381f0fcecade78172659cfbbd3e0b30b50e787e315be6269b4f00248c1b300872f719a996f2328c4e34ffa2a2702ba727a
7
+ data.tar.gz: 48394e58cb1bf945da0afd13c8ce77796f84201019f66089cc1368dfce797e1a216ceb30810fd4396f2649f96692f65ce86834c52f0cebc98f0c04b3837559ca
@@ -445,4 +445,9 @@ input[type="submit"].simple-link:hover {
445
445
  text-decoration: none;
446
446
  border: 1px solid #D9D9D9;
447
447
  border-radius: 8px;
448
+ }
449
+ .btn-phase-export {
450
+ position: absolute;
451
+ top: 50px;
452
+ right: 0;
448
453
  }
@@ -35,6 +35,14 @@
35
35
  }
36
36
  }
37
37
 
38
+ @media (min-width: 1300px) {
39
+ .btn-phase-export {
40
+ position: absolute;
41
+ top: 0;
42
+ right: 170px;
43
+ }
44
+ }
45
+
38
46
  @media (min-width: 993px) {
39
47
  .navbar-toggle {
40
48
  display: none;
@@ -234,6 +242,11 @@
234
242
  width: 66px;
235
243
  height: 54px;
236
244
  }
245
+ .btn-phase-export {
246
+ position: absolute;
247
+ top: 0;
248
+ right: 170px;
249
+ }
237
250
  }
238
251
 
239
252
  @media (max-width: 880px) {
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.87"
2
+ VERSION = "0.88"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: welcome_css
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.87'
4
+ version: '0.88'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-29 00:00:00.000000000 Z
11
+ date: 2022-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails