Skip to content

Commit

Permalink
Removing old brand lollipop (#488)
Browse files Browse the repository at this point in the history
Co-authored-by: Omnia <[email protected]>
  • Loading branch information
OmniaSitecore and Omnia authored Nov 5, 2024
1 parent 067bb0a commit df8cb8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,7 @@
margin-top: 15px;
}

&:after {
content: " ";
background-image: url(../images/icon-hero.png);
position: absolute;
width: 76px;
height: 53px;
top: -9px;
left: -93px;
}

}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
line-height: 55px;
position: relative;

&::after {
content: " ";
background-image: url(../images/icon-hero.png);
position: absolute;
width: 76px;
height: 53px;
top: -9px;
left: -93px;
}
}

h2 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
h1 {
position: relative;

&::after {
content: " ";
background-image: url(../images/icon-hero.png);
position: absolute;
width: 76px;
height: 53px;
top: -9px;
left: -93px;
}

}

h2 {
Expand Down

0 comments on commit df8cb8d

Please sign in to comment.