Skip to content

Commit

Permalink
Update profile.css
Browse files Browse the repository at this point in the history
  • Loading branch information
TanishqMehrunkarIIPSDAVV authored Oct 10, 2024
1 parent 603431a commit 42584e4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/Profile/profile.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



/* Profile container */
.profile-card {
background-color: #282828;
Expand Down Expand Up @@ -153,11 +150,12 @@
}

.profile-input-normal {
border: 1px solid #ccc;
border: 1px solid #ccc !important;
}

.profile-input-faded {
border: 1px solid red;
border: 1px solid red !important;
outline: red;
}

/* Alert Modal Styles */
Expand Down Expand Up @@ -209,4 +207,4 @@
}
.profile-edit-password-button:hover {
background-color: #4caf4fba;
}
}

0 comments on commit 42584e4

Please sign in to comment.