12 lines
308 B
SCSS
12 lines
308 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 {
|
|
font-weight: $weight-semibold;
|
|
}
|