fix style
This commit is contained in:
parent
f21087f873
commit
2154b13a91
2 changed files with 4 additions and 18 deletions
src/ui/scss/component
|
@ -320,21 +320,3 @@ fieldset-section {
|
||||||
.form-field--address {
|
.form-field--address {
|
||||||
width: 370px;
|
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -29,6 +29,10 @@
|
||||||
flex: 0;
|
flex: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
color: $lbry-black;
|
color: $lbry-black;
|
||||||
|
|
||||||
|
fieldset-section {
|
||||||
|
width: 15rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wunderbar__active-suggestion {
|
.wunderbar__active-suggestion {
|
||||||
|
|
Loading…
Add table
Reference in a new issue