fix: reroute static files and remove mockCms

This commit is contained in:
Christel Westerberg
2024-03-04 12:01:51 +01:00
parent d86ac70d4e
commit 54e7ea04be
28 changed files with 46 additions and 126 deletions
+3 -3
View File
@@ -76,15 +76,15 @@ div#CybotCookiebotDialogBodyContentText {
.CybotCookiebotDialogBodyLevelButtonWrapper label {
font-size: 13px !important;
padding-left: 20px !important;
background: url(/Static/img/icons/shared/checkbox_unselected.svg) no-repeat left 0 !important
background: url(/_static/img/icons/shared/checkbox_unselected.svg) no-repeat left 0 !important
}
input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked+label {
background: url(/Static/img/icons/shared/checkbox_selected.svg) no-repeat left 0 !important
background: url(/_static/img/icons/shared/checkbox_selected.svg) no-repeat left 0 !important
}
input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled+label {
background: url(/Static/img/icons/shared/checkbox_disabled.svg) no-repeat left 0 !important
background: url(/_static/img/icons/shared/checkbox_disabled.svg) no-repeat left 0 !important
}
#CybotCookiebotDialogBodyLevelWrapper {