@@ -62,7 +62,7 @@ $input-border: $border;
//** override bootstrap theme colors
$theme-colors: (
'primary': #337ab7,
- 'success': #3c763d,
+ 'success': #2cce90,
'info': #31708f,
'warning': #8a6d3b,
'danger': #ff0a54
@@ -7,6 +7,7 @@
}
@each $theme-color, $color in $theme-colors {
.alert.alert-#{$theme-color} {
+ color: white;
background: $color;
border: initial;
border-radius: initial;
@@ -8,7 +8,7 @@
{% block layout_main %}
<div class="container-fluid">
- <div class="row bg-title">
+ <div class="row bg-title py-0">
<div class="col-12 header-container grw-title-bar">
<div class="d-none d-md-block d-print-none py-2">
{% block content_header %}