Maxime Sallerin 9d83616c14
deploy v2.5 (#184)
Co-authored-by: Vins <vincent.alamelle@smart-chain.fr>
2024-09-23 15:05:33 +02:00

16 lines
244 B
SCSS

@import "@Themes/constants.scss";
.root {
display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;
flex-wrap: wrap;
.title {
display: flex;
flex-direction: column;
gap: var(--spacing-sm, 8px);
}
}