You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
350 B

//colors
@bgColorBody: #e6e6e6;
@bgColorHeader:#EAD945;
@bgColorFooter: chocolate;
@bgColorTable:#edce73;
@colorLabelCheck:red;
@bgColorInput:whitesmoke;
@bgColorButton:white;
//text-fonts
@colorFooterP:#ffd045;
@colorFooterSp:#ffde7c;
//styles-border
@widthBorder: 1px;
@colorBorder:#007bff5e;
@defaultBorderForm: @widthBorder solid @colorBorder;