bulma/test/ruby-sass/sass/customize.scss

38 lines
1015 B
SCSS
Raw Normal View History

2020-03-16 02:29:44 +00:00
@charset "utf-8";
// Import a Google Font
2022-11-23 17:44:02 +00:00
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
2020-03-16 02:29:44 +00:00
// Set your brand colors
2022-11-23 17:44:02 +00:00
$purple: #8a4d76;
$pink: #fa7c91;
2020-03-16 02:29:44 +00:00
$brown: #757763;
2022-11-23 17:44:02 +00:00
$beige-light: #d0d1cd;
$beige-lighter: #eff0eb;
2020-03-16 02:29:44 +00:00
// Update Bulma's global variables
$family-sans-serif: "Nunito", sans-serif;
$grey-dark: $brown;
$grey-light: $beige-light;
$primary: $purple;
$link: $pink;
$widescreen-enabled: false;
$fullhd-enabled: false;
// Update some of Bulma's component variables
$body-background-color: $beige-lighter;
$control-border-width: 2px;
$input-border-color: transparent;
$input-shadow: none;
// Import only what you need from Bulma
2022-11-23 17:44:02 +00:00
@import "../../../sass/utilities/_all";
@import "../../../sass/base/_all";
@import "../../../sass/elements/button";
@import "../../../sass/elements/container";
@import "../../../sass/elements/title";
@import "../../../sass/form/_all";
@import "../../../sass/components/navbar";
@import "../../../sass/layout/hero";
@import "../../../sass/layout/section";