Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
admin
/
public
/
src
/
sass
/
themes
/
sample-theme-starter
/
Filename :
_variables.scss
back
Copy
// ========================================================================== // Materialize variables // Extended from : components/variables.scss // ========================================================================== // 1. Colors // ========================================================================== $primary-color: color("light-blue", "lighten-1"); $primary-color-light: lighten($primary-color, 15%); $primary-color-dark: darken($primary-color, 15%); $secondary-color: color("light-blue", "base"); $success-color: color("teal", "accent-4"); $error-color: color("red", "accent-2"); $link-color: color("light-blue", "base"); // 3. Buttons // ========================================================================== $button-font-size: 1rem; $button-padding: 0 2rem; $button-radius: 4px; // Large buttons $button-large-font-size: 1rem; $button-floating-large-size: 4rem; // Small buttons $button-small-font-size: 1rem; // 4. Cards // ========================================================================== $card-link-color: color("indigo", "darken-1"); // 10. Forms // ========================================================================== // Text Inputs + Textarea $input-font-size: 1rem; $input-margin-bottom: 20px; // 14. Side Navigation // ========================================================================== $sidenav-width: 250px;