🚨 fix(scss): Fix deprecation errors
This commit is contained in:
parent
adce47bd3c
commit
05e5969177
2 changed files with 8 additions and 7 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
.UpdateBox {
|
||||
@include mixins.gradient-border;
|
||||
@include mixins.flow(theme.$spacer-2xs);
|
||||
|
||||
padding: theme.$spacer-s;
|
||||
margin-inline-start: auto;
|
||||
margin-inline-end: auto;
|
||||
text-align: center;
|
||||
inline-size: theme.$spacer-5xl;
|
||||
padding: theme.$spacer-s;
|
||||
margin-inline: auto auto;
|
||||
text-align: center;
|
||||
|
||||
@include mixins.flow(theme.$spacer-2xs);
|
||||
}
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
'Site-social Site-content Site-subNav' 3fr
|
||||
'Site-title Site-title Site-title' 2fr
|
||||
/ 1fr 3fr 1fr;
|
||||
max-block-size: 100vb;
|
||||
max-inline-size: 100vi;
|
||||
max-block-size: 100vb;
|
||||
padding: theme.$spacer-3xl theme.$spacer-4xl;
|
||||
|
||||
&-title {
|
||||
|
@ -48,11 +48,12 @@
|
|||
|
||||
&-content {
|
||||
@extend %_SiteContent;
|
||||
@include mixins.flow;
|
||||
|
||||
grid-area: Site-content;
|
||||
padding: theme.$spacer-m;
|
||||
overflow: auto;
|
||||
|
||||
@include mixins.flow;
|
||||
}
|
||||
|
||||
&-info {
|
||||
|
|
Loading…
Reference in a new issue