1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

fix CHANGELOG + fix modal links colors

This commit is contained in:
Sylvain 2020-11-17 09:15:27 +01:00
parent bc95be61bb
commit d3d2434654
2 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,6 @@
- Fix a bug: warning message overflow in credit wallet modal
- Fix a bug: when using a cash coupon, the amount shown in the statistics is invalid
- Fix a bug: unable to create a coupon on stripe
- [TODO DEPLOY] `rails fablab:stripe:plans_prices`
- [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet`
- [TODO DEPLOY] `rails fablab:stripe:set_product_id`
- [TODO DEPLOY] `rails fablab:setup:add_schedule_reference`

View File

@ -23,6 +23,10 @@ $primary-decoration-color: <%= Stylesheet.primary_decoration_color %> !default;
background-color: $primary;
}
.header .nav.navbar-nav a.label:hover {
color: $primary;
}
#nav .nav > li > a {
color: $primary-text-color;
}
@ -166,6 +170,14 @@ h5:after {
color: $primary;
}
.modal .modal-dialog .modal-content a {
color: $primary;
&:hover {
color: $primary-dark;
}
}
.modal-header h1,
.fab-modal-header h1,
.custom-invoice .modal-header h1 {