mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-14 18:15:22 +01:00
20 lines
413 B
Plaintext
20 lines
413 B
Plaintext
@default-font: "Open Sans";
|
|
|
|
@color-black: #000000;
|
|
@color-white: #eeeeee;
|
|
@color-grey: #b3b2b2;
|
|
@color-grey2: #7b7b7b;
|
|
@color-main: #097479;
|
|
@color-main-light: #0eb8c0;
|
|
@color-container: #333333;
|
|
|
|
@default-padding: 16px;
|
|
@default-margin: 16px;
|
|
@default-margin-small: 8px;
|
|
@default-border-radius: 2px;
|
|
@default-border-color: #555555;
|
|
@default-font-size: 16px;
|
|
|
|
@input-text-height: 16px;
|
|
@input-checkbox-scale: 2;
|