mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Add index customized
This commit is contained in:
25
docs/_includes/snippets/customized.html
Normal file
25
docs/_includes/snippets/customized.html
Normal file
@@ -0,0 +1,25 @@
|
||||
// Import a Google Font
|
||||
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
|
||||
|
||||
// Set your brand colors
|
||||
$purple: #8A4D76;
|
||||
$pink: #FA7C91;
|
||||
$brown: #757763;
|
||||
$beige-light: #D0D1CD;
|
||||
$beige-lighter: #EFF0EB;
|
||||
|
||||
// Update Bulma's global variables
|
||||
$family-sans-serif: "Nunito", serif;
|
||||
$grey-dark: $brown;
|
||||
$grey-light: $beige-light;
|
||||
$primary: $purple;
|
||||
$link: $pink;
|
||||
|
||||
// Update some of Bulma's component variables
|
||||
$control-border-width: 2px;
|
||||
$input-background-color: $beige-lighter;
|
||||
$input-border-color: transparent;
|
||||
$input-shadow: none;
|
||||
|
||||
// Import the rest of Bulma
|
||||
@import "../bulma";
|
||||
Reference in New Issue
Block a user