add basic styles for page content cells

This commit is contained in:
Frédéric Péters 2018-11-17 09:55:54 +01:00
parent 8035dbb55f
commit 9f293656e7
1 changed files with 13 additions and 0 deletions

View File

@ -1272,3 +1272,16 @@ div#side { // w.c.s. steps in backoffice submission
}
}
}
div#portal-agent-content {
div.cell {
&.highlight {
background: linear-gradient(to right, $primary-color 0%, $secondary-color 130vh);
background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 130vh);
color: white;
h2 {
color: white;
}
}
}
}