Desaturate theme colors even more

Much closer to BS3
This commit is contained in:
2020-05-21 21:26:56 +01:00
parent c23d18cd45
commit 0d0c783e07
3 changed files with 326 additions and 323 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2,7 +2,10 @@ $font-family-sans-serif: "Open Sans", sans-serif;
//Make it look less primary school
$font-size-base: 0.875rem;
$theme-colors: (
"warning": #ffd351,
"yellow": #ffd351,
"info": #53bbcc
"success": #3b7743,
"warning": #D3963B,
"danger": #A94447,
"info": #B8FAFF,
"primary": #4CB8F1
);

View File

@@ -63,7 +63,7 @@
<div class="col-sm-12 col-md-7" data-toggle="tooltip" title="End date of event, leave blank if unknown or same as start date">
{% render_field form.end_date class+="form-control" %}
</div>
<div class="col-sm-12 col-md-4" data-toggle="tooltip" title="End time of event, leave blank if unknown">
<div class="col-sm-12 col-md-5" data-toggle="tooltip" title="End time of event, leave blank if unknown">
{% render_field form.end_time class+="form-control" %}
</div>
</div>