Skip to content

Commit

Permalink
HDX-9233 small css improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin committed Nov 13, 2023
1 parent 83f8ab4 commit a5a97f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
6 changes: 3 additions & 3 deletions src/scss/_impactstory.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@
color: #CCC !important;
}
&::-moz-placeholder { /* Firefox 19+ */
color: #CCC !important;
color: $graycc !important;
}
&:-ms-input-placeholder { /* IE 10+ */
color: #CCC !important;
color: $graycc !important;
}
&:-moz-placeholder { /* Firefox 18- */
color: #CCC !important;
color: $graycc !important;
}
}
.btn.submit-btn {
Expand Down
23 changes: 8 additions & 15 deletions src/scss/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,16 +282,16 @@
width: 180px;
padding-left: 10px;
&::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #CCC !important;
color: $graycc !important;
}
&::-moz-placeholder { /* Firefox 19+ */
color: #CCC !important;
color: $graycc !important;
}
&:-ms-input-placeholder { /* IE 10+ */
color: #CCC !important;
color: $graycc !important;
}
&:-moz-placeholder { /* Firefox 18- */
color: #CCC !important;
color: $graycc !important;
}
}
.btn.submit-btn {
Expand Down Expand Up @@ -349,16 +349,16 @@
font-family: $font-serif-book;
font-size: 16px;
&::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #CCC !important;
color: $graycc !important;
}
&::-moz-placeholder { /* Firefox 19+ */
color: #CCC !important;
color: $graycc !important;
}
&:-ms-input-placeholder { /* IE 10+ */
color: #CCC !important;
color: $graycc !important;
}
&:-moz-placeholder { /* Firefox 18- */
color: #CCC !important;
color: $graycc !important;
}
}
}
Expand Down Expand Up @@ -400,13 +400,6 @@
}
}
}
//@media (min-width: $screen-md) {
// .interest-areas-container {
// .select2-dropdown {
// min-width: 400px;
// }
// }
//}


@media (max-width: $screen-md) {
Expand Down

0 comments on commit a5a97f9

Please sign in to comment.