Last change
on this file since eed0bf8 was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago |
adding new components
|
-
Property mode
set to
100644
|
File size:
258 bytes
|
Rev | Line | |
---|
[fa375fe] | 1 | // Alerts
|
---|
| 2 |
|
---|
| 3 | .alert-variant(@background; @border; @text-color) {
|
---|
| 4 | color: @text-color;
|
---|
| 5 | background-color: @background;
|
---|
| 6 | border-color: @border;
|
---|
| 7 |
|
---|
| 8 | hr {
|
---|
| 9 | border-top-color: darken(@border, 5%);
|
---|
| 10 | }
|
---|
| 11 |
|
---|
| 12 | .alert-link {
|
---|
| 13 | color: darken(@text-color, 10%);
|
---|
| 14 | }
|
---|
| 15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.