Skip to content

Commit

Permalink
style: give right background color to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Nov 27, 2024
1 parent df156de commit 8d69037
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Safenet/Roadmap/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
.mobileTag {
background: blue;
border-radius: 10px;
white-space: nowrap;
text-align: center;
font-size: 24px;
line-height: 32px;
Expand All @@ -61,21 +62,22 @@
}

.mobileTag1 {
background: radial-gradient(2907.17% 504.86% at -250.57% 11.91%, #12ff80 0%, #ffd200 42%, #ff5f00 88.5%);
background-color: #12ff80;
}

.mobileTag2 {
background: radial-gradient(129.11% 259.78% at 103.1% -21.2%, #ff5f00 0%, #ffd200 50%, #12ff80 100%);
background-color: #ffd200;
}

.mobileTag3 {
background-image: linear-gradient(-45deg, rgba(15, 255, 128, 1) 0%, rgba(94, 221, 255, 1) 100%);
background-color: #fe9201;
}

.blockTitle {
font-size: 32px;
line-height: 36px;
text-transform: uppercase;
white-space: nowrap;

background: radial-gradient(129.11% 259.78% at 103.1% -21.2%, #ff5f00 0%, #ffd200 50%, #12ff80 100%);
background-clip: text;
Expand Down

0 comments on commit 8d69037

Please sign in to comment.