2014-10-03 15:58:24 +04:00
|
|
|
.alert {
|
|
|
|
border: 0px;
|
|
|
|
border-radius: 0;
|
|
|
|
|
2015-11-02 23:39:13 +03:00
|
|
|
.generic-variations(unquote(""), $darkbg-text, {
|
|
|
|
background-color: $material-color;
|
|
|
|
color: $material-text-color;
|
2014-10-03 15:58:24 +04:00
|
|
|
|
2015-11-02 23:39:13 +03:00
|
|
|
a, .alert-link {
|
|
|
|
color: $material-text-color;
|
|
|
|
}
|
|
|
|
});
|
2014-10-03 15:58:24 +04:00
|
|
|
|
2015-11-02 23:39:13 +03:00
|
|
|
&-info, &-danger, &-warning, &-success {
|
|
|
|
color: $darkbg-text;
|
2014-10-03 15:58:24 +04:00
|
|
|
}
|
|
|
|
|
2015-11-02 23:39:13 +03:00
|
|
|
&-default {
|
|
|
|
a, .alert-link {
|
|
|
|
color: $lightbg-text;
|
|
|
|
}
|
|
|
|
}
|
2014-10-03 15:58:24 +04:00
|
|
|
}
|