mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-18 08:02:03 +03:00
10 lines
183 B
SCSS
10 lines
183 B
SCSS
|
@use "@/styles/Radius.module.scss";
|
||
|
@use "@/styles/Spacings.module.scss";
|
||
|
|
||
|
.settings_wrapper {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
gap: Spacings.$spacing07;
|
||
|
width: auto;
|
||
|
}
|