mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 10:02:30 +03:00
10 lines
198 B
SCSS
10 lines
198 B
SCSS
@use "@/styles/Colors.module.scss";
|
|
@use "@/styles/ZIndexes.module.scss";
|
|
|
|
.knowledge_modal {
|
|
display: flex;
|
|
background-color: Colors.$white;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|