diff -r 183b128a4189 -r a642639dbc07 client/src/scss/_custom.scss --- a/client/src/scss/_custom.scss Mon Oct 08 03:30:54 2018 +0200 +++ b/client/src/scss/_custom.scss Mon Oct 08 04:09:19 2018 +0200 @@ -4,9 +4,16 @@ $theme-colors: ( "primary": #769FED, "secondary": white, - "danger": rgba(196, 196, 196, .5) + "danger": rgba(196, 196, 196, .5), + "warning": #C4C4C4, + "success": transparent, + "info": #F95B5B, ); +$line-height-base: 1.3; +$font-weight-normal: 500; +$spacer: .5rem; + $link-color: theme-color("secondary"); $link-hover-color: darken($link-color, 15%);