mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
15 lines
260 B
SCSS
15 lines
260 B
SCSS
.consul-intention-permission-list {
|
|
dt::before {
|
|
@extend %with-glyph-icon;
|
|
}
|
|
dl.permission-methods dt::before {
|
|
content: 'M';
|
|
}
|
|
dl.permission-path dt::before {
|
|
content: 'P';
|
|
}
|
|
dl.permission-header dt::before {
|
|
content: 'H';
|
|
}
|
|
}
|