From 6655f5488582077d6b0b0aa5a8b16787390dc0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 13 Mar 2019 10:18:36 +0100 Subject: [PATCH] style: add back a yellow/black banner on tests (#31348) --- gadjo/static/css/gadjo.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 7ab3133..bd2b09b 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -259,6 +259,8 @@ body[data-environment-label] div#header { background-image: url(../images/work-bg.png); background-position: 230px 0; background-repeat: no-repeat; + border-bottom: 10px solid yellow; + border-image: repeating-linear-gradient(-45deg, #333, black 14px, #ffe761 15px, #ffe761 29px, black 30px) 10; h1 { // + picture width padding-left: $sidepage-width + $sidepage-left-space + 70px;