Skip to content

Commit

Permalink
style: fixed input form style
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBianchi committed Dec 28, 2023
1 parent cccb46f commit b07f0e0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/theme/ItaliaTheme/Blocks/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
}
}
}

textarea {
&.form-control.is-invalid {
background-position-x: 99% !important;
background-size: 16px !important;
}
}
}
}

Expand Down Expand Up @@ -90,9 +97,17 @@
border-bottom-color: $danger !important;
}
}

.react-select__menu {
z-index: 2;
}
}

.bootstrap-checkbox-radio-wrapper {
padding-right: 2rem;
background-position: 99% !important;
background-size: 22px 20px !important;

> label {
position: unset;

Expand Down

0 comments on commit b07f0e0

Please sign in to comment.