lien ext sizec
This commit is contained in:
@@ -222,8 +222,8 @@ a {
|
|||||||
margin: auto; }
|
margin: auto; }
|
||||||
.layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before {
|
.layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before {
|
||||||
content: url("../images/pictos/noun_Download_file_307900.svg");
|
content: url("../images/pictos/noun_Download_file_307900.svg");
|
||||||
width: 50px;
|
min-width: 50px;
|
||||||
height: 53px;
|
height: auto;
|
||||||
padding-right: 1rem; }
|
padding-right: 1rem; }
|
||||||
.layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf a {
|
.layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf a {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@@ -247,8 +247,8 @@ a {
|
|||||||
font-weight: 800; }
|
font-weight: 800; }
|
||||||
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a::before {
|
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a::before {
|
||||||
content: url("../images/pictos/noun_External Link_674151.svg");
|
content: url("../images/pictos/noun_External Link_674151.svg");
|
||||||
width: 50px;
|
min-width: 50px;
|
||||||
height: 53px;
|
height: auto;
|
||||||
padding-right: 1rem; }
|
padding-right: 1rem; }
|
||||||
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext {
|
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
// justify-content: flex-end;
|
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
|
|
||||||
.field--name-field-titre{
|
.field--name-field-titre{
|
||||||
@@ -86,7 +85,6 @@
|
|||||||
}
|
}
|
||||||
.field--name-field-fichiers{
|
.field--name-field-fichiers{
|
||||||
min-height: 4rem;
|
min-height: 4rem;
|
||||||
// max-width: 75%;
|
|
||||||
background: $white;
|
background: $white;
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
@@ -102,8 +100,8 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
::before{
|
::before{
|
||||||
content: url("../images/pictos/noun_Download_file_307900.svg");
|
content: url("../images/pictos/noun_Download_file_307900.svg");
|
||||||
width: 50px;
|
min-width:50px;
|
||||||
height: 53px;
|
height: auto;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
@@ -133,17 +131,13 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
border: 2px solid $blue-light;
|
border: 2px solid $blue-light;
|
||||||
|
|
||||||
min-height: 4rem;
|
min-height: 4rem;
|
||||||
// max-width: 75%;
|
|
||||||
background: $white;
|
background: $white;
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a{
|
a{
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -151,8 +145,8 @@
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
&::before{
|
&::before{
|
||||||
content: url("../images/pictos/noun_External Link_674151.svg");
|
content: url("../images/pictos/noun_External Link_674151.svg");
|
||||||
width: 50px;
|
min-width: 50px;
|
||||||
height: 53px;
|
height: auto;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
svg.ext{
|
svg.ext{
|
||||||
|
|||||||
Reference in New Issue
Block a user