blob: c3b1ab3b4905cb099ac25d3046e53a75b8c49f46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.search {
button {
border: none;
fill: #637282;
background: #F4F4F4;
&:focus {
outline: none;
}
}
}
.popup-wrapper {
min-width: calc(100% - 360px) !important;
}
|