mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 16:46:36 +00:00
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 (*)'
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;
|
|
}
|