mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
11 lines
123 B
SCSS
11 lines
123 B
SCSS
.toolbar {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
flex-shrink: 0;
|
|
margin: 0 -.5rem;
|
|
|
|
> * {
|
|
margin: 0 .5rem;
|
|
}
|
|
}
|