blob: 4f728ff6e3ab269f1745298c4a65c28b02873bc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* 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/. */
.manifest-loader {
font-size: var(--body-20-font-size);
font-weight: var(--body-20-font-weight);
}
.manifest-loader__load {
/* TODO: implement a spinner when tackling the UX review bug
https://bugzilla.mozilla.org/show_bug.cgi?id=1566023 */
text-align: center;
}
|