welcome_css 0.87 → 0.88
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f302dd0b7db7ae0ebdec32ad9a21664e30e5e1416ceddf7f1e4201be4aa55d8a
|
|
4
|
+
data.tar.gz: 28f5173a71adde688aae094c4da5886a9ea1326a6ff1b658da772432e5c58798
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d4ef13957723b0e4af330fa2479c4381f0fcecade78172659cfbbd3e0b30b50e787e315be6269b4f00248c1b300872f719a996f2328c4e34ffa2a2702ba727a
|
|
7
|
+
data.tar.gz: 48394e58cb1bf945da0afd13c8ce77796f84201019f66089cc1368dfce797e1a216ceb30810fd4396f2649f96692f65ce86834c52f0cebc98f0c04b3837559ca
|
|
@@ -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) {
|
data/lib/welcome_css/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2022-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|