fix style

This commit is contained in:
Sean Yesmunt 2019-09-16 01:48:44 -04:00
parent f21087f873
commit 2154b13a91
2 changed files with 4 additions and 18 deletions

View file

@ -320,21 +320,3 @@ fieldset-section {
.form-field--address {
width: 370px;
}
.form-field--channel-search {
&:not(:last-child) {
margin-bottom: 0;
}
input {
margin-bottom: 0;
&:not(:hover) {
border: 1px solid $lbry-gray-5;
}
&:hover {
border: 1px solid $lbry-white;
}
}
}

View file

@ -29,6 +29,10 @@
flex: 0;
margin-right: 0;
color: $lbry-black;
fieldset-section {
width: 15rem;
}
}
.wunderbar__active-suggestion {