mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-20 15:32:57 +01:00
18 lines
No EOL
286 B
Text
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;
|
|
} |