mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-07 01:54:16 +01:00
(ui) fix store settings layout
This commit is contained in:
parent
9b580fbfac
commit
bd10f0235b
@ -11,14 +11,19 @@
|
|||||||
grid-column: 2 / -2;
|
grid-column: 2 / -2;
|
||||||
}
|
}
|
||||||
form {
|
form {
|
||||||
grid-column: 1 / -1;
|
grid-column: 2 / -2;
|
||||||
display: flex;
|
@include grid-col(2);
|
||||||
.setting-section {
|
gap: 2.4rem 3.2rem;
|
||||||
margin: 1rem 2rem;
|
|
||||||
width: 50%;
|
.setting-section { grid-column: 1 / -1; }
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
.setting-section { grid-column: span 1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title { @include title-base; }
|
.section-title { @include title-base; }
|
||||||
.save-btn {
|
.save-btn {
|
||||||
|
grid-column: 1 / -1;
|
||||||
|
justify-self: flex-start;
|
||||||
background-color: var(--main);
|
background-color: var(--main);
|
||||||
color: var(--gray-soft-lightest);
|
color: var(--gray-soft-lightest);
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user