diff --git a/forms-flow-theme/scss/_forms.scss b/forms-flow-theme/scss/_forms.scss index 2d0c2b2d..589419da 100644 --- a/forms-flow-theme/scss/_forms.scss +++ b/forms-flow-theme/scss/_forms.scss @@ -169,18 +169,6 @@ select option:hover { - - - -.pagination-text { - overflow: hidden; - color: var(--ff-black); - text-overflow: ellipsis; - font-size: var(--ff-font-size-sm); - font-weight: var(--ff-font-weight-xs); - line-height: var(--text-line-height); -} - /* CustomTooltip */ .custom-tooltip .tooltip-inner { background-color: $secondary; diff --git a/forms-flow-theme/scss/_modal.scss b/forms-flow-theme/scss/_modal.scss index ddd8801e..8398e26d 100644 --- a/forms-flow-theme/scss/_modal.scss +++ b/forms-flow-theme/scss/_modal.scss @@ -173,6 +173,9 @@ $secondary: var(--ff-secondary); .modal-footer { justify-content: flex-start !important; + &.space-between { + justify-content: space-between !important; + } } } } @@ -427,6 +430,13 @@ $secondary: var(--ff-secondary); box-shadow: none; } } + input:-webkit-autofill { + background-color: transparent !important; + box-shadow: 0 0 0px 1000px white inset !important; + -webkit-text-fill-color: inherit !important; + transition: none !important; + } + .url-copy { justify-content: center;