You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/core/css/server.scss

19 lines
523 B

/*!
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@use 'styles.scss';
@use 'inputs.scss';
@use 'header.scss';
@use 'icons.scss';
@use 'apps.scss';
@use 'global.scss';
@use 'fixes.scss';
@use 'mobile.scss';
@use 'tooltip.scss';
@use 'public.scss';
// If you include .css, it will be imported as url
@use '../../node_modules/@nextcloud/dialogs/dist/style.css' as *;
@use '../../node_modules/@nextcloud/password-confirmation/dist/style.css' as *;