17 lines
251 B
SCSS
17 lines
251 B
SCSS
|
|
// Copyright (C) 2021-2022 Intel Corporation
|
||
|
|
//
|
||
|
|
// SPDX-License-Identifier: MIT
|
||
|
|
|
||
|
|
/*
|
||
|
|
|
||
|
|
Add styles or override variables from the theme here.
|
||
|
|
|
||
|
|
*/
|
||
|
|
|
||
|
|
@import 'custom';
|
||
|
|
|
||
|
|
$enable-gradients: false;
|
||
|
|
$enable-rounded: true;
|
||
|
|
$enable-shadows: true;
|
||
|
|
$info: #f1f1f1;
|