1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-03 01:51:35 +00:00

Add styling support for terms of service app

(cherry picked from commit 17b8033c7d)
This commit is contained in:
Magnus Walbeck 2020-02-11 19:16:29 +01:00
parent 2acf8ee004
commit 37aec6726c
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,39 @@
/**
* @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);
padding: 1em;
#tos-overlay button.primary {
margin: 1em auto;
}
}
}

View file

@ -55,5 +55,6 @@
@import 'apps/thirdparty/polls';
@import 'apps/thirdparty/quicknotes';
@import 'apps/thirdparty/radio';
@import 'apps/thirdparty/terms-of-service';
@import 'apps/thirdparty/user-account-deletion';
@import 'apps/thirdparty/weather';