grand-chambery: stretch step marker to full height (#37751)

This commit is contained in:
Frédéric Péters 2019-11-19 11:39:18 +01:00
parent 3812c6742f
commit e128800ee7
1 changed files with 2 additions and 3 deletions

View File

@ -410,16 +410,15 @@ div#gauche {
box-shadow: 0 5px 5px #666;
border-radius: 10px;
display: flex;
align-items: center;
align-items: stretch;
padding: 0;
border: 0;
span {
font-size: 1.1rem;
padding: 0 1rem;
padding: 1rem;
color: black;
}
span.marker {
padding: 1rem;
background: $red;
font-weight: normal;
color: white;