jsketcher/web/app/cad/dom/components/HeadsUpToolbar.less
2023-09-03 16:25:33 +00:00

23 lines
No EOL
351 B
Text

.quickButtons {
display: flex;
justify-content: space-evenly;
flex: 0 0;
flex-direction: row;
flex-wrap:nowrap;
border-right: 1px solid #8e8e8e;
padding-right: 3px;
& > * {
font-size: 16px;
padding: 5px 2px;
}
}
.mainActions {
flex: 1 1;
display: flex;
flex-wrap: wrap;
svg {
width: 24px;
height: 24px;
}
}