fleet/frontend/components/side_panels/QueryDetailsSidePanel/_styles.scss

69 lines
1,020 B
SCSS
Raw Normal View History

2017-01-10 02:58:18 +00:00
.query-details-side-panel {
padding: 20px;
h1 {
@include ellipsis(250px);
2017-01-10 02:58:18 +00:00
margin: 0 0 12px;
font-size: 18px;
font-weight: $bold;
.kolidecon {
color: $text-light;
margin-right: 6px;
}
}
h2 {
font-size: 16px;
font-weight: $bold;
letter-spacing: -0.5px;
color: $text-dark;
border-bottom: solid 1px $accent-light;
padding: 0 0 4px;
margin: 0 0 6px;
}
p {
font-size: 14px;
font-weight: $normal;
line-height: 1.71;
color: $text-medium;
}
&__query-preview {
margin-bottom: 12px;
}
&__description {
word-wrap: break-word;
}
2017-01-10 02:58:18 +00:00
.button {
width: 100%;
}
&__packs {
margin: 0;
padding: 0;
list-style: none;
}
&__pack-item {
.kolidecon {
margin-right: 12px;
color: $text-medium;
}
}
&__pack-name {
@include ellipsis(240px);
text-decoration: none;
font-size: 14px;
vertical-align: middle;
&:hover {
text-decoration: underline;
}
}
2017-01-10 02:58:18 +00:00
}