Files
lootalot-client/sass/lootalot.scss
2019-12-07 11:27:45 +01:00

25 lines
397 B
SCSS

@charset "utf-8";
// nordtheme.com
$red: #bf616a;
$yellow:#ebcb8b;
$orange:#d08770;
$purple:#b48ead;
$green:#a3be8c;
$dark:#2e3440;
$dark-bis:#2e3440;
$dark-ter:#2e3440;
$grey:#4c566a;
$grey-ligth:#d8dee9;
$grey-lighter:#e5e9f0;
$grey-lightest:#eceff4;
// Color palette
$primary: $purple;
// Notifications
$notification-padding: 0.8rem 2.5rem 0.8rem 1rem;
@import "./bulma-0.8.0/bulma.sass";