m3-svelte 4.0.0-beta.1 → 4.0.0-beta.2
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.
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
transition: all var(--m3-util-easing);
|
|
58
58
|
&:is(.compact .content, .large .content) {
|
|
59
59
|
flex-direction: column;
|
|
60
|
+
text-align: center;
|
|
60
61
|
&.selected {
|
|
61
62
|
color: rgb(var(--m3-scheme-secondary));
|
|
62
63
|
> .icon {
|
|
@@ -161,6 +162,7 @@
|
|
|
161
162
|
|
|
162
163
|
.content {
|
|
163
164
|
flex-direction: column;
|
|
165
|
+
text-align: center;
|
|
164
166
|
|
|
165
167
|
&.selected {
|
|
166
168
|
color: rgb(var(--m3-scheme-secondary));
|
|
@@ -218,6 +220,7 @@
|
|
|
218
220
|
@media (52.5rem <= width < 100rem) {
|
|
219
221
|
/* Large */
|
|
220
222
|
flex-direction: column;
|
|
223
|
+
text-align: center;
|
|
221
224
|
height: 4rem;
|
|
222
225
|
padding-block: 0.375rem;
|
|
223
226
|
|