133 lines
2.0 KiB
SCSS
133 lines
2.0 KiB
SCSS
.host-target,
|
|
.label-target {
|
|
@include vertical-page-tab-panel-layout;
|
|
|
|
width: 100%;
|
|
|
|
&__back {
|
|
color: $core-fleet-black;
|
|
font-size: $xx-small;
|
|
display: none;
|
|
}
|
|
|
|
@include breakpoint(ltdesktop) {
|
|
padding-top: $pad-medium;
|
|
}
|
|
|
|
&__spotlight {
|
|
@include vertical-page-tab-panel-layout;
|
|
}
|
|
}
|
|
|
|
.host-target {
|
|
&__host-info {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: $pad-medium;
|
|
}
|
|
|
|
&__display-text {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
color: $core-fleet-black;
|
|
margin: 0;
|
|
}
|
|
|
|
&__icon {
|
|
color: $core-fleet-black;
|
|
margin-right: $pad-small;
|
|
width: 21px;
|
|
|
|
&--online {
|
|
color: $core-fleet-black;
|
|
}
|
|
|
|
&--offline {
|
|
color: $core-fleet-black;
|
|
}
|
|
}
|
|
|
|
&__status {
|
|
margin: $pad-xsmall 0;
|
|
font-size: $x-small;
|
|
}
|
|
|
|
&__labels-wrapper {
|
|
position: absolute;
|
|
bottom: $pad-large;
|
|
}
|
|
|
|
&__labels-header {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
letter-spacing: 0.9px;
|
|
color: $core-fleet-black;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
}
|
|
|
|
&__labels-list {
|
|
font-size: $x-small;
|
|
font-weight: $regular;
|
|
letter-spacing: 0.5px;
|
|
color: $core-fleet-black;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
li {
|
|
display: inline-block;
|
|
|
|
&::after {
|
|
content: ",";
|
|
margin-right: 3px;
|
|
}
|
|
|
|
&:last-child {
|
|
&::after {
|
|
content: "";
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&__platform-text {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
&__mac-address {
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
.label-target {
|
|
&__display-text {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
color: $core-fleet-black;
|
|
margin: 0;
|
|
}
|
|
|
|
&__icon {
|
|
color: $core-fleet-blue;
|
|
margin-right: $pad-small;
|
|
width: 30px;
|
|
}
|
|
|
|
&__hosts-online {
|
|
color: $ui-success;
|
|
}
|
|
|
|
&__description {
|
|
font-weight: $regular;
|
|
color: $core-fleet-black;
|
|
}
|
|
}
|
|
|
|
.target-details {
|
|
&__details {
|
|
@include vertical-data-set-layout;
|
|
}
|
|
}
|