esqueleto basico
This commit is contained in:
parent
8eb441e5f5
commit
0dc723713d
350 changed files with 90726 additions and 0 deletions
14
bower_components/bootstrap/less/mixins/alerts.less
vendored
Normal file
14
bower_components/bootstrap/less/mixins/alerts.less
vendored
Normal 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%);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue