mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-13 20:02:41 +01:00
26 lines
305 B
Text
26 lines
305 B
Text
@import "./theme.less";
|
|
@import "./table.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;
|
|
}
|