tor-browser

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

ConnectSteps.css (413B)


      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 .connect-page__step-list {
      6  list-style-type: decimal;
      7  list-style-position: outside;
      8  margin-inline-start: calc(var(--base-unit) * 4);
      9 }
     10 
     11 .connect-page__step {
     12  padding-inline-start: var(--base-unit);
     13 }