Skip to content

Commit

Permalink
fix(ui): button spike removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Jan 26, 2024
1 parent aca28d4 commit 635ea9e
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions frontend/theme/extras/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ body.has-hero-section.section-add {
a.tickets-button {
display: inline-block;
height: 53px;
padding: 7px 17px;
padding: 7px 17px; //Original css
// padding: 7px 17px 7px 61px;
border: 2px solid #fce602;
background-color: #ffe600;
border-radius: 0;
Expand All @@ -126,15 +127,15 @@ body.has-hero-section.section-add {
padding: 7px 10px;
}

&::before {
position: absolute;
top: 0;
left: -44px;
border-top: 53px solid transparent;
border-right: 44px solid #fce602;
content: '';
transition: border-color 0.3s ease-in-out;
}
// &::before {
// position: absolute;
// top: 0;
// left: -44px;
// border-top: 53px solid transparent;
// border-right: 44px solid #fce602;
// content: '';
// transition: border-color 0.3s ease-in-out;
// }

&:hover,
&:focus,
Expand Down

0 comments on commit 635ea9e

Please sign in to comment.