fleche totop

This commit is contained in:
2021-10-05 11:04:06 +02:00
parent eee8d33eb4
commit 3432d1df4c
2 changed files with 8 additions and 2 deletions
@@ -1247,7 +1247,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
line-height: 2,5rem;
background: #fff;
width: 4rem;
height: 2rem;
height: 6rem;
border-radius: 3px;
display: inline-block;
text-align: top; }
@@ -1511,6 +1511,8 @@ h1 {
.event #new-footer {
border-top: solid 5px #d9d9d9; }
.event #new-footer span {
height: 2rem; }
.modular.header-image #header {
background-color: rgba(255, 255, 255, 0);
@@ -674,7 +674,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
line-height: 2,5rem;
background: #fff;
width: 4rem;
height: 2rem;
height: 6rem;
border-radius: $border-radius;
display: inline-block;
text-align: top;
@@ -1064,4 +1064,8 @@ h1{
.event #new-footer{
border-top:solid 5px #d9d9d9;
span {
height: 2rem;
}
}