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 {
|
2019-05-01 18:09:29 +00:00
|
|
|
@extend %tbody-th;
|
2018-06-22 13:29:18 +00:00
|
|
|
}
|