mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-10 09:34:21 +02:00
11 lines
208 B
SCSS
11 lines
208 B
SCSS
@import "./variables";
|
|
@import "./fonts";
|
|
@import "./reset";
|
|
@import "./form";
|
|
|
|
body {
|
|
padding: 0;
|
|
font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
|
|
background-color: $color-orange;
|
|
}
|