ManifestSection.css (690B)
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-section { 6 padding-block: calc(var(--base-unit) * 2); 7 width: 100%; 8 border-spacing: calc(var(--base-unit) * 2) 0; 9 font-size: var(--body-10-font-size); 10 font-weight: var(--body-10-font-weight); 11 } 12 13 .manifest-section--empty { 14 padding-block-end: 0; 15 } 16 17 .manifest-section:not(:last-child) { 18 border-bottom: 1px solid var(--separator-color); 19 } 20 21 .manifest-section__title { 22 font-size: var(--title-10-font-size); 23 font-weight: var(--title-10-font-weight); 24 margin: 0; 25 }