13 lines
159 B
SCSS
13 lines
159 B
SCSS
@import "@Themes/constants.scss";
|
|
|
|
.root {
|
|
display: flex;
|
|
position: relative;
|
|
width: fit-content;
|
|
margin: auto;
|
|
|
|
.content {
|
|
align-content: center;
|
|
}
|
|
}
|