2024-06-18 10:46:56 -04:00
|
|
|
/*!
|
2024-05-10 09:09:14 -04:00
|
|
|
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
*/
|
2024-11-18 06:25:05 -05:00
|
|
|
@use 'styles';
|
|
|
|
|
@use 'inputs';
|
|
|
|
|
@use 'header';
|
|
|
|
|
@use 'icons';
|
|
|
|
|
@use 'apps';
|
|
|
|
|
@use 'global';
|
|
|
|
|
@use 'fixes';
|
|
|
|
|
@use 'mobile';
|
|
|
|
|
@use 'tooltip';
|
2022-10-28 05:43:49 -04:00
|
|
|
// If you include .css, it will be imported as url
|
2026-03-18 09:29:40 -04:00
|
|
|
@use '../../node_modules/@nextcloud/dialogs/dist/style' as *;
|
|
|
|
|
@use '../../node_modules/@nextcloud/password-confirmation/dist/style' as *;
|
2024-11-18 06:25:05 -05:00
|
|
|
@use 'public';
|