test/styles/website.scss

25 lines
894 B
SCSS
Raw Normal View History

2018-12-13 14:35:46 +01:00
@import "variables";
2018-12-13 15:38:53 +01:00
$sidebar-background : #555;
$sidebar-color : white;
$color-primary : #128bee;
2018-12-13 16:56:09 +01:00
$sidebar-font-size : 1.1em !default;
$sidebar-logo-map : (
2018-12-13 16:24:14 +01:00
background: white,
border-bottom: 1px solid #1694CA
2018-12-13 16:20:44 +01:00
);
// The wrapper div around the search input
$search-input-wrapper-map : (
background: #1694CA,
border-bottom: 1px solid #1694CA
2018-12-13 16:20:44 +01:00
);
2018-12-13 16:53:25 +01:00
// Sidebar link styling
$sidebar-link-map : (
color: white,
font-family: $font-family-base
) !default;
@import "all";