This commit is contained in:
@@ -12,7 +12,26 @@ article, .paragraph{
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
.prog-ressources-link,.ressources-link{
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
background: black;
|
||||
color: white;
|
||||
|
||||
font-family: "trueno";
|
||||
font-weight: 500;
|
||||
|
||||
padding: .3rem .7rem;
|
||||
font-size: $font-small;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:hover{
|
||||
color:black;
|
||||
background: white;
|
||||
}
|
||||
|
||||
}
|
||||
.block-region-first,.block-region-third{
|
||||
h2{
|
||||
font-size: $font-big;
|
||||
|
@@ -15,6 +15,12 @@
|
||||
grid-column: 1 / span 3;
|
||||
// overflow: hidden;
|
||||
}
|
||||
>div:last-of-type{
|
||||
grid-column: 1 / span 3;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.header_top_left_container{
|
||||
@@ -264,12 +270,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.main_logo{
|
||||
|
@@ -511,6 +511,12 @@
|
||||
}
|
||||
.block-region-bottom{
|
||||
background: $trame;
|
||||
>div:last-of-type{
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
|
||||
}
|
||||
h2{
|
||||
text-align: center;
|
||||
}
|
||||
@@ -691,30 +697,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
footer{
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
a{
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
background: black;
|
||||
color: white;
|
||||
|
||||
font-family: "trueno";
|
||||
font-weight: 500;
|
||||
|
||||
padding: .3rem .7rem;
|
||||
font-size: $font-small;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:hover{
|
||||
color:black;
|
||||
background: white;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user