aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/frontend/src/main/components/search/search.scss
blob: cc5a61acd8667e749ce3280cad075b33beb38006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.search {
  button {
    border: none;
    fill: #637282;
    background: #F4F4F4;

    &:focus {
      outline: none;
    }
  }
}

.popup-wrapper {
  min-width: calc(100% - 360px) !important;
}

.indented {
  text-indent: 10px;
}

.disabled {
  color: gray;
}

.template-wrapper {
  display: grid;
  grid-template-columns: auto auto;
}

.template-name {
  justify-self: start;
}

.template-description {
  color: gray;
  justify-self: end;
}