jsketcher/web/app/sketcher/components/ContextualControls.less
2020-03-09 23:46:16 -07:00

18 lines
No EOL
179 B
Text

.root {
position: absolute;
top: 0;
right: 0;
margin: 5px;
padding: 3px 5px;
background-color: #000D;
color: white;
}
.item {
padding: 3px 0;
}
.hr {
.item;
}