2018-08-29 11:11:58 +00:00
|
|
|
%notice {
|
2019-06-14 17:27:37 +00:00
|
|
|
border-radius: $decor-radius-100;
|
2018-09-21 09:18:32 +00:00
|
|
|
border-width: 1px;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
%notice-success,
|
|
|
|
%notice-info,
|
2018-10-19 15:17:02 +00:00
|
|
|
%notice-highlight,
|
2018-08-29 11:11:58 +00:00
|
|
|
%notice-error,
|
|
|
|
%notice-warning {
|
|
|
|
@extend %notice;
|
|
|
|
}
|
2019-07-16 16:33:28 +00:00
|
|
|
%notice::before {
|
|
|
|
@extend %as-pseudo;
|
|
|
|
}
|
2018-08-29 11:11:58 +00:00
|
|
|
%notice-success {
|
2019-06-14 17:27:37 +00:00
|
|
|
@extend %frame-green-500;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
%notice-info {
|
2019-06-14 17:27:37 +00:00
|
|
|
@extend %frame-blue-500;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2018-10-19 15:17:02 +00:00
|
|
|
%notice-highlight {
|
2019-06-14 17:27:37 +00:00
|
|
|
@extend %frame-gray-800;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
2018-11-09 15:28:26 +00:00
|
|
|
%notice-warning {
|
2019-06-14 17:27:37 +00:00
|
|
|
@extend %frame-yellow-500;
|
2018-11-09 15:28:26 +00:00
|
|
|
}
|
|
|
|
%notice-error {
|
2019-06-14 17:27:37 +00:00
|
|
|
@extend %frame-red-500;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|