tor-browser

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

sidebar-panel-header.css (611B)


      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 https://mozilla.org/MPL/2.0/. */
      4 
      5 @import url("chrome://global/skin/design-system/text-and-typography.css");
      6 
      7 :host {
      8  padding-block: var(--space-large);
      9  margin-block-start: calc(var(--space-large) * -1);
     10 }
     11 
     12 .sidebar-panel-heading {
     13  display: flex;
     14  justify-content: space-between;
     15  align-items: center;
     16  -moz-context-properties: fill;
     17  fill: currentColor;
     18  font-size: 15px;
     19 
     20  > h4 {
     21    margin-block: var(--space-large);
     22  }
     23 }