Archived
1
0
Fork 0

include app/assets/less/vendor/* in git.

This commit is contained in:
Henrik Hautakoski 2018-02-24 16:10:23 +01:00
parent ef737fd406
commit 4faa26c25e
78 changed files with 10918 additions and 0 deletions

View file

@ -0,0 +1,14 @@
// Alerts
.alert-variant(@background; @border; @text-color) {
background-color: @background;
border-color: @border;
color: @text-color;
hr {
border-top-color: darken(@border, 5%);
}
.alert-link {
color: darken(@text-color, 10%);
}
}