mnml/client/assets/styles/colours.less
2019-07-30 01:08:44 +10:00

32 lines
448 B
Plaintext

@green: #1FF01F;
@red: #a52a2a;
@blue: #3050f8;
@blue: #3050f8;
@white: #f5f5f5; // whitesmoke
@purple: #9355b5; // 6lack - that far cover
@gray: #222;
@gray-box: #222;
@gray-exists: #444;
@gray-hint: #666;
@gray-hover: #888;
@gray-focus: whitesmoke;
svg {
stroke: none;
margin: 0 auto;
display: block;
&.red {
stroke: @red;
}
&.green {
stroke: @green;
}
&.blue {
stroke: @blue;
}
}