Skip to content

Commit

Permalink
forms.io styles update
Browse files Browse the repository at this point in the history
  • Loading branch information
asifaminb committed Aug 9, 2022
1 parent 1318f05 commit e0f798a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/assets/_project/_blocks/components/forms/_qg-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
box-shadow: 0 0 0 0.2rem #007BFF3F;
}
}
.form-control, .form-control.dropdown, .form-check-input{
Expand Down Expand Up @@ -199,7 +199,7 @@

// choices list styles (forms.io styles overrides)
.choices__list--dropdown{
box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
box-shadow: 0 0 0 0.2rem #007BFF3F;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
background-image: url(../images/x-icon.svg);
Expand All @@ -219,13 +219,13 @@
input.choices__input{
padding: 0;
border:none;
font-size: 1rem;
padding-right: 0.625rem;
margin: 0.25rem 0.5rem;
&:focus{
box-shadow: none !important;
}
}
input.choices__input:focus{
box-shadow: none !important;
}
.choices__item {
padding: rem(4px) rem(10px);
line-height: inherit;
Expand Down

0 comments on commit e0f798a

Please sign in to comment.