ux: search look update

This commit is contained in:
Torkel Ödegaard
2017-12-12 13:55:32 +01:00
parent df25c9f0fa
commit d379b501aa
4 changed files with 8 additions and 6 deletions

View File

@@ -49,6 +49,7 @@
.dashboard-settings__header {
font-size: $font-size-h3;
margin-bottom: $spacer*2;
}
.dashboard-settings__nav-item {

View File

@@ -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;
}
}

View File

@@ -104,10 +104,12 @@
.gf-form-switch--transparent {
input + label {
background: transparent;
border: none;
}
input + label::before, input + label::after {
background: transparent;
border: none;
}
&:hover {