2018-06-22 13:29:18 +00:00
|
|
|
html.template-intention.template-list td.intent-allow strong {
|
2018-05-22 15:03:45 +00:00
|
|
|
@extend %with-allow;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2018-06-22 13:29:18 +00:00
|
|
|
html.template-intention.template-list td.intent-deny strong {
|
2018-05-22 15:03:45 +00:00
|
|
|
@extend %with-deny;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2018-06-22 13:29:18 +00:00
|
|
|
html.template-intention.template-list td.destination {
|
|
|
|
font-weight: $weight-semibold;
|
|
|
|
}
|