tor-browser

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

delete-profile-card.css (696B)


      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 @import url("chrome://browser/content/profiles/profiles-pages.css");
      6 
      7 .data-list {
      8  display: flex;
      9  flex-direction: column;
     10  gap: var(--space-large);
     11  padding: var(--space-xxlarge);
     12  margin-inline-end: calc(2 * var(--space-xxlarge));
     13  margin-block-end: var(--space-large);
     14  background-color: var(--background-color-box-info);
     15  border-radius: var(--border-radius-medium);
     16 }
     17 
     18 .data-list-item {
     19  display: flex;
     20  justify-content: space-between;
     21  font-size: var(--font-size-large);
     22 }