iceholidays-frontend 0.8.0 → 0.9.0
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: e979c781e464ebe531852d7b1371c068e2513c56a8253f771cf8edbd696bf11c
|
|
4
|
+
data.tar.gz: 9297a8712f483537252edb27d22d99718bde9c3cbc12814964f9c2d69bd7f4f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f143cbbe5610f9c5d2431f2baff8cbdf3e38e9463ba53c853e7b7e07ee141857a3ee55dc587f9c6f848a90836a4de7e5a70eb1a2d0117b281c1f38b9767225ea
|
|
7
|
+
data.tar.gz: 92e06104065cb2753e21e49659356b38050ab35964f8426a856d39ba80847ff4c478eea710a0926eedd75cca89245d532fd28f6dc083a08e758f24fdd21e1175
|
|
@@ -208,6 +208,12 @@
|
|
|
208
208
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
+
@media only screen and (min-width: 450px) {
|
|
212
|
+
#main-footer_links a{
|
|
213
|
+
white-space: nowrap;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
|
|
211
217
|
@media only screen and (min-width: 769px) {
|
|
212
218
|
#main-header{
|
|
213
219
|
#toggle-menu{
|
|
@@ -283,7 +289,7 @@
|
|
|
283
289
|
.contact-info{
|
|
284
290
|
.ant-flex{
|
|
285
291
|
gap: 10px !important;
|
|
286
|
-
align-items:
|
|
292
|
+
align-items: flex-start;
|
|
287
293
|
}
|
|
288
294
|
}
|
|
289
295
|
}
|
|
@@ -523,6 +523,11 @@ a {
|
|
|
523
523
|
color: #5B4713;
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
+
@media only screen and (min-width: 450px) {
|
|
527
|
+
#main-footer_links a {
|
|
528
|
+
white-space: nowrap;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
526
531
|
@media only screen and (min-width: 769px) {
|
|
527
532
|
#main-header #toggle-menu {
|
|
528
533
|
display: none;
|
|
@@ -579,7 +584,7 @@ a {
|
|
|
579
584
|
}
|
|
580
585
|
#main-footer .contact-info .ant-flex {
|
|
581
586
|
gap: 10px !important;
|
|
582
|
-
align-items:
|
|
587
|
+
align-items: flex-start;
|
|
583
588
|
}
|
|
584
589
|
}
|
|
585
590
|
#headline {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iceholidays-frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vhilly Santiago
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-03-
|
|
12
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|