gpseo: add .ombre class for cells (#38747)

This commit is contained in:
Frédéric Péters 2020-01-15 13:33:30 +01:00
parent 7b6e6f25d8
commit 3e12544427
1 changed files with 9 additions and 0 deletions

View File

@ -87,3 +87,12 @@ main {
}
}
}
#content div.cell.ombre {
h2 {
background: transparent;
padding-left: 1rem;
}
background: #f3f3f3;
box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}