John Cowen 5ac19b164e Change the appearance of * for intention listings
1. Use 'All Services (*)' as opposed to '*'
2. Set 'Destination' in teh same bold font as 'Source'
3. Ensure you can search for all services by using '*' or 'All Services
(*)'
2018-06-25 12:26:18 -07:00

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;
}