Skip to content

Instantly share code, notes, and snippets.

@acacha
Created June 15, 2017 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acacha/a7fd0d60e0072900b98a9ac1da586ce5 to your computer and use it in GitHub Desktop.
Save acacha/a7fd0d60e0072900b98a9ac1da586ce5 to your computer and use it in GitHub Desktop.
AdminLTE boxes CSS
// Box color variations
&.box-primary {
border-top-color: @light-blue;
}
&.box-info {
border-top-color: @aqua;
}
&.box-danger {
border-top-color: @red;
}
&.box-warning {
border-top-color: @yellow;
}
&.box-success {
border-top-color: @green;
}
&.box-default {
border-top-color: @gray-lte;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment