Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #328 from indykite/ENG-1855-enterprise-button-style
Browse files Browse the repository at this point in the history
fix: changed style to use wildcard
  • Loading branch information
florentinvintila authored Oct 17, 2023
2 parents 09a03a0 + cb5be36 commit 3b99f56
Show file tree
Hide file tree
Showing 4 changed files with 2,487 additions and 1,073 deletions.
6 changes: 4 additions & 2 deletions lib/services/core/ui/components/styles/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
text-align: left;
padding-left: 64px;

&.enterprise-login-button {
&.enterprise-login-button,
&[class*="-login-button"] {
text-transform: capitalize;
}

&.ik-provider,
&.enterprise-login-button {
&.enterprise-login-button,
&[class*="-login-button"] {
background-color: rgb(255, 183, 82);
text-align: center;
padding-left: 0px;
Expand Down
1 change: 1 addition & 0 deletions lib/services/core/ui/components/styles/dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ div.IKUISDK-modal-dialog {
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;

& > div.wrapper {
display: flex;
Expand Down
Loading

0 comments on commit 3b99f56

Please sign in to comment.