create symlink for node_modules in generateJson and buildRadar scripts
This commit is contained in:
@@ -1,30 +1,29 @@
|
||||
@font-face {
|
||||
font-family: 'DIN';
|
||||
src: url('./fonts/clanot-news.otf');
|
||||
font-family: "DIN";
|
||||
src: url("./fonts/clanot-news.otf");
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DIN';
|
||||
src: url('./fonts/clanot-thin.otf');
|
||||
font-family: "DIN";
|
||||
src: url("./fonts/clanot-thin.otf");
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
||||
:root {
|
||||
--color-gray-dark: #475157;
|
||||
--color-gray-dark-alt: #4F585E;
|
||||
--color-gray-dark-alt2: #434D53;
|
||||
--color-gray-dark-alt: #4f585e;
|
||||
--color-gray-dark-alt2: #434d53;
|
||||
--color-gray-normal: #7f858a;
|
||||
--color-gray-light: #7D878D;
|
||||
--color-gray-light: #7d878d;
|
||||
|
||||
--color-white: #fff;
|
||||
--color-green: #5CB449;
|
||||
--color-orange: #FAA03D;
|
||||
--color-blue: #40A7D1;
|
||||
--color-green: #5cb449;
|
||||
--color-orange: #faa03d;
|
||||
--color-blue: #40a7d1;
|
||||
--color-marine: #688190;
|
||||
--color-red: #F1235A;
|
||||
--color-brand: #F59134;
|
||||
--color-red: #f1235a;
|
||||
--color-brand: #f59134;
|
||||
--until-sm: 30em;
|
||||
--until-md: 48em;
|
||||
--until-lg: 61.875em;
|
||||
@@ -36,14 +35,12 @@
|
||||
// @custom-media --until-lg (max-width: 61.875em);
|
||||
// @custom-media --until-xl (max-width: 75em);
|
||||
|
||||
|
||||
|
||||
body {
|
||||
background: var(--color-gray-dark);
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'DIN';
|
||||
font-family: "DIN";
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
@@ -58,4 +55,4 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@import './styles/main.scss';
|
||||
@import "./styles/main.scss";
|
||||
|
||||
Reference in New Issue
Block a user