You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Copyright (C) 2021 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;
|