This commit is contained in:
2025-05-15 11:53:02 +02:00
parent 90e2ee0805
commit 1e4201a45e
8 changed files with 15 additions and 16 deletions
@@ -391,7 +391,7 @@
color: $blue-light;
font-weight: 800;
&::before{
content: url("../images/pictos/noun_External Link_674151.svg");
content: url("../images/pictos/external_link.png");
min-width: 30px;
height: auto;
padding-right: 1rem;
+1 -1
View File
@@ -194,7 +194,7 @@
a{
&:before{
display: inline-block;
content: url("../images/pictos/noun_External Link_674151.svg");
content: url("../images/pictos/external_link.png");
width: 30px;
height: 30px;
padding-right: 0.8rem;
@@ -199,7 +199,7 @@
color: $blue-light;
font-weight: 800;
&::before{
content: url("../images/pictos/noun_External Link_674151.svg");
content: url("../images/pictos/external_link.png");
min-width: 40px;
height: auto;
padding-right: 0.5rem;
+1 -1
View File
@@ -254,7 +254,7 @@
color: $blue-light;
font-weight: 800;
&::before{
content: url("../images/pictos/noun_External Link_674151.svg");
content: url("../images/pictos/external_link.png");
min-width: 50px;
height: auto;
padding-right: 1rem;
@@ -547,7 +547,7 @@
color: $blue-light;
font-weight: 800;
&::before{
content: url("../images/pictos/noun_External Link_674151.svg");
content: url("../images/pictos/external_link.png");
min-width: 30px;
height: auto;
padding-right: 1rem;
@@ -200,10 +200,10 @@
color: $blue-light;
font-weight: 800;
&::before{
content: url("../images/pictos/noun_External Link_674151.svg");
min-width: 25px;
content: url("../images/pictos/external_link.png");
// min-width: 25px;
height: auto;
padding-right: 0.5rem;
padding-right: 1rem;
// display: inline-flex;
// align-items: center;
}