Skip to content

Commit

Permalink
fix(pro-button): fixed the styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajittalukder committed Oct 5, 2023
1 parent 4dd689a commit 89da528
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions assets/src/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -935,21 +935,29 @@ End Settings Sidebar
}

.premium-btn {
:where(.css-dev-only-do-not-override-18iikkb).ant-btn-primary {
color: #fff;
background-color: #ffac27;
}

:where(.css-dev-only-do-not-override-18iikkb).ant-btn {
font-size: 16px;
a {
display: inline-flex;
align-items: center;
border-radius: 8px;
display: flex;
gap: 10px;
height: 40px;
justify-content: center;
font-weight: 700;
padding: 14px;
border-radius: 5px;
gap: 10px;
padding: 12px 14px;

span {
font-size: 16px;
font-weight: 700;

}

}
}

.premium-btn {
a {
border: none;
background: var(--premium-color, #FFAC27);

}
}
}
Expand Down

0 comments on commit 89da528

Please sign in to comment.