Compare commits

..

4 Commits

Author SHA1 Message Date
victorAnumudu 08665d51a7 border radius added 2025-01-27 19:05:14 +01:00
victor.ebuka dff0bd72ed Merge branch 'login-links-margin' of MERMS/MermsPanelReactJS into master 2025-01-27 13:58:24 +00:00
victorAnumudu 823ff83f88 added top margin to login links 2025-01-27 14:48:46 +01:00
victor.ebuka 82f0efe6e5 Merge branch 'login-page-links' of MERMS/MermsPanelReactJS into master 2025-01-26 02:07:59 +00:00
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -10,8 +10,12 @@
background-repeat: no-repeat;
}
.register{
border-radius: 10px;
}
.login-links{
margin-top: 20px;
margin-top: 50px;
display: flex;
flex-direction: row;
justify-content: center;
+1 -1
View File
@@ -71,7 +71,7 @@ export default function Login() {
<div className="row no-gutters justify-content-center">
<div className="col-11 col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1">
<div className="mt-5 d-flex">
<div className="bg-white register p-5">
<div className="bg-white register px-5 pt-5 pb-3">
<h1 className="mb-2">MERMS Panel</h1>
<p>Welcome back, please login to your account.</p>
<form className="mt-3 mt-sm-5">