Skip to content

Commit

Permalink
style: remove number circles (#1137)
Browse files Browse the repository at this point in the history
Co-authored-by: Tamal Das <tamalcodes@gmail.com>
  • Loading branch information
varundhand and tamalCodes committed Oct 19, 2023
1 parent e96f1f0 commit 4dc733e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
41 changes: 0 additions & 41 deletions src/components/Banners/Banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,41 +200,6 @@
gap: 1rem;
}

.mib_numbercircle {
background: hsla(7, 70%, 62%, 1);

background: linear-gradient(
45deg,
hsla(7, 70%, 62%, 1) 0%,
hsla(22, 100%, 68%, 1) 100%
);

background: -moz-linear-gradient(
45deg,
hsla(7, 70%, 62%, 1) 0%,
hsla(22, 100%, 68%, 1) 100%
);

background: -webkit-linear-gradient(
45deg,
hsla(7, 70%, 62%, 1) 0%,
hsla(22, 100%, 68%, 1) 100%
);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E26959", endColorstr="#FF985D", GradientType=1 );

width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 800;
font-family: "Inter", sans-serif;
margin: auto;
border-radius: 50%;
color: #28183b;
}

.mib_top_intro > h1 {
font-size: 25px;
font-weight: 900;
Expand Down Expand Up @@ -308,12 +273,6 @@
padding: 0 10.5px;
}

.mib_numbercircle {
width: 25px;
height: 25px;
font-size: 13px;
}

.mib_top_intro > h1 {
font-size: 23px;
font-weight: 900;
Expand Down
5 changes: 0 additions & 5 deletions src/components/Banners/Milaninfobanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ const Milaninfobanner = () => {
AOS.refresh();
}, []);

console.log("WTF is wrong bro");

return (
<div className="container mib_mainparent">
<div className="mib_collab_parent">
Expand All @@ -25,7 +23,6 @@ const Milaninfobanner = () => {
? { "data-aos": "fade-up", "data-aos-duration": "500" }
: {})}
>
{/* <div className="mib_numbercircle">1</div> */}
<h1>Collaborate.</h1>
</div>

Expand Down Expand Up @@ -98,7 +95,6 @@ const Milaninfobanner = () => {
? { "data-aos": "fade-up", "data-aos-duration": "500" }
: {})}
>
<div className="mib_numbercircle">2</div>
<h1>Connect.</h1>
</div>

Expand Down Expand Up @@ -170,7 +166,6 @@ const Milaninfobanner = () => {
? { "data-aos": "fade-up", "data-aos-duration": "500" }
: {})}
>
<div className="mib_numbercircle">3</div>
<h1>Build.</h1>
</div>

Expand Down

0 comments on commit 4dc733e

Please sign in to comment.