mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
29 lines
No EOL
315 B
Text
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;
|
|
} |