fleet/frontend/components/side_panels/HostSidePanel/_styles.scss
noahtalerman 573097c2a3
Close UI Refresh. Update button styles. Edit status labels for hosts list and users list. (#139)
The final PR for the UI Refresh #38.

- Complete UI issues caught during the Dec. 09 QA pass.
- Update button and color styles, including hover and active states, to align with the mockups.
- Update status labels in the hosts list and users list. The status label now includes a colored circle along with a text description.
- Fixes #138.
2020-12-18 17:36:39 -08:00

60 lines
871 B
SCSS

.host-side-panel {
color: $core-dark-blue-grey;
padding: 14px 20px 22px;
.input-icon-field {
margin-top: 0;
&__label {
display: none;
}
&__icon {
top: 6px;
}
}
h3 {
font-size: $x-small;
font-weight: $bold;
color: $core-dark-blue-grey;
margin: 24px 0 10px 8px;
}
&__add-label-btn {
width: 100%;
margin-top: 24px;
}
&__panel-group-item {
color: $core-dark-blue-grey;
width: 100%;
&--filter {
position: relative;
.kolidecon {
position: absolute;
top: 10px;
left: 12px;
font-size: 20px;
color: $core-medium-blue-grey;
}
}
.title {
padding-left: 20px;
font-size: 16px;
}
}
&__filter-labels {
margin-bottom: 16px;
.input-field {
padding-left: 42px;
width: 100%;
}
}
}