2014-08-20 14:53:26 +04:00
|
|
|
.alert {
|
2014-08-18 18:25:33 +04:00
|
|
|
border: 0px;
|
|
|
|
border-radius: 0;
|
2015-02-23 11:39:08 +03:00
|
|
|
|
|
|
|
.generic-variations(~"", @darkbg-text, {
|
|
|
|
background-color: @material-color;
|
2015-06-27 13:18:26 +03:00
|
|
|
color: @material-text-color;
|
2015-02-23 11:39:08 +03:00
|
|
|
|
2015-06-27 13:23:55 +03:00
|
|
|
a, .alert-link {
|
|
|
|
color: @material-text-color;
|
|
|
|
}
|
2015-02-23 11:39:08 +03:00
|
|
|
});
|
|
|
|
|
2014-08-20 14:53:26 +04:00
|
|
|
&-info, &-danger, &-warning, &-success {
|
2015-02-23 11:39:08 +03:00
|
|
|
color: @darkbg-text;
|
2014-08-20 14:53:26 +04:00
|
|
|
}
|
2015-02-23 11:39:08 +03:00
|
|
|
|
2014-08-20 14:53:26 +04:00
|
|
|
&-default {
|
|
|
|
a, .alert-link {
|
2015-02-23 11:39:08 +03:00
|
|
|
color: @lightbg-text;
|
2014-08-20 14:53:26 +04:00
|
|
|
}
|
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|