aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/misc.css
blob: 20d8da2b7cc770183b0236bf341f901b8638ecd6 (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
38
39
40
.alertbox {
  border: 1px solid;
  border-radius: 8px;
  margin: 16px;
  padding: 16px;
  &.info {
    border-color: #23f4;
    background: #5673ff44;
  }
  p {
    margin: 0;
    padding: 0;
  }
}

button.icon {
  border: none;
  background: none;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  &.active {
    font-variation-settings: "FILL" 1;
  }
}

a.icon {
  color: inherit;
  text-decoration: none;
  font-size: 24px;
}

span.inlineIcon {
  font-size: inherit;
  color: inherit;
}

[hidden] {
  display: none;
}