Skip to content

Commit

Permalink
FWF-3882 [Feature} UI corrections for buton and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-s-aot committed Nov 20, 2024
1 parent ee0cf4c commit f2a2556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion forms-flow-theme/scss/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ $btn-font-weight: bold;
padding: var(--spacer-075) var(--spacer-150) !important;
font-weight: var(--font-weight-xl) !important;
border-radius: var(--radius-0125) !important;
width: fit-content;
}

.btn {
Expand All @@ -168,7 +169,6 @@ $btn-font-weight: bold;
justify-content: center !important;
align-items: center !important;
line-height: var(--text-line-height) !important;

// Default styles for buttons for all sizes . Useful for formio buttons
@extend .default-button-styles;

Expand Down
1 change: 0 additions & 1 deletion forms-flow-theme/scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ a {
.head-item {
color: var(--ff-gray-700);;
cursor: pointer;
padding-bottom: 3rem;
}

.head-active {
Expand Down

0 comments on commit f2a2556

Please sign in to comment.