Skip to content
Snippets Groups Projects
vars.scss 369 B
Newer Older
  • Learn to ignore specific revisions
  • Alex ORLUC's avatar
    Alex ORLUC committed
    $color-main: #4F4F4F; // default color in application
    $primary: #135f7f; // main color theme of application
    
    $secondary: #F99830; // main color theme of application
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    $accent: #006841; // accent color theme of application (like success buttons)
    $warn: #8e3e52; // warning color theme of application
    
    // WARNING ! YOU MUST RECOMPILATE maarch-material.scss IF VALUES CHANGES