mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
remove duplicated header set background to event pages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user