about summary refs log tree commit diff stats
path: root/src/pages/popup/style.css
blob: 4151061568b1f81711d3a5fbd35d35d647cefb45 (plain) (blame)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
body {
  width: 270px;
  min-height: auto;
}

html,
body {
  margin: 0;
}

.hide {
  display: none !important;
}

.button {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.button svg {
  width: 26px;
  height: 26px;
}

.bottom-button {
  width: 100%;
}

.space {
  height: 10px;
}

input {
  height: 23px;
  width: 46px;
}

div.block label {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  max-width: 180px;
}

div.block label:hover {
  cursor: pointer;
}

div.block div {
  display: flex;
}

html.mobile body {
  width: 100%;
}

html.mobile div.block label {
  font-size: 24px;
}

html.mobile .button svg {
  width: 30px;
  height: 30px;
}