aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base/pm-styles/_pm-light-theme.scss
blob: b8bf2328448d7143440490f7722cf11c4de4a1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import "../reusable-components/design-system-config";

$main-bg-color: $pm-global-light;
$secondary-bg-color: $white;
$bgcolor-searchbox-field: $white;
$bgcolor-spacebar: rgba(0, 0, 0, 0.05);
$bgcolor-aside-link: #e3e4e7;
$bgcolor-toolbar: $pm-global-light;
$fillcolor-logo: $pm-blue;
$fillcolor-icons: $pm-global-grey;
$color-nav-link: $pm-global-grey;
$color-nav-active: $pm-blue-dark;
$color-standard-text: $pm-global-grey;
$boxshadow-main: 0 0 15px 0 rgba(0, 0, 0, 0.1);

@import "./pm-theme-config";