mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 00:45:08 +01:00
23 lines
No EOL
351 B
Text
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;
|
|
}
|
|
} |