2020-11-12 15:40:15 +00:00
|
|
|
.topology-metrics-popover {
|
2020-12-02 09:43:34 +00:00
|
|
|
> button {
|
2020-11-12 15:40:15 +00:00
|
|
|
position: absolute;
|
2021-05-27 12:23:54 +00:00
|
|
|
transform: translate(-50%, -50%);
|
2020-11-12 15:40:15 +00:00
|
|
|
background-color: $white;
|
2020-12-02 09:43:34 +00:00
|
|
|
padding: 1px 1px;
|
|
|
|
&:hover {
|
2021-02-19 16:42:16 +00:00
|
|
|
cursor: pointer;
|
2020-12-02 09:43:34 +00:00
|
|
|
}
|
2021-05-27 12:23:54 +00:00
|
|
|
&:active,
|
|
|
|
&:focus {
|
2020-12-02 09:43:34 +00:00
|
|
|
outline: none;
|
|
|
|
}
|
2021-02-19 16:42:16 +00:00
|
|
|
&:disabled {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2020-11-12 15:40:15 +00:00
|
|
|
}
|
2020-12-02 09:43:34 +00:00
|
|
|
&.deny .informed-action header::before {
|
|
|
|
display: none;
|
2020-11-12 15:40:15 +00:00
|
|
|
}
|
2020-12-02 09:43:34 +00:00
|
|
|
&.deny > button::before,
|
|
|
|
&.deny .tippy-arrow::after {
|
2021-06-22 17:56:17 +00:00
|
|
|
@extend %with-cancel-square-fill-mask, %as-pseudo;
|
2020-11-12 15:40:15 +00:00
|
|
|
background-color: $red-500;
|
|
|
|
}
|
2020-12-02 09:43:34 +00:00
|
|
|
&.l7 > button::before,
|
|
|
|
&.l7 .tippy-arrow::after {
|
2020-11-12 15:40:15 +00:00
|
|
|
@extend %with-layers-mask, %as-pseudo;
|
|
|
|
background-color: $gray-300;
|
|
|
|
}
|
2021-04-14 22:52:41 +00:00
|
|
|
&.not-defined > button::before,
|
|
|
|
&.not-defined .tippy-arrow::after {
|
2021-04-12 18:57:56 +00:00
|
|
|
@extend %with-alert-triangle-mask, %as-pseudo;
|
|
|
|
color: $yellow-500;
|
|
|
|
}
|
2020-11-12 15:40:15 +00:00
|
|
|
}
|