You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
344 B
25 lines
344 B
//region Colors
|
|
$color-purple: #605ffc;
|
|
$color-white: #ffffff;
|
|
$color-black: #000000;
|
|
$color-light-black: #333333;
|
|
$color-gray: #64748b;
|
|
//endregion
|
|
|
|
* {
|
|
font-family: Roboto, Helvetica, sans-serif;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
|
|
&.no-scroll {
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: Roboto, 'Helvetica Neue', sans-serif;
|
|
}
|