mirror of
https://github.com/status-im/consul.git
synced 2025-01-28 06:25:25 +00:00
9 lines
142 B
SCSS
9 lines
142 B
SCSS
|
td.intent-allow strong {
|
||
|
@extend %with-allow;
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
td.intent-deny strong {
|
||
|
@extend %with-deny;
|
||
|
visibility: hidden;
|
||
|
}
|