int-components 0.0.9 → 0.0.10
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
|
@@ -958,6 +958,8 @@
|
|
|
958
958
|
color: var(--discount-text, #ffffff);
|
|
959
959
|
width: 87em;
|
|
960
960
|
height: 77em;
|
|
961
|
+
box-sizing: border-box;
|
|
962
|
+
padding: 5em;
|
|
961
963
|
display: flex;
|
|
962
964
|
align-items: center;
|
|
963
965
|
justify-content: center;
|
|
@@ -970,7 +972,8 @@
|
|
|
970
972
|
}
|
|
971
973
|
|
|
972
974
|
.HotelCard-module__discountText--hH9Sf {
|
|
973
|
-
font-size:
|
|
975
|
+
font-size: 21em;
|
|
976
|
+
line-height: 1.1;
|
|
974
977
|
text-align: center;
|
|
975
978
|
}
|
|
976
979
|
|
|
@@ -48,6 +48,8 @@
|
|
|
48
48
|
color: var(--discount-text, #ffffff);
|
|
49
49
|
width: 87em;
|
|
50
50
|
height: 77em;
|
|
51
|
+
box-sizing: border-box;
|
|
52
|
+
padding: 5em;
|
|
51
53
|
display: flex;
|
|
52
54
|
align-items: center;
|
|
53
55
|
justify-content: center;
|
|
@@ -60,7 +62,8 @@
|
|
|
60
62
|
}
|
|
61
63
|
|
|
62
64
|
.HotelCard-module__discountText--hH9Sf {
|
|
63
|
-
font-size:
|
|
65
|
+
font-size: 21em;
|
|
66
|
+
line-height: 1.1;
|
|
64
67
|
text-align: center;
|
|
65
68
|
}
|
|
66
69
|
|
|
@@ -958,6 +958,8 @@
|
|
|
958
958
|
color: var(--discount-text, #ffffff);
|
|
959
959
|
width: 87em;
|
|
960
960
|
height: 77em;
|
|
961
|
+
box-sizing: border-box;
|
|
962
|
+
padding: 5em;
|
|
961
963
|
display: flex;
|
|
962
964
|
align-items: center;
|
|
963
965
|
justify-content: center;
|
|
@@ -970,7 +972,8 @@
|
|
|
970
972
|
}
|
|
971
973
|
|
|
972
974
|
.HotelCard-module__discountText--hH9Sf {
|
|
973
|
-
font-size:
|
|
975
|
+
font-size: 21em;
|
|
976
|
+
line-height: 1.1;
|
|
974
977
|
text-align: center;
|
|
975
978
|
}
|
|
976
979
|
|