Skip to content

Commit

Permalink
styles: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargabrielphd committed Dec 13, 2024
1 parent d5c7625 commit e6ad6d7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
--bg-color-gray: rgb(245, 245, 247, 1);
--bg-color-blue: #2997ff;
--bg-color-blue-black: #004080;
--bg-color-green: #007A33;
--bg-color-green: #007a33;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 1.5;
Expand Down Expand Up @@ -33,11 +33,11 @@ input::placeholder,
select:focus,
select::placeholder {
color: #ffffff;
border-color: var(--bg-color-blue);
border-color: var(--bg-color-blue-black);
outline: none;
}
select option[disabled] {
color: #888888;
color: #ffffff;
}

#header {
Expand Down Expand Up @@ -109,6 +109,13 @@ div.row.g-3 > div.row.g-3 {
justify-content: space-evenly;
align-items: center;
}
.btn-success,
.btn-success:hover,
.btn-primary {
color: #fff;
background-color: #157347;
border-color: #146c43;
}

footer {
position: fixed;
Expand Down

0 comments on commit e6ad6d7

Please sign in to comment.