style: add back a yellow/black banner on tests (#31348)

This commit is contained in:
Frédéric Péters 2019-03-13 10:18:36 +01:00
parent b938411ebe
commit 6655f54885
1 changed files with 2 additions and 0 deletions

View File

@ -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;