mirror of https://github.com/status-im/consul.git
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';
|
||
|
}
|
||
|
}
|