jsketcher/web/app/cad/dom/components/HeadsUpToolbar.less
2018-11-29 23:40:47 -08:00

18 lines
No EOL
286 B
Text

.quickButtons {
display: flex;
flex-direction: column;
justify-content: space-evenly;
flex: 0 0;
border-left: 1px solid #8e8e8e;
padding-left: 3px;
& > * {
font-size: 16px;
padding: 5px 2px;
}
}
.mainActions {
flex: 1 1;
display: flex;
overflow-x: auto;
}