lien ext sizec

This commit is contained in:
2021-12-03 17:07:22 +01:00
parent a64669ab8a
commit 389cbdb702
2 changed files with 8 additions and 14 deletions
@@ -222,8 +222,8 @@ a {
margin: auto; }
.layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before {
content: url("../images/pictos/noun_Download_file_307900.svg");
width: 50px;
height: 53px;
min-width: 50px;
height: auto;
padding-right: 1rem; }
.layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf a {
display: inline-flex;
@@ -247,8 +247,8 @@ a {
font-weight: 800; }
.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");
width: 50px;
height: 53px;
min-width: 50px;
height: auto;
padding-right: 1rem; }
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext {
display: none; }
+4 -10
View File
@@ -25,7 +25,6 @@
display: flex;
width: 50%;
background-color: $white;
// justify-content: flex-end;
padding-right: 2rem;
.field--name-field-titre{
@@ -86,7 +85,6 @@
}
.field--name-field-fichiers{
min-height: 4rem;
// max-width: 75%;
background: $white;
color: $blue-light;
padding-left: 1rem;
@@ -102,8 +100,8 @@
margin: auto;
::before{
content: url("../images/pictos/noun_Download_file_307900.svg");
width: 50px;
height: 53px;
min-width:50px;
height: auto;
padding-right: 1rem;
}
a{
@@ -133,17 +131,13 @@
margin: auto;
height: fit-content;
border: 2px solid $blue-light;
min-height: 4rem;
// max-width: 75%;
background: $white;
color: $blue-light;
padding-left: 1rem;
padding-top: 1rem;
margin-bottom: 1rem;
}
a{
display: inline-flex;
align-items: center;
@@ -151,8 +145,8 @@
font-weight: 800;
&::before{
content: url("../images/pictos/noun_External Link_674151.svg");
width: 50px;
height: 53px;
min-width: 50px;
height: auto;
padding-right: 1rem;
}
svg.ext{