2014-07-07 17:46:32 +02:00
|
|
|
.alert {
|
2019-04-05 16:21:16 -04:00
|
|
|
padding: 8px 32px 8px 16px;
|
2017-10-10 16:07:46 -04:00
|
|
|
background-color: $danger-low;
|
2019-04-05 16:21:16 -04:00
|
|
|
color: $primary;
|
|
|
|
position: relative;
|
2014-07-07 17:46:32 +02:00
|
|
|
|
|
|
|
.close {
|
2019-04-05 16:21:16 -04:00
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
right: 8px;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-3;
|
2019-10-28 16:04:29 -04:00
|
|
|
.d-icon {
|
|
|
|
color: $primary-low-mid;
|
2014-07-07 17:46:32 +02:00
|
|
|
}
|
|
|
|
}
|
2019-10-28 16:04:29 -04:00
|
|
|
|
2014-07-07 17:46:32 +02:00
|
|
|
&.alert-success {
|
2019-04-05 16:21:16 -04:00
|
|
|
background-color: $success-low;
|
2014-08-06 09:31:13 -04:00
|
|
|
color: $primary;
|
2014-07-07 17:46:32 +02:00
|
|
|
}
|
|
|
|
&.alert-error {
|
2019-04-05 16:21:16 -04:00
|
|
|
background-color: $danger-low;
|
2014-08-06 09:31:13 -04:00
|
|
|
color: $primary;
|
2014-07-07 17:46:32 +02:00
|
|
|
}
|
|
|
|
&.alert-info {
|
2017-06-11 22:20:14 -04:00
|
|
|
background-color: $tertiary-low;
|
2014-07-07 17:46:32 +02:00
|
|
|
color: $primary;
|
2016-04-25 21:36:28 -07:00
|
|
|
&.clickable {
|
2016-04-24 15:24:17 -07:00
|
|
|
color: $tertiary;
|
|
|
|
}
|
2014-07-07 17:46:32 +02:00
|
|
|
}
|
|
|
|
}
|