2017-01-03 20:56:50 +00:00
|
|
|
.pack-details-side-panel {
|
|
|
|
padding: 20px;
|
|
|
|
|
|
|
|
&__description {
|
|
|
|
color: $text-medium;
|
|
|
|
font-size: 14px;
|
2017-01-11 20:35:45 +00:00
|
|
|
word-wrap: break-word;
|
2017-01-03 20:56:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__section-label {
|
|
|
|
border-bottom: 1px solid $accent-light;
|
|
|
|
color: $text-dark;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: $bold;
|
|
|
|
letter-spacing: -0.5px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__edit-pack-link {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__pack-icon {
|
|
|
|
color: $text-light;
|
|
|
|
margin-right: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__pack-name {
|
2017-01-11 20:35:45 +00:00
|
|
|
@include ellipsis(250px);
|
2017-01-03 20:56:50 +00:00
|
|
|
color: $text-dark;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: $bold;
|
|
|
|
letter-spacing: -0.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__query-icon {
|
|
|
|
color: $text-light;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
2017-01-11 20:35:45 +00:00
|
|
|
&__queries-list {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2017-01-03 20:56:50 +00:00
|
|
|
&__query-name {
|
2017-01-11 20:35:45 +00:00
|
|
|
@include ellipsis(240px);
|
2017-01-12 00:31:23 +00:00
|
|
|
font-size: 14px;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2017-01-03 20:56:50 +00:00
|
|
|
}
|
|
|
|
}
|