client/src/scss/_custom.scss
changeset 170 7da1d5137b0b
parent 161 a642639dbc07
child 174 ac1a026edd58
--- a/client/src/scss/_custom.scss	Thu Oct 11 11:05:04 2018 +0200
+++ b/client/src/scss/_custom.scss	Tue Nov 06 16:19:26 2018 +0100
@@ -4,10 +4,10 @@
 $theme-colors: (
   "primary": #769FED,
   "secondary": white,
-  "danger": rgba(196, 196, 196, .5),
-  "warning": #C4C4C4,
-  "success": transparent,
-  "info": #F95B5B,
+  "irinotes-form": rgba(196, 196, 196, .5),
+  "irinotes-time": #C4C4C4,
+  "irinotes-headers": transparent,
+//   "info": #F95B5B,
 );
 
 $line-height-base: 1.3;