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