mirror of
https://github.com/moparisthebest/mail
synced 2024-11-12 04:05:13 -05:00
Merge pull request #207 from whiteout-io/dev/WO-771
make text-input height more constistent with buttons
This commit is contained in:
commit
c7463cd185
@ -188,6 +188,18 @@
|
||||
height: 1em;
|
||||
width: 0.8em;
|
||||
}
|
||||
|
||||
// Small lightweight search field to align with btn--light
|
||||
&--light {
|
||||
.input-text {
|
||||
height: 2em;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
& > svg {
|
||||
top: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.input-checkbox {
|
||||
|
@ -16,7 +16,7 @@
|
||||
</div><!--/action-bar__secondary-->
|
||||
|
||||
<div class="action-bar__search">
|
||||
<div class="search">
|
||||
<div class="search search--light">
|
||||
<svg><use xlink:href="#icon-search" /><title>Search</title></svg>
|
||||
<input class="input-text" type="text" ng-model="searchText"
|
||||
ng-change="displaySearchResults(searchText)"
|
||||
|
Loading…
Reference in New Issue
Block a user