mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 18:50:04 +00:00
11 lines
296 B
SCSS
11 lines
296 B
SCSS
|
%consul-intention-list td strong {
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
%consul-intention-list td.intent-allow strong::before {
|
||
|
@extend %with-arrow-right-color-icon, %as-pseudo;
|
||
|
background-size: 24px;
|
||
|
}
|
||
|
%consul-intention-list td.intent-deny strong::before {
|
||
|
@extend %with-deny-color-icon, %as-pseudo;
|
||
|
}
|