Skip to content

Commit

Permalink
Fix contrast for bootstrap's input-group-text
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 29, 2024
1 parent 985934b commit f79b460
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/assets/stylesheets/application.scss
Expand Up @@ -111,6 +111,24 @@ textarea {
padding: 0;
}

.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #5e6162;
border: 1px solid #5e6162;
border-radius: .25rem;
}

.dropdown-item {
color: #ffffff;
}
Expand Down

0 comments on commit f79b460

Please sign in to comment.