Skip to content

Commit

Permalink
updated lint error in herobanner and styles_2020 few
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinaykumargujja committed Oct 25, 2023
1 parent 7e5d187 commit 94b8f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions blocks/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
main .hero-container > div {
max-width: unset;
}

main .hero-container {
padding: 0;
}
Expand Down Expand Up @@ -43,7 +43,8 @@ main .hero h1 {
width: 100%;
height: 100%;
} */
/*

/*
main .hero a:hover {
color: white;
} */
6 changes: 3 additions & 3 deletions styles/styles_2020.css
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
}

.mmg-timeline .swiper-timeline::before {
background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
background: linear-gradient(90deg,#fff,hsla(0deg,0%,100%,0%));
content: "";
height: 100%;
left: 0;
Expand All @@ -686,7 +686,7 @@
}

.mmg-timeline .swiper-timeline::after {
background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0));
background: linear-gradient(270deg,#fff,hsla(0deg,0%,100%,0%));
content: "";
height: 100%;
position: absolute;
Expand Down Expand Up @@ -902,7 +902,7 @@
padding: 0
}

.module.split-bg:before {
.module.split-bg::before {
content: none
}

Expand Down

0 comments on commit 94b8f81

Please sign in to comment.