2019-07-16 16:33:28 +00:00
|
|
|
html.template-intention.template-list td strong {
|
2018-05-22 15:03:45 +00:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
2019-07-16 16:33:28 +00:00
|
|
|
html.template-intention.template-list td.intent-allow strong::before {
|
|
|
|
@extend %with-arrow-right-color-icon, %as-pseudo;
|
|
|
|
background-size: 24px;
|
|
|
|
}
|
|
|
|
html.template-intention.template-list td.intent-deny strong::before {
|
|
|
|
@extend %with-deny-color-icon, %as-pseudo;
|
2018-05-22 15:03:45 +00:00
|
|
|
}
|
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
|
|
|
}
|