2023-03-15 18:02:57 +01:00
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
//
|
|
|
|
// Copyright (c) KALEIDOS INC
|
|
|
|
|
|
|
|
//#################################################
|
|
|
|
// MAIN STYLES
|
|
|
|
//#################################################
|
|
|
|
|
|
|
|
@import "common/refactor/fonts.scss";
|
|
|
|
@import "common/refactor/spacing.scss";
|
|
|
|
@import "common/refactor/borders.scss";
|
2023-04-27 12:44:11 +02:00
|
|
|
@import "common/refactor/opacity.scss";
|
2023-03-15 18:02:57 +01:00
|
|
|
@import "common/refactor/shadows.scss";
|
|
|
|
@import "common/refactor/z-index.scss";
|
|
|
|
@import "common/refactor/mixins.scss";
|
2023-11-14 12:45:31 +01:00
|
|
|
@import "common/refactor/focus.scss";
|
2023-03-15 18:02:57 +01:00
|
|
|
@import "common/refactor/basic-rules.scss";
|