summaryrefslogtreecommitdiffstats
path: root/browser/components/shopping/content/analysis-explainer.css
blob: ce7ebf55cc385deebfb9cd7a387c71231df8ca45 (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
/* 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/. */

@import url("chrome://global/skin/in-content/common.css");

#analysis-explainer-wrapper p,
.analysis-explainer-grading-scale-description {
  line-height: 150%;
}

#analysis-explainer-grading-scale-wrapper {
  margin-inline-start: 0.54em;
}

#analysis-explainer-grading-scale-list {
  list-style: none;
  padding: 0;
}

.analysis-explainer-grading-scale-entry {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.54rem;
  padding: 0.54em;
  padding-inline-start: 0;
}

.analysis-explainer-grading-scale-letters {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  width: 3.47em;
}

.analysis-explainer-grading-scale-description {
  margin: 0;
}