2018-09-21 09:18:32 +00:00
|
|
|
%flash-message p {
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: $decor-radius-100;
|
|
|
|
}
|
2018-08-29 11:11:58 +00:00
|
|
|
%flash-message p.success strong {
|
|
|
|
@extend %with-passing;
|
|
|
|
}
|
|
|
|
%flash-message p.error strong {
|
|
|
|
@extend %with-critical;
|
|
|
|
}
|
|
|
|
%flash-message p.success {
|
2018-09-21 09:18:32 +00:00
|
|
|
@extend %frame-green-500;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
%flash-message p.error {
|
2018-09-21 09:18:32 +00:00
|
|
|
@extend %frame-red-500;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|