summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/folderProps.css
blob: d6d03d8e3cf465b411cbef654a2af0a9bf5a123e (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
41
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

html {
  min-height: 370px;
  min-width: 750px;
}

body {
  height: 100vh;
  margin: 0;
}

description {
  max-width: 80vw;
}

#nameBox {
  display: grid;
  grid-template-columns: auto 1fr;
}

#quotaDetails {
  padding-inline-start: 6px;
  list-style: none;
}

#quotaDetails > li {
  margin-block-end: 4px;
}

progress.quota-percentage {
  appearance: none;
  height: 10px;
  background-color: hsla(0, 0%, 60%, 0.2);
  border: 1px solid var(--chrome-content-separator-color);
  border-radius: 3px;
  overflow: hidden;
  margin-inline: 1em;
}