aboutsummaryrefslogtreecommitdiff
path: root/src/client/style/_component-room-finder.scss
blob: 1798ef9c50a1481df34aba9f50ea5cd2262a2857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.room-finder {
  display: flex;
  margin: 8px;
  padding: 8px;
  border-radius: 2px;
  background-color: #D32F2F;

  .mdc-button:not(:disabled) {
    color: white;

    &::before, &::after {
      background-color: white;
    }
  }

  .close-button {
    min-width: 48px;

    .mdc-button__icon {
      margin-right: 0;
    }
  }
}