This commit is contained in:
armansansd 2023-02-14 16:12:22 +00:00
parent 44d7dd4d7a
commit 266e80b11e
3 changed files with 43 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -305,7 +305,7 @@
margin: -20% 0 3rem 0 !important; margin: -20% 0 3rem 0 !important;
} }
} }
.programme-883{ .programme-883 , .programme-878{
.main_logo{ .main_logo{
// background: red; // background: red;
margin: 0 0 3rem 0 !important; margin: 0 0 3rem 0 !important;

View File

@ -932,3 +932,44 @@
} }
} }
/**********************/
/* EXODE URABAIN SPEC */
/**********************/
.programme-878{
.body{
overflow: auto !important;
height: auto !important;
footer{
display:none;
}
&:after{
display:none;
}
//button
p:last-of-type{
text-align: center;
}
.ext{
display: inline-block;
margin: 0 auto;
background: #000;
color: #fff;
font-family: trueno;
font-weight: 500;
padding: .3rem .7rem;
font-size: .45rem;
text-decoration: none;
text-transform: uppercase;
svg{
display: none;
}
&:hover{
color: #000;
background: #fff;
}
}
}
}