mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-17 19:32:47 +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;
|
||
|
}
|