plate-tool/assets/scss/default_theme/components/_plate_container.scss

19 lines
302 B
SCSS
Raw Permalink Normal View History

2023-06-02 20:26:20 +00:00
@use "sass:color";
@use "../variables" as *;
div.plate_container {
display: flex;
flex-direction: column;
2023-06-13 16:59:49 +00:00
justify-content: space-evenly;
2023-06-02 20:26:20 +00:00
align-items: center;
border: 2px solid $color-dark;
grid-column: right / right;
grid-row: upper / 3;
h2 {
margin-bottom: 1%;
text-align: center;
}
}