css ressource

This commit is contained in:
2024-05-28 16:11:58 +02:00
parent 82b5aa7ab5
commit b0aa6ec8a9
156 changed files with 25965 additions and 13 deletions
@@ -86,8 +86,9 @@
.link-twitter{
display: flex;
&:before{
content: url("../images/pictos/twitter_black.svg");
content: url("../images/pictos/logo_x_noir.svg");
min-width: 50px;
align-self: center;
}
}
.link-youtube{
@@ -18,12 +18,8 @@
// }
}
}
#header-top {
height: 7rem;
background-color: $white;
@@ -178,9 +174,10 @@
justify-content: center;
align-items: flex-end;
&:before{
content: url("../images/pictos/twitter_white.svg");
content: url("../images/pictos/logo_x_blanc.svg");
min-width: 30px;
padding-bottom: 0.3rem;
padding-bottom: 0.5rem;
}
}
.link-youtube{