aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/frontend/src/main/components/search/search.scss
blob: a891283ef50f4232842f66c00168b81ab9203e5f (plain)
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;
}