mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 16:59:30 +00:00
Added title styles
This commit is contained in:
@@ -5,6 +5,7 @@ $text-font-stack: 'Roboto', 'Arial', sans-serif !default;
|
||||
$text-colour: rgb(34, 34, 34) !default;
|
||||
$primary-colour: #d71433;
|
||||
$secondary-colour: #46b43d;
|
||||
$grey: #505050;
|
||||
|
||||
$primary-colour-dark: darken-colour($primary-colour);
|
||||
$secondary-colour-dark: darken-colour($secondary-colour);
|
||||
@@ -14,6 +15,11 @@ $button-colours: (
|
||||
'secondary': $secondary-colour
|
||||
);
|
||||
|
||||
$title-colours: (
|
||||
'grey': $grey,
|
||||
'white': white
|
||||
);
|
||||
|
||||
// Breakpoints
|
||||
$breakpoints: (
|
||||
'small' : 767px,
|
||||
|
||||
Reference in New Issue
Block a user