mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Normalize the filter style on firefox and chrome
This commit is contained in:
parent
babf02b010
commit
a63b133420
1 changed files with 3 additions and 0 deletions
3
resources/assets/sass/dashboard.scss
vendored
3
resources/assets/sass/dashboard.scss
vendored
|
@ -271,6 +271,9 @@ body {
|
||||||
.search {
|
.search {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 3px 8px;
|
||||||
|
border: 1px solid fade-out(#000, 0.875);
|
||||||
|
border-radius: 0.25rem;
|
||||||
|
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
margin: 3px 3px 0px 3px;
|
margin: 3px 3px 0px 3px;
|
||||||
|
|
Loading…
Reference in a new issue