remove duplicated header set background to event pages

This commit is contained in:
Peter Maquiran
2023-03-07 11:48:38 +01:00
parent 5fe1abcffa
commit 8ed49dc200
53 changed files with 39 additions and 166 deletions
+16
View File
@@ -1,5 +1,21 @@
@import '~src/function.scss';
:host {
// mobile
background: var(--background-mobile);
}
// desktop
@media only screen and (min-width: 1365px) {
// set color to body
:host {
// mobile
background: var(--background-desktop) !important ;
}
}
/* HEADER */
.bg-blue{
--background:#0782c9;