mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-27 05:51:30 +08:00
6 lines
335 B
Plaintext
6 lines
335 B
Plaintext
.alert-link { text-decoration: underline; }
|
|
|
|
.alert-default { .alert-variant(@alert-default-bg, @alert-default-border, @alert-default-text); }
|
|
.alert-well { .alert-variant(@alert-well-bg, @alert-well-border, @alert-well-text); }
|
|
.alert-well-alt { .alert-variant(@well-bg, @table-border-color, mix(@text-muted,@text-color,50%)); }
|