@bi-digital/css 0.3.3 → 0.3.5
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/components/footer.css +10 -2
- package/dist/components.css +10 -2
- package/dist/salesforce.css +3320 -0
- package/package.json +11 -3
|
@@ -87,13 +87,14 @@
|
|
|
87
87
|
justify-content: center;
|
|
88
88
|
align-items: center;
|
|
89
89
|
gap: var(--bi-scale-12x);
|
|
90
|
-
|
|
90
|
+
flex-wrap: wrap;
|
|
91
|
+
min-height: 58px;
|
|
91
92
|
display: flex;
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
@media not (min-width: 600px) {
|
|
95
96
|
.bi-footer .bi-footer--accreditations {
|
|
96
|
-
gap: var(--bi-scale-1x);
|
|
97
|
+
gap: var(--bi-scale-2x) var(--bi-scale-1x);
|
|
97
98
|
}
|
|
98
99
|
}
|
|
99
100
|
|
|
@@ -152,9 +153,16 @@
|
|
|
152
153
|
justify-content: center;
|
|
153
154
|
align-items: center;
|
|
154
155
|
gap: var(--bi-scale-8x);
|
|
156
|
+
flex-wrap: wrap;
|
|
155
157
|
display: flex;
|
|
156
158
|
}
|
|
157
159
|
|
|
160
|
+
@media not (min-width: 600px) {
|
|
161
|
+
.bi-footer .bi-footer--socials {
|
|
162
|
+
gap: var(--bi-scale-2x);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
158
166
|
.bi-footer .bi-footer--copyright {
|
|
159
167
|
text-align: center;
|
|
160
168
|
margin: 0;
|
package/dist/components.css
CHANGED
|
@@ -1933,13 +1933,14 @@ body:has(.bi-dialog:modal) {
|
|
|
1933
1933
|
justify-content: center;
|
|
1934
1934
|
align-items: center;
|
|
1935
1935
|
gap: var(--bi-scale-12x);
|
|
1936
|
-
|
|
1936
|
+
flex-wrap: wrap;
|
|
1937
|
+
min-height: 58px;
|
|
1937
1938
|
display: flex;
|
|
1938
1939
|
}
|
|
1939
1940
|
|
|
1940
1941
|
@media not (min-width: 600px) {
|
|
1941
1942
|
.bi-footer .bi-footer--accreditations {
|
|
1942
|
-
gap: var(--bi-scale-1x);
|
|
1943
|
+
gap: var(--bi-scale-2x) var(--bi-scale-1x);
|
|
1943
1944
|
}
|
|
1944
1945
|
}
|
|
1945
1946
|
|
|
@@ -1998,9 +1999,16 @@ body:has(.bi-dialog:modal) {
|
|
|
1998
1999
|
justify-content: center;
|
|
1999
2000
|
align-items: center;
|
|
2000
2001
|
gap: var(--bi-scale-8x);
|
|
2002
|
+
flex-wrap: wrap;
|
|
2001
2003
|
display: flex;
|
|
2002
2004
|
}
|
|
2003
2005
|
|
|
2006
|
+
@media not (min-width: 600px) {
|
|
2007
|
+
.bi-footer .bi-footer--socials {
|
|
2008
|
+
gap: var(--bi-scale-2x);
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2004
2012
|
.bi-footer .bi-footer--copyright {
|
|
2005
2013
|
text-align: center;
|
|
2006
2014
|
margin: 0;
|