2021-01-28 20:44:48 +00:00
|
|
|
.host-details {
|
|
|
|
display: flex;
|
2021-05-03 22:58:23 +00:00
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-grow: 1;
|
|
|
|
align-content: flex-start;
|
2021-01-28 20:44:48 +00:00
|
|
|
padding-bottom: 50px;
|
|
|
|
min-width: 0;
|
2021-05-03 22:58:23 +00:00
|
|
|
background-color: $ui-off-white;
|
2021-10-11 18:59:43 +00:00
|
|
|
gap: $pad-medium;
|
|
|
|
|
|
|
|
.header {
|
|
|
|
flex: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2021-01-28 20:44:48 +00:00
|
|
|
|
|
|
|
.section {
|
2021-05-03 22:58:23 +00:00
|
|
|
flex: 100%;
|
2021-01-28 20:44:48 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-05-03 22:58:23 +00:00
|
|
|
background-color: $core-white;
|
|
|
|
border-radius: 16px;
|
|
|
|
border: 1px solid $ui-fleet-blue-15;
|
|
|
|
padding: $pad-xxlarge;
|
|
|
|
box-shadow: 0px 3px 0px rgba(226, 228, 234, 0.4);
|
2021-01-28 20:44:48 +00:00
|
|
|
|
|
|
|
&__header {
|
2021-03-25 19:47:00 +00:00
|
|
|
font-size: $medium;
|
2021-09-28 21:05:25 +00:00
|
|
|
font-weight: $bold;
|
2021-05-18 20:46:44 +00:00
|
|
|
margin: 0 0 $pad-large 0;
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
|
2021-09-28 21:05:25 +00:00
|
|
|
.info-flex {
|
2021-01-28 20:44:48 +00:00
|
|
|
display: flex;
|
2021-11-15 20:11:22 +00:00
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
.info-flex__item--title {
|
|
|
|
margin-bottom: 2.5rem;
|
|
|
|
}
|
2021-01-28 20:44:48 +00:00
|
|
|
|
|
|
|
&__item {
|
|
|
|
font-size: $x-small;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
&--title {
|
2021-04-30 21:32:50 +00:00
|
|
|
margin-right: $pad-xxlarge;
|
2021-09-28 21:05:25 +00:00
|
|
|
|
2021-10-19 23:18:02 +00:00
|
|
|
.info-flex__data {
|
2021-09-28 21:05:25 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2021-10-19 23:18:02 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
|
|
|
|
.total-issues-count {
|
|
|
|
margin-left: $pad-small;
|
|
|
|
}
|
2021-09-28 21:05:25 +00:00
|
|
|
}
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-08-25 20:05:54 +00:00
|
|
|
&__disk-space {
|
|
|
|
display: inline-block;
|
|
|
|
height: 4px;
|
|
|
|
width: 50px;
|
|
|
|
background-color: $ui-fleet-blue-15;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-right: $pad-small;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__disk-space-used {
|
|
|
|
background-color: $ui-success;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__disk-space-warning {
|
|
|
|
background-color: $ui-warning;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2021-01-28 20:44:48 +00:00
|
|
|
&__header {
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-fleet-black;
|
2021-03-25 19:47:00 +00:00
|
|
|
font-weight: $bold;
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
2021-05-21 19:08:35 +00:00
|
|
|
|
|
|
|
&__no-team {
|
|
|
|
color: $ui-fleet-black-50;
|
|
|
|
}
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
|
2021-09-28 21:05:25 +00:00
|
|
|
.info-grid {
|
|
|
|
display: grid;
|
|
|
|
grid-auto-flow: column;
|
|
|
|
grid-template-columns: repeat(4, max-content);
|
|
|
|
grid-template-rows: repeat(3, 1fr);
|
|
|
|
column-gap: $pad-xxlarge;
|
|
|
|
row-gap: $pad-medium;
|
|
|
|
|
|
|
|
&__block {
|
|
|
|
font-size: $x-small;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
&--title {
|
|
|
|
margin-right: $pad-xxlarge;
|
|
|
|
|
|
|
|
.info__data {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&__header {
|
|
|
|
color: $core-fleet-black;
|
|
|
|
font-weight: $bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-01-28 20:44:48 +00:00
|
|
|
.list {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
&__item {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-04-27 20:55:33 +00:00
|
|
|
|
|
|
|
.results {
|
2021-05-18 20:46:44 +00:00
|
|
|
margin: 0;
|
2021-04-27 20:55:33 +00:00
|
|
|
width: 350px;
|
|
|
|
|
|
|
|
&__header {
|
2021-05-18 20:46:44 +00:00
|
|
|
margin: 0 0 $pad-medium 0;
|
2021-04-27 20:55:33 +00:00
|
|
|
font-size: $small;
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-fleet-black;
|
2021-04-27 20:55:33 +00:00
|
|
|
font-weight: $bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__data {
|
2021-05-18 20:46:44 +00:00
|
|
|
margin: 0;
|
2021-04-27 20:55:33 +00:00
|
|
|
font-size: $x-small;
|
|
|
|
}
|
|
|
|
}
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin: 0;
|
2021-11-15 20:11:22 +00:00
|
|
|
padding-bottom: 0;
|
2021-01-28 20:44:48 +00:00
|
|
|
|
2021-03-25 19:47:00 +00:00
|
|
|
.hostname-container {
|
|
|
|
display: flex;
|
2021-10-19 14:07:55 +00:00
|
|
|
align-items: center;
|
2021-03-25 19:47:00 +00:00
|
|
|
}
|
|
|
|
|
2021-01-28 20:44:48 +00:00
|
|
|
.hostname {
|
|
|
|
font-size: $large;
|
2021-03-25 19:47:00 +00:00
|
|
|
font-weight: $bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.last-fetched {
|
|
|
|
font-size: $xx-small;
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-fleet-black;
|
2021-03-25 19:47:00 +00:00
|
|
|
margin: 0;
|
|
|
|
padding-left: $pad-small;
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
2021-05-17 23:10:59 +00:00
|
|
|
|
|
|
|
.refetch {
|
|
|
|
display: flex;
|
2021-10-19 14:07:55 +00:00
|
|
|
margin-right: $pad-small;
|
2021-05-17 23:10:59 +00:00
|
|
|
|
|
|
|
.refetch-btn {
|
|
|
|
color: $core-vibrant-blue;
|
|
|
|
cursor: default;
|
|
|
|
font-size: $x-small;
|
2021-10-19 14:07:55 +00:00
|
|
|
height: 38px;
|
|
|
|
margin-right: $pad-small;
|
2021-05-17 23:10:59 +00:00
|
|
|
|
|
|
|
&::before {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
padding: 5px 0 0 0; // centers spin
|
|
|
|
content: url(../assets/images/icon-refetch-12x12@2x.png);
|
|
|
|
transform: scale(0.5);
|
2021-10-19 14:07:55 +00:00
|
|
|
height: 28px;
|
2021-05-17 23:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.refetch-offline {
|
|
|
|
opacity: 25%;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.refetch-spinner {
|
|
|
|
color: $core-vibrant-blue;
|
|
|
|
cursor: default;
|
|
|
|
font-size: $x-small;
|
2021-10-19 14:07:55 +00:00
|
|
|
height: 38px;
|
2021-05-17 23:10:59 +00:00
|
|
|
opacity: 50%;
|
|
|
|
filter: saturate(100%);
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
padding: 5px 0 0 0; // centers spin
|
|
|
|
display: inline-block;
|
|
|
|
content: url(../assets/images/icon-refetch-12x12@2x.png);
|
|
|
|
transform: scale(0.5);
|
|
|
|
animation: spin 2s linear infinite;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes spin {
|
|
|
|
0% {
|
|
|
|
transform: scale(0.5) rotate(0deg);
|
|
|
|
transform-origin: center center;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: scale(0.5) rotate(360deg);
|
|
|
|
transform-origin: center center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
|
2021-08-09 16:38:13 +00:00
|
|
|
.button img {
|
|
|
|
transform: scale(0.5);
|
|
|
|
}
|
|
|
|
|
2021-11-12 19:43:29 +00:00
|
|
|
.component__tabs-wrapper {
|
|
|
|
background-color: $ui-off-white;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.react-tabs__tab {
|
|
|
|
padding: 6px 0px 16px 0px;
|
|
|
|
margin-right: $pad-xxlarge;
|
|
|
|
}
|
|
|
|
.react-tabs__tab--selected {
|
|
|
|
background-color: $ui-off-white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
|
|
|
margin-top: $pad-medium;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-2 {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.osquery {
|
|
|
|
margin-right: $pad-small;
|
|
|
|
}
|
|
|
|
.section.labels {
|
|
|
|
margin-left: $pad-small;
|
|
|
|
}
|
|
|
|
|
2021-05-03 22:58:23 +00:00
|
|
|
.about,
|
|
|
|
.osquery {
|
2021-01-28 20:44:48 +00:00
|
|
|
.info {
|
|
|
|
&__item {
|
|
|
|
&--about {
|
|
|
|
margin-right: 92px;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__block {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-04-30 21:32:50 +00:00
|
|
|
margin-right: $pad-xxlarge;
|
2021-05-03 22:58:23 +00:00
|
|
|
}
|
|
|
|
&__data {
|
|
|
|
margin-bottom: $pad-medium;
|
2021-01-28 20:44:48 +00:00
|
|
|
|
2021-05-03 22:58:23 +00:00
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-05-03 22:58:23 +00:00
|
|
|
.col-50 {
|
|
|
|
flex: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-25 {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
2021-01-28 20:44:48 +00:00
|
|
|
.status {
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-fleet-black;
|
2021-01-28 20:44:48 +00:00
|
|
|
text-transform: capitalize;
|
|
|
|
|
|
|
|
&--online {
|
|
|
|
&:before {
|
2021-04-30 21:32:50 +00:00
|
|
|
background-color: $ui-success;
|
2021-01-28 20:44:48 +00:00
|
|
|
border-radius: 100%;
|
2021-04-12 13:32:25 +00:00
|
|
|
content: " ";
|
2021-01-28 20:44:48 +00:00
|
|
|
display: inline-block;
|
|
|
|
height: 8px;
|
2021-04-30 21:32:50 +00:00
|
|
|
margin-right: $pad-small;
|
2021-01-28 20:44:48 +00:00
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-08-11 14:08:32 +00:00
|
|
|
&--offline,
|
|
|
|
&--mia {
|
2021-01-28 20:44:48 +00:00
|
|
|
&:before {
|
2021-04-30 21:32:50 +00:00
|
|
|
background-color: $ui-fleet-black-25;
|
2021-01-28 20:44:48 +00:00
|
|
|
border-radius: 100%;
|
2021-04-12 13:32:25 +00:00
|
|
|
content: " ";
|
2021-01-28 20:44:48 +00:00
|
|
|
display: inline-block;
|
|
|
|
height: 8px;
|
2021-04-30 21:32:50 +00:00
|
|
|
margin-right: $pad-small;
|
2021-01-28 20:44:48 +00:00
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
}
|
2021-08-11 14:08:32 +00:00
|
|
|
|
|
|
|
&--mia {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__action-button-container {
|
|
|
|
display: flex;
|
2021-10-19 14:07:55 +00:00
|
|
|
align-items: center;
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
|
2021-06-29 17:48:57 +00:00
|
|
|
&__query-button,
|
|
|
|
&__transfer-button {
|
2021-08-09 16:38:13 +00:00
|
|
|
margin-right: $pad-large;
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__modal {
|
|
|
|
p {
|
2021-04-30 21:32:50 +00:00
|
|
|
font-size: $small;
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__modal-buttons {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
|
|
|
.button--alert {
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__tooltip-text {
|
|
|
|
font-size: $x-small;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-04-27 20:55:33 +00:00
|
|
|
|
|
|
|
&__wrapper {
|
2021-04-30 21:32:50 +00:00
|
|
|
border: solid 1px $ui-fleet-blue-15;
|
2021-04-27 20:55:33 +00:00
|
|
|
border-radius: 6px;
|
2021-04-30 21:32:50 +00:00
|
|
|
margin-top: $pad-small;
|
2021-04-27 20:55:33 +00:00
|
|
|
overflow: scroll;
|
|
|
|
box-shadow: inset -8px 0 17px -10px #e8edf4;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__table {
|
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-fleet-black;
|
2021-04-27 20:55:33 +00:00
|
|
|
font-size: $x-small;
|
|
|
|
}
|
|
|
|
tr {
|
2021-04-30 21:32:50 +00:00
|
|
|
border-bottom: 1px solid $ui-fleet-blue-15;
|
2021-04-27 20:55:33 +00:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
thead {
|
2021-04-30 21:32:50 +00:00
|
|
|
background-color: $ui-off-white;
|
|
|
|
color: $core-fleet-black;
|
2021-04-27 20:55:33 +00:00
|
|
|
text-align: left;
|
2021-04-30 21:32:50 +00:00
|
|
|
border-bottom: 1px solid $ui-fleet-blue-15;
|
2021-04-27 20:55:33 +00:00
|
|
|
|
|
|
|
th {
|
2021-04-30 21:32:50 +00:00
|
|
|
padding: $pad-medium 27px;
|
2021-04-27 20:55:33 +00:00
|
|
|
white-space: nowrap;
|
2021-04-30 21:32:50 +00:00
|
|
|
border-right: 1px solid $ui-fleet-blue-15;
|
2021-04-27 20:55:33 +00:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-10-18 18:29:48 +00:00
|
|
|
.section--policies {
|
|
|
|
.linkToFilteredHosts__header {
|
|
|
|
width: 0;
|
|
|
|
}
|
2021-11-03 17:13:58 +00:00
|
|
|
|
2021-11-05 16:29:03 +00:00
|
|
|
tr {
|
|
|
|
a {
|
|
|
|
font-size: $x-small;
|
|
|
|
color: $core-vibrant-blue;
|
|
|
|
font-weight: $bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.policy-link {
|
|
|
|
visibility: hidden;
|
|
|
|
text-overflow: none;
|
|
|
|
img {
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.policy-link {
|
|
|
|
visibility: visible;
|
|
|
|
text-overflow: none;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-10-18 18:29:48 +00:00
|
|
|
}
|
2021-11-03 17:13:58 +00:00
|
|
|
|
2021-10-18 18:29:48 +00:00
|
|
|
.table-container__header {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-11-03 17:13:58 +00:00
|
|
|
|
2021-10-18 18:29:48 +00:00
|
|
|
.info-banner {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
p {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
2021-11-03 17:13:58 +00:00
|
|
|
|
|
|
|
th:first-child {
|
|
|
|
width: 70%;
|
|
|
|
}
|
2021-11-08 22:19:50 +00:00
|
|
|
|
|
|
|
.response__header {
|
|
|
|
border-right: none;
|
|
|
|
}
|
2021-10-18 18:29:48 +00:00
|
|
|
}
|
|
|
|
|
2021-06-28 18:09:45 +00:00
|
|
|
.section--software {
|
|
|
|
th {
|
|
|
|
&:first-child {
|
|
|
|
border-right: none;
|
|
|
|
width: 16px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2021-10-18 15:01:01 +00:00
|
|
|
&:last-child {
|
2021-11-05 16:29:03 +00:00
|
|
|
width: 200px;
|
2021-10-18 15:01:01 +00:00
|
|
|
padding: 0px;
|
2021-11-05 16:29:03 +00:00
|
|
|
overflow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-last-child(2) {
|
|
|
|
border-right: 0 !important;
|
2021-10-18 15:01:01 +00:00
|
|
|
}
|
2021-11-12 21:51:47 +00:00
|
|
|
|
|
|
|
&.source__header {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.version__header {
|
|
|
|
width: 10%;
|
|
|
|
}
|
2021-06-28 18:09:45 +00:00
|
|
|
}
|
|
|
|
tr {
|
|
|
|
td {
|
2021-11-12 21:51:47 +00:00
|
|
|
position: relative;
|
2021-06-28 18:09:45 +00:00
|
|
|
&:first-child {
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2021-11-12 21:51:47 +00:00
|
|
|
.name-container {
|
|
|
|
.tooltip__tooltip-icon {
|
|
|
|
@include breakpoint(ltdesktop) {
|
|
|
|
position: absolute;
|
|
|
|
right: 0.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-06-28 18:09:45 +00:00
|
|
|
}
|
2021-11-05 16:29:03 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: $x-small;
|
|
|
|
color: $core-vibrant-blue;
|
|
|
|
font-weight: $bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.software-link {
|
|
|
|
visibility: hidden;
|
|
|
|
img {
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.software-link {
|
|
|
|
visibility: visible;
|
|
|
|
img {
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-06-28 18:09:45 +00:00
|
|
|
}
|
2021-08-19 12:39:35 +00:00
|
|
|
|
|
|
|
.data-table__table {
|
|
|
|
table-layout: fixed;
|
|
|
|
|
|
|
|
td {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2021-11-05 16:29:03 +00:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
text-overflow: unset;
|
|
|
|
}
|
2021-08-19 12:39:35 +00:00
|
|
|
}
|
|
|
|
}
|
2021-06-28 18:09:45 +00:00
|
|
|
}
|
|
|
|
|
2021-08-31 20:20:53 +00:00
|
|
|
.section--users {
|
2021-11-12 19:43:29 +00:00
|
|
|
margin-top: $pad-medium;
|
|
|
|
|
2021-08-31 20:20:53 +00:00
|
|
|
.host-details__wrapper {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2021-11-11 17:26:03 +00:00
|
|
|
|
|
|
|
.username__header {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shell__header {
|
|
|
|
width: 20%;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-right: $pad-small;
|
|
|
|
}
|
|
|
|
|
|
|
|
.host-users-table__shell-tooltip {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
}
|
2021-08-31 20:20:53 +00:00
|
|
|
}
|
|
|
|
|
2021-04-27 20:55:33 +00:00
|
|
|
tbody {
|
|
|
|
td {
|
|
|
|
padding: 12px 27px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
2021-05-03 22:58:23 +00:00
|
|
|
|
2021-05-18 20:46:44 +00:00
|
|
|
&__back-link {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-10-11 18:59:43 +00:00
|
|
|
padding-bottom: $pad-small;
|
2021-05-18 20:46:44 +00:00
|
|
|
height: 16px;
|
|
|
|
font-size: $x-small;
|
|
|
|
color: $core-vibrant-blue;
|
|
|
|
font-weight: $bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2021-05-03 22:58:23 +00:00
|
|
|
#back-chevron {
|
2021-05-07 22:18:52 +00:00
|
|
|
width: 16px;
|
|
|
|
margin-right: $pad-small;
|
|
|
|
}
|
|
|
|
|
|
|
|
.accordion {
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.accordion__item + .accordion__item {
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.accordion__button {
|
|
|
|
background-color: #fff;
|
|
|
|
color: $core-fleet-black;
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: left;
|
|
|
|
font-size: $x-small;
|
|
|
|
font-weight: bold;
|
|
|
|
border: none;
|
|
|
|
padding: 17px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.accordion__button:hover {
|
|
|
|
background-color: $ui-vibrant-blue-10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.accordion__button:after {
|
|
|
|
display: block;
|
|
|
|
content: url("../assets/images/icon-chevron-purple-9x6@2x.png");
|
|
|
|
text-align: center;
|
|
|
|
top: 50%;
|
|
|
|
float: right;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
border-radius: 4px;
|
2021-11-12 19:43:29 +00:00
|
|
|
transform: scale(0.5) translate(40%, -40%);
|
2021-05-07 22:18:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.accordion__button[aria-expanded="true"]::after,
|
|
|
|
.accordion__button[aria-selected="true"]::after {
|
|
|
|
background-color: $core-vibrant-blue;
|
|
|
|
content: url("../assets/images/icon-accordion-collapse-16x16@2x.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
[hidden] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.accordion__panel {
|
2021-08-18 13:17:16 +00:00
|
|
|
padding: 0;
|
2021-05-07 22:18:52 +00:00
|
|
|
animation: fadein 0.35s ease-in;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* -------------------------------------------------- */
|
|
|
|
/* ---------------- Animation part ------------------ */
|
|
|
|
/* -------------------------------------------------- */
|
|
|
|
|
|
|
|
@keyframes fadein {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2021-05-03 22:58:23 +00:00
|
|
|
}
|
2021-08-18 13:17:16 +00:00
|
|
|
|
|
|
|
&__pack-table {
|
2021-11-12 19:43:29 +00:00
|
|
|
padding-bottom: 12px;
|
|
|
|
|
2021-08-18 13:17:16 +00:00
|
|
|
.table-container__header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.data-table__table {
|
|
|
|
table-layout: fixed;
|
|
|
|
|
|
|
|
thead {
|
|
|
|
// Width for all columns except the "Query name" column
|
|
|
|
// Width calculation adjusts for each row's horizontal padding
|
|
|
|
th {
|
2021-09-01 22:08:20 +00:00
|
|
|
width: calc(200px - 27px * 2);
|
2021-08-18 13:17:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Width for the "Query name" column
|
|
|
|
th:nth-child(1) {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody {
|
|
|
|
td {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
}
|
2021-09-01 22:08:20 +00:00
|
|
|
|
|
|
|
.__react_component_tooltip {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-tooltip {
|
|
|
|
display: inline;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
margin-left: $pad-small;
|
|
|
|
font-weight: 400;
|
|
|
|
text-align: center;
|
2021-08-18 13:17:16 +00:00
|
|
|
}
|
|
|
|
}
|
2021-09-29 04:04:58 +00:00
|
|
|
.tooltip__tooltip-icon {
|
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 16px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.software-name {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.software-last-used-muted {
|
|
|
|
color: $ui-fleet-black-50;
|
|
|
|
}
|
2021-01-28 20:44:48 +00:00
|
|
|
}
|