Skip to content

Commit

Permalink
Merge pull request #838 from techinaina/main
Browse files Browse the repository at this point in the history
fix: Updated Purchase Button#641
  • Loading branch information
apu52 authored Jun 26, 2024
2 parents 024337c + b21a968 commit 0bf9457
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions pricing/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ header {
}
.basic .features li::selection{
background: #ffd861;

}
.basic ::selection,
.basic .price-area,
Expand All @@ -411,19 +412,27 @@ header {
border: 2px solid #ffd861;
background: #fff;
color: #ffd861;
margin-top: 8px;
}
.basic .purchase-btn button:hover{
background: #ffd861;
color: #fff;
}
.premium ::selection,
.premium .price-area,
.premium .inner-area,
.premium .purchase-btn button{
.premium .inner-area{
background: #a26bfa;
}
.premium .puchase-btn button:hover{
.premium .purchase-btn button{
border: 2px solid #a26bfa;
color: #833af8;
background: #fff;
}

.premium .purchase-btn button:hover{
color: #fff;
background: #833af8;

}
.ultimate ::selection,
.ultimate .price-area,
Expand All @@ -434,10 +443,12 @@ header {
border: 2px solid #43ef8b;
color: #43ef8b;
background: #fff;
margin-top: 30px;
}
.ultimate .purchase-btn button:hover{
background: #43ef8b;
color: #fff;

}
.basic .package-name{
background: #ffecb3;
Expand Down Expand Up @@ -535,5 +546,4 @@ header img {

}

}

}

0 comments on commit 0bf9457

Please sign in to comment.