logos RS
This commit is contained in:
@@ -334,11 +334,8 @@
|
||||
background-color: $white;
|
||||
margin-bottom: 1rem;
|
||||
min-height: 4rem;
|
||||
// background: $white;
|
||||
color: $blue-light;
|
||||
padding: 1rem;
|
||||
padding-bottom: 0;
|
||||
|
||||
@media(max-width:900px){
|
||||
width: auto;
|
||||
padding-right: 1rem;
|
||||
@@ -354,11 +351,13 @@
|
||||
.file--mime-application-pdf{
|
||||
height: inherit;
|
||||
margin: auto;
|
||||
width: fit-content;
|
||||
::before{
|
||||
content: url("../images/pictos/download.png");
|
||||
min-width:30px;
|
||||
height: auto;
|
||||
padding-right: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
a{
|
||||
hyphens: auto;
|
||||
|
||||
@@ -85,22 +85,23 @@
|
||||
.link-twitter{
|
||||
display: flex;
|
||||
&:before{
|
||||
content: url("../images/pictos/logo_x_noir.svg");
|
||||
content: url("../images/pictos/logo_x_rond.png");
|
||||
min-width: 50px;
|
||||
align-self: center;
|
||||
|
||||
}
|
||||
}
|
||||
.link-youtube{
|
||||
display: flex;
|
||||
&:before{
|
||||
content: url("../images/pictos/youtube_black.svg");
|
||||
content: url("../images/pictos/youtube_rond.svg");
|
||||
min-width: 50px;
|
||||
}
|
||||
}
|
||||
.link-linkedin{
|
||||
display: flex;
|
||||
&:before{
|
||||
content: url("../images/pictos/linkedin_black.svg");
|
||||
content: url("../images/pictos/linkedin_rond.svg");
|
||||
min-width: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user