mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
78 lines
1.2 KiB
SCSS
78 lines
1.2 KiB
SCSS
.host-side-panel {
|
|
&__add-label-btn {
|
|
color: $success;
|
|
font-weight: $normal;
|
|
line-height: 2.25;
|
|
letter-spacing: 0.5px;
|
|
padding: 0 30px;
|
|
border-radius: 4px;
|
|
width: 100%;
|
|
text-align: left;
|
|
|
|
&--icon-label {
|
|
margin: 0 0 0 $pad-small;
|
|
}
|
|
|
|
&:hover {
|
|
background-color: rgba($success, 0.1);
|
|
}
|
|
}
|
|
|
|
&__wrapper {
|
|
color: $text-medium;
|
|
padding: 0 7px;
|
|
|
|
.input-icon-field {
|
|
margin-top: 0;
|
|
|
|
&__label {
|
|
display: none;
|
|
}
|
|
|
|
&__icon {
|
|
top: 6px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__hr {
|
|
color: $text-medium;
|
|
margin: $pad-base $pad-auto;
|
|
width: 80%;
|
|
height: 1px;
|
|
background-color: #ececec;
|
|
border: 0;
|
|
}
|
|
|
|
&__panel-group-item {
|
|
background-color: $white;
|
|
color: $text-medium;
|
|
padding: $pad-half $pad-large;
|
|
|
|
&--filter {
|
|
position: relative;
|
|
|
|
.kolidecon {
|
|
position: absolute;
|
|
top: calc(#{$pad-half} + 8px);
|
|
left: calc(#{$pad-large} + 10px);
|
|
font-size: 22px;
|
|
color: $text-light;
|
|
}
|
|
}
|
|
|
|
.title {
|
|
padding-left: 20px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
&__filter-labels {
|
|
margin: 0;
|
|
|
|
.input-field {
|
|
padding-left: 42px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|