comparison client/src/application/Search.vue @ 1201:37889ae85133

moved search icon/bar to the left, next to main menu
author Markus Kottlaender <markus@intevation.de>
date Mon, 19 Nov 2018 09:09:27 +0100
parents a397b52981b8
children 68fb4af05b73 ddfdf440da24
comparison
equal deleted inserted replaced
1200:502e0b960424 1201:37889ae85133
27 .searchcontainer 27 .searchcontainer
28 height: $icon-height 28 height: $icon-height
29 border-radius: 0.25rem 29 border-radius: 0.25rem
30 30
31 .searchbar-expanded 31 .searchbar-expanded
32 margin-left: auto
33 margin-right: auto
34 padding-left: $offset
35 width: $searchbar-width !important 32 width: $searchbar-width !important
36 .searchbar 33 .searchbar
37 border-top-left-radius: 0 !important 34 border-top-left-radius: 0 !important
38 border-bottom-left-radius: 0 !important 35 border-bottom-left-radius: 0 !important
39 36
40 37
41 .searchbar-collapsed 38 .searchbar-collapsed
42 margin-left: auto
43 width: $icon-width !important 39 width: $icon-width !important
44 transition: $transition-fast 40 transition: $transition-fast
45 41
46 .searchbar 42 .searchbar
47 margin-left: auto
48 margin-right: auto
49 height: $icon-height !important 43 height: $icon-height !important
50 44
51 .searchlabel 45 .searchlabel
52 background-color: white !important 46 background-color: white !important
53 47