bouton retours ressources
This commit is contained in:
@@ -28,6 +28,36 @@
|
|||||||
content: " :";
|
content: " :";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} .field_field_link{
|
||||||
|
div{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
a{
|
||||||
|
display: inline-flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
color: white;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 0.5rem;
|
||||||
|
padding-right: 0.5rem;
|
||||||
|
background-color: black;
|
||||||
|
padding-bottom: 0.1rem;
|
||||||
|
padding-top: 0.1rem;
|
||||||
|
padding-left: 0.2rem;
|
||||||
|
|
||||||
|
// svg{
|
||||||
|
// display: none;
|
||||||
|
// }
|
||||||
|
&::before{
|
||||||
|
display: inline-flex;
|
||||||
|
content: url("../img/noun-arrow-to-left.svg");
|
||||||
|
padding-right: 0.2rem;
|
||||||
|
padding-left: 0.2rem;
|
||||||
|
// padding-bottom: 0.2rem;
|
||||||
|
height: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.field_field_link{
|
.field_field_link{
|
||||||
div{
|
div{
|
||||||
|
|||||||
Reference in New Issue
Block a user