diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index 88ffc36e..a53a5c94 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -44,4 +44,8 @@ $colorNames: ( */ --primary-text: 255, 255, 255; + --danger-text: 255, 255, 255; + --warning-text: 255, 255, 255; + --info-text: 255, 255, 255; + --success-text: 255, 255, 255; } \ No newline at end of file