jsketcher/modules/ui/styles/common.less
2020-03-09 23:46:16 -07:00

29 lines
No EOL
315 B
Text

@import "./theme.less";
*.autoMarginLeft {
margin-left: auto !important;
}
*.floatRight {
float: right;
}
.fullWidth {
width: 100%;
}
.dangerColor {
color: @color-danger;
}
.dangerBg {
background-color: @color-danger;
}
.inlineBlock {
display: inline-block;
}
.scrollable {
overflow: auto;
}