rouen-metropole: change add-more-items button style (#76551)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-04-12 11:31:14 +02:00 committed by Corentin Sechet
parent 8724b1458a
commit 750d6f1f9d
1 changed files with 14 additions and 0 deletions

View File

@ -258,3 +258,17 @@ div#tracking-code {
}
}
}
.add-more-items {
display: flex;
justify-content: center;
&--button {
background: $yellow;
height: 2em;
width: 2em;
font-size: 1.35em;
font-weight: bold;
margin: 0.5rem;
border-radius: 100%;
}
}