tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ManifestLoader.css (483B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 .manifest-loader {
      6  font-size: var(--body-20-font-size);
      7  font-weight: var(--body-20-font-weight);
      8 }
      9 
     10 .manifest-loader__load {
     11  /* TODO: implement a spinner when tackling the UX review bug
     12     https://bugzilla.mozilla.org/show_bug.cgi?id=1566023 */
     13  text-align: center;
     14 }