12 lines
296 B
SCSS
12 lines
296 B
SCSS
html.template-intention.template-list td.intent-allow strong {
|
|
@extend %with-allow;
|
|
visibility: hidden;
|
|
}
|
|
html.template-intention.template-list td.intent-deny strong {
|
|
@extend %with-deny;
|
|
visibility: hidden;
|
|
}
|
|
html.template-intention.template-list td.destination {
|
|
@extend %tbody-th;
|
|
}
|