Fixed asset pointers

This commit is contained in:
Zi Xing 2022-02-03 17:40:56 -05:00
parent 6ed2b862a9
commit 0728fec78a
62 changed files with 284 additions and 284 deletions

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #1e2022; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #1e2022; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #1e2022; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #212220; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #212220; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #242424; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #242322; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #242224; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #222020; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/white.svg") no-repeat;
background: url("/assets/logos/white.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: #242321; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ body {
text-align: right; }
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -135,7 +135,7 @@ body {
.logo-single {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
display: inline-block;
margin-bottom: 60px; }
@ -1474,7 +1474,7 @@ button {
.logo {
width: 110px;
height: 35px;
background: url("../logos/black.svg") no-repeat;
background: url("/assets/logos/black.svg") no-repeat;
background-position: center center;
margin: 0 auto; }
@media (max-width: 767px) {
@ -1484,7 +1484,7 @@ button {
.logo-mobile {
width: 20px;
height: 35px;
background: url("../logos/mobile.svg") no-repeat;
background: url("/assets/logos/mobile.svg") no-repeat;
background-position: center center; }
#app-container.sub-hidden .menu-button .sub,
@ -2358,7 +2358,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: white; }
@ -4525,7 +4525,7 @@ div.dataTables_wrapper div.dataTables_filter input {
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04); }
.auth-card .image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px; }
.auth-card .image-side .h3 {
@ -6744,7 +6744,7 @@ footer.page-footer {
display: inline-block;
width: 100px;
height: 30px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat; }
.landing-page .main-container {
overflow: hidden; }
@ -6838,12 +6838,12 @@ footer.page-footer {
display: inline-block;
width: 120px;
height: 40px;
background: url("../logos/white-full.svg");
background: url("/assets/logos/white-full.svg");
background-repeat: no-repeat; }
.landing-page .landing-page-nav .navbar-logo .dark {
width: 120px;
height: 40px;
background: url("../logos/black.svg");
background: url("/assets/logos/black.svg");
background-repeat: no-repeat;
display: none; }
.landing-page .landing-page-nav .mobile-menu-button {

File diff suppressed because one or more lines are too long

View File

@ -157,7 +157,7 @@ body {
}
.fixed-background {
background: url("../img/login/balloon-lg.jpg") no-repeat center center fixed;
background: url("/assets/img/login/balloon-lg.jpg") no-repeat center center fixed;
background-size: cover;
width: 100%;
height: 100%;
@ -3289,7 +3289,7 @@ main {
.dashboard-search {
height: 650px;
background: url("../img/login/plane.jpg");
background: url("/assets/img/login/plane.jpg");
background-size: contain;
background-repeat: no-repeat;
background-color: $foreground-color;
@ -6093,7 +6093,7 @@ div.dataTables_wrapper div.dataTables_filter input {
.image-side {
width: 40%;
background: url("../img/login/balloon.jpg") no-repeat center top;
background: url("/assets/img/login/balloon.jpg") no-repeat center top;
background-size: cover;
padding: 80px 40px;

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/white.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/white-full.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -36,11 +36,11 @@ $shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$logo-path: "/assets/logos/black.svg";
$logo-path-mobile: "/assets/logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
$lp-logo-path-pinned: "/assets/logos/black.svg";
$lp-logo-path: "/assets/logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -128,7 +128,7 @@ function loadStyle(href, callback) {
$(".radius-radio[data-radius='" + radius + "']").attr("checked", true);
$("#switchDark").attr("checked", theme.indexOf("dark") > 0 ? true : false);
loadStyle("css/" + theme, onStyleComplete);
loadStyle("/assets/css/" + theme, onStyleComplete);
function onStyleComplete() {
setTimeout(onStyleCompleteDelayed, 300);
}