clientauthask.css (525B)
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 :root { 6 min-width: 48em; 7 } 8 9 .important { 10 font-weight: var(--font-weight-bold); 11 } 12 13 .details { 14 text-overflow: ellipsis; 15 overflow: hidden; 16 white-space: nowrap; 17 } 18 19 .info-box-container { 20 background-color: var(--background-color-box-info); 21 padding: 9px; 22 border: 1px solid transparent; 23 border-radius: 4px; 24 }