int-components 0.0.11 → 0.0.12
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
|
@@ -983,6 +983,7 @@
|
|
|
983
983
|
display: flex;
|
|
984
984
|
flex-direction: column;
|
|
985
985
|
gap: 4em;
|
|
986
|
+
flex: 1;
|
|
986
987
|
}
|
|
987
988
|
|
|
988
989
|
.HotelCard-module__stars--jTODO {
|
|
@@ -1032,6 +1033,7 @@
|
|
|
1032
1033
|
line-height: 1.3;
|
|
1033
1034
|
letter-spacing: 0.01em;
|
|
1034
1035
|
font-family: "Aeonik", sans-serif;
|
|
1036
|
+
flex: 1;
|
|
1035
1037
|
}
|
|
1036
1038
|
|
|
1037
1039
|
.HotelCard-module__priceInfoWrapper--fplFE {
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
display: flex;
|
|
74
74
|
flex-direction: column;
|
|
75
75
|
gap: 4em;
|
|
76
|
+
flex: 1;
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
.HotelCard-module__stars--jTODO {
|
|
@@ -122,6 +123,7 @@
|
|
|
122
123
|
line-height: 1.3;
|
|
123
124
|
letter-spacing: 0.01em;
|
|
124
125
|
font-family: "Aeonik", sans-serif;
|
|
126
|
+
flex: 1;
|
|
125
127
|
}
|
|
126
128
|
|
|
127
129
|
.HotelCard-module__priceInfoWrapper--fplFE {
|
|
@@ -983,6 +983,7 @@
|
|
|
983
983
|
display: flex;
|
|
984
984
|
flex-direction: column;
|
|
985
985
|
gap: 4em;
|
|
986
|
+
flex: 1;
|
|
986
987
|
}
|
|
987
988
|
|
|
988
989
|
.HotelCard-module__stars--jTODO {
|
|
@@ -1032,6 +1033,7 @@
|
|
|
1032
1033
|
line-height: 1.3;
|
|
1033
1034
|
letter-spacing: 0.01em;
|
|
1034
1035
|
font-family: "Aeonik", sans-serif;
|
|
1036
|
+
flex: 1;
|
|
1035
1037
|
}
|
|
1036
1038
|
|
|
1037
1039
|
.HotelCard-module__priceInfoWrapper--fplFE {
|