mirror of
https://github.com/status-im/consul.git
synced 2025-02-13 06:06:40 +00:00
Adds namespace support to the UI: 1. Namespace CRUD/management 2. Show Namespace in relevant areas (intentions, upstreams) 3. Main navigation bar improvements 4. Logic/integration to interact with a new `internal/acl/authorize` endpoint
28 lines
545 B
SCSS
28 lines
545 B
SCSS
@import '../base/components/anchors/index';
|
|
a[rel*='external'] {
|
|
@extend %with-exit;
|
|
}
|
|
%main-content label a[rel*='help'] {
|
|
color: $gray-400;
|
|
}
|
|
%main-content a[rel*='help']::after {
|
|
@extend %with-info-circle-outline-icon, %as-pseudo;
|
|
opacity: 0.4;
|
|
}
|
|
%main-content h2 a {
|
|
color: $gray-900;
|
|
}
|
|
%main-content h2 a[rel*='help']::after {
|
|
font-size: 0.65em;
|
|
margin-top: 0.2em;
|
|
margin-left: 0.2em;
|
|
}
|
|
|
|
[role='tabpanel'] > p:only-child [rel*='help']::after {
|
|
content: none;
|
|
}
|
|
%main-content p a,
|
|
%main-content dd a {
|
|
@extend %anchor;
|
|
}
|