Skip to content

Commit

Permalink
Added styles to page
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhainaFathimaM authored Jun 8, 2024
1 parent 9817ed8 commit ff9d6b7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion css/account.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,23 @@ section .btn-primary {
section .btn-primary:hover {
background-color: #0056b3;
border-color: #0056b3;
}

section .btn-primary:focus {
background-color: #0056b3;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
cursor: pointer;
}

section .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
}

section .form-check-input {
margin-right: 5px;
}

section #orderHistory {
resize: vertical;
margin-bottom: 15px;
}

0 comments on commit ff9d6b7

Please sign in to comment.