Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
parhamin2010 committed Mar 1, 2023
1 parent d0e0759 commit 7eb381e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@

#test_error{
padding: 5px;
border: 1px dashed darkgreen;
margin: 0 10px;
border: 1px dashed;
border-radius: 4px;
margin: 10px 10px;
text-align: center;
}

Expand Down Expand Up @@ -229,9 +230,6 @@
margin: 10px !important;
}

.text-success{
color: green !important;
}

.contacts-table{
width: 98%;
Expand Down

0 comments on commit 7eb381e

Please sign in to comment.