fleet/frontend/components/side_panels/PackDetailsSidePanel/_styles.scss
RachelElysia 9469cb0bf1
Packs pages: Edit page empty state rendering, Manage page update UI (#885)
* Packs: Update empty state, tables, select targets pills, platform pills, icons, phrasing
2021-06-01 09:10:35 -04:00

52 lines
878 B
SCSS

.pack-details-side-panel {
padding: $pad-medium 20px 0;
&__description {
color: $core-fleet-black;
font-size: $x-small;
word-wrap: break-word;
}
&__section-label {
font-size: $x-small;
font-weight: $bold;
margin: $pad-large 0 $pad-small;
}
&__edit-pack-link {
width: 100%;
}
&__pack-icon {
color: $core-fleet-blue;
margin-right: 11px;
}
&__pack-name {
@include ellipsis(250px);
color: $core-fleet-black;
font-size: $x-small;
font-weight: $regular;
margin: 0;
}
&__query-icon {
color: $core-fleet-blue;
font-size: $pad-medium;
margin-right: 15px;
}
&__queries-list {
list-style: none;
margin: 0 0 $pad-medium;
padding: 0;
}
&__query-name {
@include ellipsis(240px);
font-size: $x-small;
color: $core-vibrant-blue;
text-decoration: none;
}
}