data-dashboard
Version:
A data-driven dashboard console for report widgets
33 lines (28 loc) • 510 B
text/less
// DataDashboard ~~ MIT License
// Base -- Core styling
@import "static/utility-box";
// Link color
a {
border-color: @colorBlueGrayish;
&:hover {
background-color: @colorBlueGrayish;
outline-color: @colorBlueGrayish;
}
}
// Flat button color
button {
background-color: @colorBlueBright;
&:hover {
background-color: @colorBlueDark;
}
}
// Tables
table {
tbody {
tr {
td {
text-align: left;
}
}
}
}