diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 3d9343a..6bcf778 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -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; + } + } + } +}