mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
14 lines
No EOL
211 B
Text
14 lines
No EOL
211 B
Text
.rot {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.rotControls {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
& > * {
|
|
margin-right: 5px;
|
|
}
|
|
} |