datepickk
Version:
Flexbox/js datepicker
53 lines (43 loc) • 675 B
text/less
@blue: #3f7cac;
@green: #3faa56;
@orange: #E99C00;
@red: #AA3F3F;
@yellow: #ffff00;
@darkgrey: #222;
@grey: #767676;
.bg-blue{
background:@blue;
}
.bg-blue-fade{
background: fade(@blue,40%);
}
.red{
background: @red;
color:white;
}
.orange{
background: @orange;
color:white;
}
.grey{
background: @grey;
color:white;
}
.green{
background: @green;
color:white;
}
.blue{
background: @blue;
color:white;
}
.white{
background:white;
}
.darkgrey{
background: @darkgrey;
color: white;
}
.transparent{
background:transparent;
}