jsketcher/modules/ui/components/AuxWidget.less
2018-07-05 22:42:25 -07:00

26 lines
363 B
Text

@import "./flatEdges.less";
@border-radius: 3px;
.root {
color: #fff;
background-color: rgba(40, 40, 40, 0.95);
border: solid 1px #000;
border-radius: @border-radius;
}
.flatBottom {
._flatBottom(@border-radius);
}
.flatTop {
._flatTop(@border-radius);
}
.flatRight {
._flatRight(@border-radius);
}
.flatLeft {
._flatLeft(@border-radius);
}