|
|
@@ -116,14 +116,14 @@
|
|
|
.search-section {
|
|
|
background: $panel-bg;
|
|
|
border: $panel-border;
|
|
|
- padding: $panel-padding;
|
|
|
+ padding: 0px 10px 2px 10px;
|
|
|
margin-bottom: 3px;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
|
|
|
.search-section__header {
|
|
|
font-size: $font-size-h6;
|
|
|
- padding: 8px 0 2px 0;
|
|
|
+ padding: 6px 0 4px 0;
|
|
|
color: $text-color-weak;
|
|
|
display: flex;
|
|
|
flex-grow: 1;
|
|
|
@@ -139,7 +139,7 @@
|
|
|
}
|
|
|
|
|
|
.search-section__header__icon {
|
|
|
- padding: 2px 10px;
|
|
|
+ padding: 5px 10px;
|
|
|
width: 35px;
|
|
|
}
|
|
|
|
|
|
@@ -149,11 +149,11 @@
|
|
|
|
|
|
.search-section__header__text {
|
|
|
flex-grow: 1;
|
|
|
+ line-height: 24px;
|
|
|
}
|
|
|
|
|
|
.search-item {
|
|
|
@include list-item();
|
|
|
- @include left-brand-border();
|
|
|
|
|
|
display: flex;
|
|
|
flex-grow: 1;
|
|
|
@@ -162,7 +162,6 @@
|
|
|
padding: 0px;
|
|
|
|
|
|
&:hover, &.selected {
|
|
|
- @include left-brand-border-gradient();
|
|
|
background: $list-item-hover-bg;
|
|
|
}
|
|
|
}
|