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:
parent
bc95be61bb
commit
d3d2434654
@ -6,7 +6,6 @@
|
|||||||
- Fix a bug: warning message overflow in credit wallet modal
|
- 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: when using a cash coupon, the amount shown in the statistics is invalid
|
||||||
- Fix a bug: unable to create a coupon on stripe
|
- 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:maintenance:rebuild_stylesheet`
|
||||||
- [TODO DEPLOY] `rails fablab:stripe:set_product_id`
|
- [TODO DEPLOY] `rails fablab:stripe:set_product_id`
|
||||||
- [TODO DEPLOY] `rails fablab:setup:add_schedule_reference`
|
- [TODO DEPLOY] `rails fablab:setup:add_schedule_reference`
|
||||||
|
@ -23,6 +23,10 @@ $primary-decoration-color: <%= Stylesheet.primary_decoration_color %> !default;
|
|||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header .nav.navbar-nav a.label:hover {
|
||||||
|
color: $primary;
|
||||||
|
}
|
||||||
|
|
||||||
#nav .nav > li > a {
|
#nav .nav > li > a {
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
}
|
}
|
||||||
@ -166,6 +170,14 @@ h5:after {
|
|||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal .modal-dialog .modal-content a {
|
||||||
|
color: $primary;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $primary-dark;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.modal-header h1,
|
.modal-header h1,
|
||||||
.fab-modal-header h1,
|
.fab-modal-header h1,
|
||||||
.custom-invoice .modal-header h1 {
|
.custom-invoice .modal-header h1 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user