fix(aio): api search input fix and style
This commit is contained in:

committed by
Pete Bacon Darwin

parent
bde9771991
commit
4c566dbfbb
@ -23,8 +23,8 @@
|
||||
</div>
|
||||
|
||||
<div class="form-search">
|
||||
<i class="material-icons">search</i>
|
||||
<input #filter placeholder="Filter" (input)="setQuery($event.target.value)">
|
||||
<i class="material-icons">search</i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -57,7 +57,7 @@ $lightgrey: #F5F6F7;
|
||||
}
|
||||
|
||||
.l-content-small {
|
||||
padding: $unit * 6;
|
||||
padding: 16px;
|
||||
max-width: 1100px;
|
||||
margin: 0;
|
||||
|
||||
@ -69,40 +69,6 @@ $lightgrey: #F5F6F7;
|
||||
}
|
||||
}
|
||||
|
||||
.l-flex-wrap {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/*
|
||||
* Banner
|
||||
*/
|
||||
.banner {
|
||||
background: rgba($blue-grey-50, .24);
|
||||
border-bottom: 1px solid $blue-grey-50;
|
||||
box-sizing: border-box;
|
||||
font-size: 18px;
|
||||
font-weight: 200;
|
||||
padding: ($unit * 4) ($unit * 6);
|
||||
min-height: 97px;
|
||||
|
||||
include respond-to('mobile') {
|
||||
padding: ($unit * 2);
|
||||
}
|
||||
|
||||
&.is-plain {
|
||||
background: $white;
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
p, .text-body {
|
||||
color: $blue-grey-500;
|
||||
font-size: 18px;
|
||||
line-height: 32px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* SEARCH BAR
|
||||
*/
|
||||
@ -164,7 +130,6 @@ $form-select-width: 200px;
|
||||
|
||||
.form-select-menu {
|
||||
position: relative;
|
||||
width: $form-select-width;
|
||||
}
|
||||
|
||||
.form-select-button {
|
||||
|
Reference in New Issue
Block a user