Merge branch 'styles' into 'develop'
Improve search input styles on aliases/list editor pages See merge request soapbox-pub/soapbox-fe!833
This commit is contained in:
commit
21a5c3215a
6 changed files with 12 additions and 11 deletions
Binary file not shown.
Binary file not shown.
|
@ -18,24 +18,21 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&_search {
|
&_search.search {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin: 10px;
|
border-bottom: none;
|
||||||
|
|
||||||
.search__input {
|
.search__input {
|
||||||
padding: 7px 30px 6px 10px;
|
padding: 7px 30px 6px 10px;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
> label {
|
> label {
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .search__icon .fa {
|
|
||||||
top: 8px;
|
|
||||||
right: 102px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .button {
|
> .button {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
|
@ -97,4 +97,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.simple_form select {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .search__icon .fa {
|
> .search__icon {
|
||||||
right: 102px !important;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .button {
|
> .button {
|
||||||
|
|
|
@ -183,8 +183,8 @@
|
||||||
padding: 12px 36px 12px 16px;
|
padding: 12px 36px 12px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search__icon .svg-icon {
|
.search__icon {
|
||||||
right: 24px;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue