mirror of https://github.com/MISP/misp-website
33 lines
368 B
SCSS
33 lines
368 B
SCSS
// Misc.
|
|
$misc: (
|
|
z-index-base: 10000
|
|
);
|
|
|
|
// Duration.
|
|
$duration: (
|
|
navPanel: 0.5s
|
|
);
|
|
|
|
// Size.
|
|
$size: (
|
|
navPanel: 275px,
|
|
radius: 5px
|
|
);
|
|
|
|
// Font.
|
|
$font: (
|
|
);
|
|
|
|
// Palette.
|
|
$palette: (
|
|
bg: #f7f7f7,
|
|
fg: #474747,
|
|
fg-bold: #4c4c4c,
|
|
fg-light: #999,
|
|
border: #e0e0e0,
|
|
|
|
accent: (
|
|
bg: #37c0fb,
|
|
fg: #fff
|
|
)
|
|
); |