CodeIgniter 3 app for dinbestehjelper.no. Excludes vendor/, local backup folders (new/, archive/, archived/) and DB dumps (*.sql) via .gitignore. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P16ttGUge8zj91dm6WrmEb
17 lines
543 B
PHP
17 lines
543 B
PHP
<style>
|
|
.page{
|
|
text-align: center;
|
|
}
|
|
|
|
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
|
|
background-color: #151517;
|
|
}
|
|
|
|
.bookingContainer{
|
|
background: #f6f6f6;
|
|
}
|
|
</style>
|
|
<div class="bookingContainer" style="min-height:500px;">
|
|
<div class="bookingThankYouTitle">Takk for at du tok kontakt!</div>
|
|
<div class="bookingThankYouMessageTitle">Vi sendte detaljene for dine opplysninger via e-post.</div>
|
|
</div> |