@gcsa/console-styles 0.1.0 → 0.1.1
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/console-ui.css +8 -0
- package/package.json +1 -1
- package/src/console-ui.css +8 -0
package/dist/console-ui.css
CHANGED
|
@@ -2227,12 +2227,20 @@
|
|
|
2227
2227
|
|
|
2228
2228
|
.gcsa-console-nav--collapsed .gcsa-console-nav__brand {
|
|
2229
2229
|
justify-content: center;
|
|
2230
|
+
gap: 0;
|
|
2230
2231
|
padding: var(--gcsa-space-2) 0 var(--gcsa-space-3);
|
|
2231
2232
|
}
|
|
2232
2233
|
|
|
2233
2234
|
.gcsa-console-nav--collapsed .gcsa-console-nav__brand-text {
|
|
2235
|
+
flex: 0 0 0;
|
|
2236
|
+
width: 0;
|
|
2237
|
+
min-width: 0;
|
|
2234
2238
|
max-width: 0;
|
|
2239
|
+
margin: 0;
|
|
2240
|
+
padding: 0;
|
|
2241
|
+
overflow: hidden;
|
|
2235
2242
|
opacity: 0;
|
|
2243
|
+
pointer-events: none;
|
|
2236
2244
|
}
|
|
2237
2245
|
|
|
2238
2246
|
.gcsa-console-nav--collapsed .gcsa-console-nav__menu.gcsa-menu--collapsed {
|
package/package.json
CHANGED
package/src/console-ui.css
CHANGED
|
@@ -1853,12 +1853,20 @@
|
|
|
1853
1853
|
|
|
1854
1854
|
.gcsa-console-nav--collapsed .gcsa-console-nav__brand {
|
|
1855
1855
|
justify-content: center;
|
|
1856
|
+
gap: 0;
|
|
1856
1857
|
padding: var(--gcsa-space-2) 0 var(--gcsa-space-3);
|
|
1857
1858
|
}
|
|
1858
1859
|
|
|
1859
1860
|
.gcsa-console-nav--collapsed .gcsa-console-nav__brand-text {
|
|
1861
|
+
flex: 0 0 0;
|
|
1862
|
+
width: 0;
|
|
1863
|
+
min-width: 0;
|
|
1860
1864
|
max-width: 0;
|
|
1865
|
+
margin: 0;
|
|
1866
|
+
padding: 0;
|
|
1867
|
+
overflow: hidden;
|
|
1861
1868
|
opacity: 0;
|
|
1869
|
+
pointer-events: none;
|
|
1862
1870
|
}
|
|
1863
1871
|
|
|
1864
1872
|
.gcsa-console-nav--collapsed .gcsa-console-nav__menu.gcsa-menu--collapsed {
|