Skip to content

Commit

Permalink
pfe-1827 moved line of code in file and removed blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
PriJoh committed Oct 29, 2024
1 parent e3d005c commit fa83584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/less/components/payex/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
.btn {
font-family: var(--brand-default-buttons);


&:active {
border: 3px solid @btn-active-border-color;
}


&.btn-primary {
&:active {
box-shadow: none;
Expand Down
4 changes: 3 additions & 1 deletion src/less/variables-payex.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@

@btn-primary-color: @white;
@btn-primary-bg: @brand-success;
@btn-active-border-color: #3c3c3c;
@btn-primary-hover: @brand-tertiary;
@btn-primary-disabled-color: @white;
@btn-primary-disabled-bg: @brand-secondary-light-2;
Expand All @@ -91,6 +90,9 @@
@link-hover-color: @brand-primary;
@link-color: @btn-primary-bg;

/* Button active border color */
@btn-active-border-color: #3c3c3c;

/* Input */
@input-color: @brand-secondary;
@input-bg: @white;
Expand Down

0 comments on commit fa83584

Please sign in to comment.