mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
15 lines
172 B
SCSS
15 lines
172 B
SCSS
.toolbar {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
flex-shrink: 0;
|
|
margin: 0 -.5rem;
|
|
|
|
> * {
|
|
margin: 0 .5rem;
|
|
}
|
|
|
|
@include media-print {
|
|
display: none;
|
|
}
|
|
}
|