Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -239,4 +239,18 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* </DASHBOARD STYLING> */
|
||||
/* </DASHBOARD STYLING> */
|
||||
|
||||
#loginForm input {
|
||||
border-radius: 50px;
|
||||
background: none;
|
||||
border: 2px solid var(--primary);
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
#register_Form input {
|
||||
border-radius: 50px;
|
||||
background: none;
|
||||
border: 2px solid var(--primary);
|
||||
width: 175px;
|
||||
}
|
Reference in New Issue
Block a user