header dropdown not finnish
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
|
||||
// .block-region-content{
|
||||
// background-color: $background-actus; // ça va pas, donne la couleur dans home
|
||||
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.node-type-actualite{
|
||||
|
||||
color: $blue-dark;
|
||||
line-height: 1.5rem;
|
||||
padding: 0.5rem;
|
||||
div:first-child{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
:nth-child(1) { order: 1; }
|
||||
:nth-child(4) { order: 2; }
|
||||
:nth-child(5) { order: 3; }
|
||||
a{
|
||||
color: $blue-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -160,6 +160,8 @@
|
||||
p{
|
||||
font-size: 1.5rem;
|
||||
width: 110%;
|
||||
margin: 0;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user