mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-22 19:01:49 +03:00
12 lines
199 B
SCSS
12 lines
199 B
SCSS
|
@use "Spacings.module.scss";
|
||
|
|
||
|
.brain_management_wrapper {
|
||
|
width: 100%;
|
||
|
height: 100vh;
|
||
|
|
||
|
.content_wrapper {
|
||
|
padding-block: Spacings.$spacing05;
|
||
|
padding-inline: Spacings.$spacing09;
|
||
|
}
|
||
|
}
|