From 41a676db3989fe3eca91301ac5f5aea30d98654a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Aug 2018 17:39:29 +0200 Subject: Add features table on signup --- client/src/sass/application.scss | 4 ++-- client/src/sass/include/_bootstrap.scss | 2 +- client/src/sass/include/_variables.scss | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index b2d7c2bec..9c4811fec 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -53,12 +53,12 @@ label { .form-error { display: block; - color: $red-error; + color: $red; margin-top: 5px; } .input-error { - border-color: $red-error !important; + border-color: $red !important; } .glyphicon-black { diff --git a/client/src/sass/include/_bootstrap.scss b/client/src/sass/include/_bootstrap.scss index 5abec02d5..a8777af71 100644 --- a/client/src/sass/include/_bootstrap.scss +++ b/client/src/sass/include/_bootstrap.scss @@ -21,7 +21,7 @@ $nav-pills-link-active-color: #000; //@import '~bootstrap/scss/images'; //@import '~bootstrap/scss/code'; @import '~bootstrap/scss/grid'; -//@import '~bootstrap/scss/tables'; +@import '~bootstrap/scss/tables'; @import '~bootstrap/scss/forms'; @import '~bootstrap/scss/buttons'; //@import '~bootstrap/scss/transitions'; diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index e6db98642..ba7abeef1 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -10,7 +10,9 @@ $orange-hoover-color: #F97D46; $black-background: #000; $grey-background: #f6f2f2; -$red-error: #FF0000; + +$red: #FF0000; +$green: #39CC0B; $grey-actor-name: #777272; -- cgit v1.2.3