diff --git a/src/EventHub.Web.Theme/wwwroot/themes/eventhub/owl-edit.css b/src/EventHub.Web.Theme/wwwroot/themes/eventhub/owl-edit.css index 8462a79..eeee3e8 100644 --- a/src/EventHub.Web.Theme/wwwroot/themes/eventhub/owl-edit.css +++ b/src/EventHub.Web.Theme/wwwroot/themes/eventhub/owl-edit.css @@ -44,7 +44,7 @@ height: 40px; top:0; left: 0; - background-image: url(../../../../assets/slider-right.svg); + background-image: url(/assets/slider-right.svg); background-position: center; background-repeat: no-repeat; } @@ -56,7 +56,7 @@ height: 40px; top:0; left: 0; - background-image: url(../../../../assets/slider-left.svg); + background-image: url(/assets/slider-left.svg); background-position: center; background-repeat: no-repeat; } @@ -79,7 +79,7 @@ height: 15px; top:0; left: 0; - background-image: url(../../../../assets/owl-2-right.svg); + background-image: url(/assets/owl-2-right.svg); background-position: center; background-repeat: no-repeat; } @@ -91,7 +91,7 @@ height: 15px; top:0; left: 0; - background-image: url(../../../../assets/owl-2-left.svg); + background-image: url(/assets/owl-2-left.svg); background-position: center; background-repeat: no-repeat; } diff --git a/src/EventHub.Web.Theme/wwwroot/themes/eventhub/style.css b/src/EventHub.Web.Theme/wwwroot/themes/eventhub/style.css index d55c04d..4bedcc9 100644 --- a/src/EventHub.Web.Theme/wwwroot/themes/eventhub/style.css +++ b/src/EventHub.Web.Theme/wwwroot/themes/eventhub/style.css @@ -108,7 +108,7 @@ p { } .navbar-expand-lg .navbar-nav .active .nav-link { - background-image: url(../../../../assets/underline.svg); + background-image: url(/assets/underline.svg); background-repeat: no-repeat; background-size: inherit; background-position: center 28px; @@ -421,7 +421,7 @@ p { .form-select { background-color: #EFEFF4; border: 1px solid #EFEFF4; - background-image: url("../../../../assets/select-arrow.svg"); + background-image: url("/assets/select-arrow.svg"); background-position: right 20px center; background-repeat: no-repeat; background-size: 10px; @@ -456,7 +456,7 @@ p { border: 0; width: 6px; height: 4px; - background: url(../../../../assets/dropdown-arrow.svg) center center no-repeat; + background: url(/assets/dropdown-arrow.svg) center center no-repeat; background-size: contain; top: 2px; position: relative; @@ -595,13 +595,13 @@ footer .footer-links a:hover { .inner-banner { text-align: center; height: 250px; - background: url(../../../../assets/inner-banner.png) center center no-repeat; + background: url(/assets/inner-banner.png) center center no-repeat; background-size: cover; margin-bottom: 30px; } .inner-banner.inner-banner-2 { - background-image: url(../../../../assets/inner-banner-2.png); + background-image: url(/assets/inner-banner-2.png); } .inner-banner h1 {