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

fix fixtures

This commit is contained in:
Sylvain 2020-03-25 10:41:19 +01:00
parent 5ed1880ada
commit 553759bc90
3 changed files with 39 additions and 1 deletions

View File

@ -556,3 +556,31 @@ value_history_59:
created_at: 2019-09-20 11:02:32.125400000 Z created_at: 2019-09-20 11:02:32.125400000 Z
updated_at: 2019-09-20 11:02:32.125400000 Z updated_at: 2019-09-20 11:02:32.125400000 Z
footprint: footprint:
value_history_60:
id: 60
setting_id: 60
invoicing_profile_id: 1
value: |-
<div>
<div class="m-sm">
<div id="news">#{I18n.t('app.admin.settings.item_news')}</div>
</div>
<div class="row wrapper">
<div class="col-lg-8">
<div id="projects">#{I18n.t('app.admin.settings.item_projects')}</div>
</div>
<div class="col-lg-4 m-t-lg">
<div id="twitter">#{I18n.t('app.admin.settings.item_twitter')}</div>
<div id="members">#{I18n.t('app.admin.settings.item_members')}</div>
</div>
</div>
<div class="row wrapper m-t-sm">
<div class="col-lg-12">
<div id="events">#{I18n.t('app.admin.settings.item_events')}</div>
</div>
</div>
</div>
created_at: 2020-03-25 09:24:09.016676894 Z
updated_at: 2020-03-25 09:24:09.016676894 Z
footprint:

View File

@ -346,3 +346,9 @@ setting_59:
name: accounting_Space_label name: accounting_Space_label
created_at: 2019-09-20 11:02:32.125400000 Z created_at: 2019-09-20 11:02:32.125400000 Z
updated_at: 2019-09-20 11:02:32.125400000 Z updated_at: 2019-09-20 11:02:32.125400000 Z
setting_60:
id: 60
name: home_content
created_at: 2020-03-25 09:21:35.200795784 Z
updated_at: 2020-03-25 09:21:35.200795784 Z

View File

@ -35,6 +35,10 @@ stylesheet_1:
.pricing-panel .cta-button .btn:hover, .pricing-panel .cta-button .custom-invoice .modal-body .elements li:hover, .custom-invoice .modal-body .elements .pricing-panel .cta-button li:hover { background-color: #ffdd00 !important; } .pricing-panel .cta-button .btn:hover, .pricing-panel .cta-button .custom-invoice .modal-body .elements li:hover, .custom-invoice .modal-body .elements .pricing-panel .cta-button li:hover { background-color: #ffdd00 !important; }
a.label:hover, .form-control.form-control-ui-select .select2-choices a.select2-search-choice:hover, a.label:focus, .form-control.form-control-ui-select .select2-choices a.select2-search-choice:focus { color: #cb1117; } a.label:hover, .form-control.form-control-ui-select .select2-choices a.select2-search-choice:hover, a.label:focus, .form-control.form-control-ui-select .select2-choices a.select2-search-choice:focus { color: #cb1117; }
.about-picture { background: linear-gradient( rgba(255,255,255,0.12), rgba(255,255,255,0.13) ), linear-gradient( rgba(203, 17, 23, 0.78), rgba(203, 17, 23, 0.82) ), url('/about-fablab.jpg') no-repeat; } .about-picture { background: linear-gradient( rgba(255,255,255,0.12), rgba(255,255,255,0.13) ), linear-gradient( rgba(203, 17, 23, 0.78), rgba(203, 17, 23, 0.82) ), url('/about-fablab.jpg') no-repeat; }
.social-icons > div:hover { background-color: #ffdd00; }
.profile-top { background: linear-gradient( rgba(255,255,255,0.12), rgba(255,255,255,0.13) ), linear-gradient(rgba(203, 17, 23, 0.78), rgba(203, 17, 23, 0.82) ), url('/about-fablab.jpg') no-repeat; }
.profile-top .social-links a:hover { background-color: #ffdd00 !important; border-color: #ffdd00 !important; }
section#cookies-modal div.cookies-consent .cookies-actions button.accept { background-color: #ffdd00; }
name: theme name: theme
created_at: 2016-04-04 14:11:34.712927000 Z created_at: 2016-04-04 14:11:34.712927000 Z
updated_at: 2016-04-04 14:11:34.712927000 Z updated_at: 2016-04-04 14:11:34.712927000 Z