mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
7d89e519a2
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;
|
|
}
|