1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/core/scss/ui/_toolbar.scss

11 lines
123 B
SCSS

.toolbar {
display: flex;
flex-wrap: nowrap;
flex-shrink: 0;
margin: 0 -.5rem;
> * {
margin: 0 .5rem;
}
}