2020-04-08 17:09:36 +00:00
|
|
|
%composite-row {
|
|
|
|
list-style-type: none;
|
2020-06-17 09:25:54 +00:00
|
|
|
border: 1px solid;
|
2020-05-13 15:28:11 +00:00
|
|
|
border-top-color: $transparent;
|
|
|
|
border-bottom-color: $gray-200;
|
|
|
|
border-right-color: $transparent;
|
|
|
|
border-left-color: $transparent;
|
2020-04-08 17:09:36 +00:00
|
|
|
}
|
|
|
|
%composite-row-intent {
|
|
|
|
border-color: $gray-200;
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
2020-05-19 16:18:04 +00:00
|
|
|
border-top-color: $transparent;
|
2020-05-07 13:57:15 +00:00
|
|
|
cursor: pointer;
|
2020-04-08 17:09:36 +00:00
|
|
|
}
|
|
|
|
%composite-row-header {
|
|
|
|
color: $black;
|
|
|
|
}
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row-header * {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2020-04-08 17:09:36 +00:00
|
|
|
%composite-row-detail {
|
|
|
|
color: $gray-500;
|
|
|
|
}
|
2020-04-21 14:21:52 +00:00
|
|
|
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row-detail .policy::before {
|
|
|
|
@extend %with-file-fill-mask, %as-pseudo;
|
|
|
|
background-color: $gray-500;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
%composite-row-detail .role::before {
|
|
|
|
@extend %with-user-plain-mask, %as-pseudo;
|
|
|
|
background-color: $gray-500;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
%composite-row-detail .policy-management::before {
|
2020-06-23 09:12:04 +00:00
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
%composite-row-detail .policy-management::before,
|
|
|
|
%composite-row-header .policy-management dd::before {
|
2020-06-17 09:25:54 +00:00
|
|
|
@extend %with-star-fill-mask, %as-pseudo;
|
|
|
|
background-color: var(--brand-600);
|
|
|
|
}
|
2020-04-21 14:21:52 +00:00
|
|
|
// Health Checks
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row-detail li.passing::before,
|
|
|
|
%composite-row-header .passing dd::before {
|
2020-04-21 14:21:52 +00:00
|
|
|
@extend %with-check-circle-fill-color-mask, %as-pseudo;
|
|
|
|
background-color: $green-500;
|
|
|
|
}
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row-detail li.warning::before,
|
|
|
|
%composite-row-header .warning dd::before {
|
2020-04-21 14:21:52 +00:00
|
|
|
@extend %with-alert-triangle-color-mask, %as-pseudo;
|
|
|
|
background-color: $orange-500;
|
|
|
|
}
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row-detail li.critical::before,
|
|
|
|
%composite-row-header .critical dd::before {
|
2020-04-21 14:21:52 +00:00
|
|
|
@extend %with-cancel-square-fill-color-mask, %as-pseudo;
|
|
|
|
background-color: $red-500;
|
|
|
|
}
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row-detail li.empty::before,
|
|
|
|
%composite-row-header .empty dd::before {
|
2020-05-19 16:18:04 +00:00
|
|
|
@extend %with-minus-square-fill-color-mask, %as-pseudo;
|
|
|
|
background-color: $gray-500;
|
|
|
|
}
|
2020-04-21 14:21:52 +00:00
|
|
|
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row-header [rel='me'] dd::before {
|
|
|
|
@extend %with-check-circle-fill-mask, %as-pseudo;
|
|
|
|
background-color: $blue-500;
|
|
|
|
}
|
2020-04-21 14:21:52 +00:00
|
|
|
// Metadata
|
|
|
|
%composite-row .node a {
|
|
|
|
color: $gray-500;
|
|
|
|
}
|
|
|
|
%composite-row .node a:hover {
|
|
|
|
color: $color-action;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
%composite-row .node::before {
|
|
|
|
@extend %with-git-commit-mask, %as-pseudo;
|
|
|
|
background-color: $gray-500;
|
|
|
|
}
|
|
|
|
%composite-row .address::before {
|
|
|
|
@extend %with-public-default-mask, %as-pseudo;
|
|
|
|
background-color: $gray-500;
|
|
|
|
}
|
|
|
|
%composite-row .proxy::before {
|
|
|
|
@extend %with-swap-horizontal-mask, %as-pseudo;
|
|
|
|
background-color: $gray-500;
|
|
|
|
}
|
2020-06-18 13:23:42 +00:00
|
|
|
%composite-row-detail dl.nspace dt::before {
|
|
|
|
@extend %with-folder-outline-mask, %as-pseudo;
|
2020-05-07 13:57:15 +00:00
|
|
|
background-color: $gray-500;
|
|
|
|
}
|
2020-06-18 13:23:42 +00:00
|
|
|
%composite-row-detail dl.datacenter dt::before {
|
|
|
|
@extend %with-user-organization-mask, %as-pseudo;
|
2020-05-07 13:57:15 +00:00
|
|
|
background-color: $gray-500;
|
|
|
|
}
|
2020-06-18 13:23:42 +00:00
|
|
|
%composite-row-detail dl.path dt::before {
|
2020-05-19 16:18:04 +00:00
|
|
|
@extend %with-path-mask, %as-pseudo;
|
|
|
|
background-color: $gray-500;
|
|
|
|
}
|
2020-06-18 13:23:42 +00:00
|
|
|
%composite-row-detail dl.port dt::before {
|
2020-05-19 16:18:04 +00:00
|
|
|
@extend %with-port-mask, %as-pseudo;
|
|
|
|
background-color: $gray-500;
|
|
|
|
}
|
2020-06-18 13:23:42 +00:00
|
|
|
%composite-row-detail dl.protocol dt::before {
|
2020-05-19 16:18:04 +00:00
|
|
|
@extend %with-protocol-mask, %as-pseudo;
|
|
|
|
background-color: $gray-500;
|
|
|
|
}
|
|
|
|
// In this case we do not need a background on the icon
|
|
|
|
%composite-row .combined-address .copy-button button:hover,
|
|
|
|
%composite-row-detail .port .copy-button button:hover {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|