1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-09-20 03:27:38 +00:00
nextcloud-breeze-dark/css/apps/thirdparty/_terms-of-service.scss
2020-02-11 19:39:03 +01:00

41 lines
1.3 KiB
SCSS

/**
* @copyright Copyright (c) 2020, Magnus Walbeck (mw@mwalbeck.org)
*
* @author Magnus Walbeck (mwalbeck) <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/* Terms of service -------------------------------------------------------- */
#terms_of_service_confirm .v--modal-overlay .v--modal-background-click {
background-color: rgba(0, 0, 0, 0.5);
.v--modal.v--modal-box {
background-color: var(--color-main-background);
border: 1px solid var(--color-border);
box-shadow: none;
padding: 1em;
#tos-overlay button.primary {
margin: 1em auto;
}
}
}