ds4/scss/utils/_variables.scss
Johannes Loher 045991073b
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
chore: reformat with 2 spaces and single quotes
2023-07-10 22:25:25 +02:00

18 lines
343 B
SCSS

/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
@use './colors';
$padding-sm: 5px;
$padding-md: 10px;
$padding-lg: 20px;
$margin-sm: $padding-sm;
$margin-md: $padding-md;
$margin-lg: $padding-lg;
$official-icons-path: '../assets/icons/official';
$border-groove: 2px groove colors.$c-border-groove;