/* * Wire * Copyright (C) 2018 Wire Swiss GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see http://www.gnu.org/licenses/. * */ .guest-options { &__content { padding: 32px 16px 0; } &__password-radio { padding: 0 16px; } &__info { padding-top: 16px; border-top: 1px solid var(--background-fade-8); margin: 24px 16px 16px; &-text, &-head { color: var(--gray-90); body.theme-dark & { color: var(--white); } } &-head { .text-medium; } &-text { .subline; margin-bottom: 20px; } &__head { margin-bottom: 8px; font-weight: var(--font-weight-bold); text-transform: uppercase; } } &__link { min-height: 104px; padding: 16px; font-size: var(--font-size-base); line-height: var(--line-height-lg); } }