52a62f2b8d
UI to accompany the new ACLs APIs
11 lines
173 B
SCSS
11 lines
173 B
SCSS
@import './notice/index';
|
|
.notice.warning {
|
|
@extend %notice-warning;
|
|
}
|
|
.notice.info {
|
|
@extend %notice-info;
|
|
}
|
|
.notice.policy-management {
|
|
@extend %notice-highlight;
|
|
}
|