int-components 0.0.24 → 0.0.25
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.
package/dist/index.css
CHANGED
|
@@ -954,6 +954,9 @@
|
|
|
954
954
|
margin: 0 auto;
|
|
955
955
|
padding: 26em 15em;
|
|
956
956
|
box-sizing: border-box;
|
|
957
|
+
word-wrap: break-word;
|
|
958
|
+
overflow-wrap: break-word;
|
|
959
|
+
word-break: break-word;
|
|
957
960
|
}
|
|
958
961
|
|
|
959
962
|
@media (min-width: 500px) {
|
|
@@ -980,12 +983,18 @@
|
|
|
980
983
|
text-align: var(--slogan-text-align, right);
|
|
981
984
|
font-family: var(--font-secondary, "ABCGravity", sans-serif);
|
|
982
985
|
font-weight: 900;
|
|
986
|
+
word-wrap: break-word;
|
|
987
|
+
overflow-wrap: break-word;
|
|
988
|
+
word-break: break-word;
|
|
983
989
|
}
|
|
984
990
|
|
|
985
991
|
.HeroSection-module__sloganText--_hwUn {
|
|
986
992
|
font-size: 45em;
|
|
987
993
|
line-height: 90%;
|
|
988
994
|
text-transform: uppercase;
|
|
995
|
+
word-wrap: break-word;
|
|
996
|
+
overflow-wrap: break-word;
|
|
997
|
+
word-break: break-word;
|
|
989
998
|
}
|
|
990
999
|
|
|
991
1000
|
@media (min-width: 500px) {
|
|
@@ -1096,6 +1105,9 @@
|
|
|
1096
1105
|
flex-direction: column;
|
|
1097
1106
|
gap: 4em;
|
|
1098
1107
|
flex: 1;
|
|
1108
|
+
word-wrap: break-word;
|
|
1109
|
+
overflow-wrap: break-word;
|
|
1110
|
+
word-break: break-word;
|
|
1099
1111
|
}
|
|
1100
1112
|
|
|
1101
1113
|
.HotelCard-module__stars--jTODO {
|
|
@@ -1195,6 +1207,7 @@
|
|
|
1195
1207
|
max-width: 1392px;
|
|
1196
1208
|
margin-inline: auto;
|
|
1197
1209
|
margin-bottom: 60em;
|
|
1210
|
+
padding-top: 45em;
|
|
1198
1211
|
}
|
|
1199
1212
|
|
|
1200
1213
|
@media (min-width: 1152px) {
|
|
@@ -1209,7 +1222,7 @@
|
|
|
1209
1222
|
flex-direction: column;
|
|
1210
1223
|
gap: 16em;
|
|
1211
1224
|
padding: 0 16em;
|
|
1212
|
-
margin:
|
|
1225
|
+
margin: 0 0 45em;
|
|
1213
1226
|
}
|
|
1214
1227
|
|
|
1215
1228
|
@media (min-width: 500px) {
|
|
@@ -44,6 +44,9 @@
|
|
|
44
44
|
margin: 0 auto;
|
|
45
45
|
padding: 26em 15em;
|
|
46
46
|
box-sizing: border-box;
|
|
47
|
+
word-wrap: break-word;
|
|
48
|
+
overflow-wrap: break-word;
|
|
49
|
+
word-break: break-word;
|
|
47
50
|
}
|
|
48
51
|
|
|
49
52
|
@media (min-width: 500px) {
|
|
@@ -70,12 +73,18 @@
|
|
|
70
73
|
text-align: var(--slogan-text-align, right);
|
|
71
74
|
font-family: var(--font-secondary, "ABCGravity", sans-serif);
|
|
72
75
|
font-weight: 900;
|
|
76
|
+
word-wrap: break-word;
|
|
77
|
+
overflow-wrap: break-word;
|
|
78
|
+
word-break: break-word;
|
|
73
79
|
}
|
|
74
80
|
|
|
75
81
|
.HeroSection-module__sloganText--_hwUn {
|
|
76
82
|
font-size: 45em;
|
|
77
83
|
line-height: 90%;
|
|
78
84
|
text-transform: uppercase;
|
|
85
|
+
word-wrap: break-word;
|
|
86
|
+
overflow-wrap: break-word;
|
|
87
|
+
word-break: break-word;
|
|
79
88
|
}
|
|
80
89
|
|
|
81
90
|
@media (min-width: 500px) {
|
|
@@ -954,6 +954,9 @@
|
|
|
954
954
|
margin: 0 auto;
|
|
955
955
|
padding: 26em 15em;
|
|
956
956
|
box-sizing: border-box;
|
|
957
|
+
word-wrap: break-word;
|
|
958
|
+
overflow-wrap: break-word;
|
|
959
|
+
word-break: break-word;
|
|
957
960
|
}
|
|
958
961
|
|
|
959
962
|
@media (min-width: 500px) {
|
|
@@ -980,12 +983,18 @@
|
|
|
980
983
|
text-align: var(--slogan-text-align, right);
|
|
981
984
|
font-family: var(--font-secondary, "ABCGravity", sans-serif);
|
|
982
985
|
font-weight: 900;
|
|
986
|
+
word-wrap: break-word;
|
|
987
|
+
overflow-wrap: break-word;
|
|
988
|
+
word-break: break-word;
|
|
983
989
|
}
|
|
984
990
|
|
|
985
991
|
.HeroSection-module__sloganText--_hwUn {
|
|
986
992
|
font-size: 45em;
|
|
987
993
|
line-height: 90%;
|
|
988
994
|
text-transform: uppercase;
|
|
995
|
+
word-wrap: break-word;
|
|
996
|
+
overflow-wrap: break-word;
|
|
997
|
+
word-break: break-word;
|
|
989
998
|
}
|
|
990
999
|
|
|
991
1000
|
@media (min-width: 500px) {
|
|
@@ -1111,6 +1120,9 @@
|
|
|
1111
1120
|
flex-direction: column;
|
|
1112
1121
|
gap: 4em;
|
|
1113
1122
|
flex: 1;
|
|
1123
|
+
word-wrap: break-word;
|
|
1124
|
+
overflow-wrap: break-word;
|
|
1125
|
+
word-break: break-word;
|
|
1114
1126
|
}
|
|
1115
1127
|
|
|
1116
1128
|
.HotelCard-module__stars--jTODO {
|
|
@@ -1195,6 +1207,7 @@
|
|
|
1195
1207
|
max-width: 1392px;
|
|
1196
1208
|
margin-inline: auto;
|
|
1197
1209
|
margin-bottom: 60em;
|
|
1210
|
+
padding-top: 45em;
|
|
1198
1211
|
}
|
|
1199
1212
|
|
|
1200
1213
|
@media (min-width: 1152px) {
|
|
@@ -1209,7 +1222,7 @@
|
|
|
1209
1222
|
flex-direction: column;
|
|
1210
1223
|
gap: 16em;
|
|
1211
1224
|
padding: 0 16em;
|
|
1212
|
-
margin:
|
|
1225
|
+
margin: 0 0 45em;
|
|
1213
1226
|
}
|
|
1214
1227
|
|
|
1215
1228
|
@media (min-width: 500px) {
|
|
@@ -74,6 +74,9 @@
|
|
|
74
74
|
flex-direction: column;
|
|
75
75
|
gap: 4em;
|
|
76
76
|
flex: 1;
|
|
77
|
+
word-wrap: break-word;
|
|
78
|
+
overflow-wrap: break-word;
|
|
79
|
+
word-break: break-word;
|
|
77
80
|
}
|
|
78
81
|
|
|
79
82
|
.HotelCard-module__stars--jTODO {
|
|
@@ -158,6 +161,7 @@
|
|
|
158
161
|
max-width: 1392px;
|
|
159
162
|
margin-inline: auto;
|
|
160
163
|
margin-bottom: 60em;
|
|
164
|
+
padding-top: 45em;
|
|
161
165
|
}
|
|
162
166
|
|
|
163
167
|
@media (min-width: 1152px) {
|
|
@@ -172,7 +176,7 @@
|
|
|
172
176
|
flex-direction: column;
|
|
173
177
|
gap: 16em;
|
|
174
178
|
padding: 0 16em;
|
|
175
|
-
margin:
|
|
179
|
+
margin: 0 0 45em;
|
|
176
180
|
}
|
|
177
181
|
|
|
178
182
|
@media (min-width: 500px) {
|