New Project
This commit is contained in:
@@ -0,0 +1,190 @@
|
||||
:root {
|
||||
--topNavHeight: 75px;
|
||||
--rtrWidth: 60px;
|
||||
--lftWidth: 340px;
|
||||
--tpMenuPad: 30px;
|
||||
--icnPadng: 20px 0px;
|
||||
--prmBgColor: rgb(244, 244, 221);
|
||||
--secdBgColor: #fafaf3;
|
||||
--secdSubColor: #f4f4f3;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
ul,
|
||||
li {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.list-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.tp-bar {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
height: var(--topNavHeight);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
list-style: none;
|
||||
align-items: center;
|
||||
padding-left: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
|
||||
ul.tp-bar li {
|
||||
margin: 0px 16px;
|
||||
}
|
||||
|
||||
li.logo-li {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
width: calc(var(--lftWidth) - var(--tpMenuPad));
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 25px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.btm-bar {
|
||||
position: fixed;
|
||||
top: var(--topNavHeight);
|
||||
left: 0;
|
||||
height: calc(100vh -var(--topNavHeight));
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.lft-nav-bar {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
width: var(--lftWidth);
|
||||
height: inherit;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.lft-nav-bar .lft-nav-bar-1,
|
||||
.lft-nav-bar .lft-nav-bar-2 {
|
||||
list-style: none;
|
||||
margin-bottom: 0px !important;
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
.lft-nav-bar-1 {
|
||||
width: var(--rtrWidth);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: var(--prmBgColor);
|
||||
}
|
||||
|
||||
.lft-nav-bar-1 li,
|
||||
.lft-nav-bar-2 li {
|
||||
margin: var(--icnPadng);
|
||||
}
|
||||
|
||||
.lft-nav-bar-2 li {
|
||||
font-size: 20px;
|
||||
padding: 0px 15px;
|
||||
}
|
||||
|
||||
.lft-nav-bar-2 {
|
||||
width: calc(var(--lftWidth) - var(--rtrWidth));
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--secdBgColor);
|
||||
}
|
||||
|
||||
.rtr-nav-bar {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
width: var(--rtrWidth);
|
||||
height: inherit;
|
||||
background-color: var(--prmBgColor);
|
||||
list-style: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.rtr-nav-bar span {
|
||||
margin: var(--icnPadng);
|
||||
}
|
||||
|
||||
.ctr-lst-pge {
|
||||
position: fixed;
|
||||
left: var(--lftWidth);
|
||||
right: var(--rtrWidth);
|
||||
height: inherit;
|
||||
margin: 0px 20px;
|
||||
background-color: var(--secdSubColor);
|
||||
}
|
||||
|
||||
.srch-bar {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.form-control#searchBar {
|
||||
padding: 10px;
|
||||
box-shadow: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ml-auto {
|
||||
margin-left: auto !important;
|
||||
}
|
||||
|
||||
.mr-auto {
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
||||
.mt-auto {
|
||||
margin-top: auto !important;
|
||||
}
|
||||
|
||||
.mb-auto {
|
||||
margin-bottom: auto !important;
|
||||
}
|
||||
|
||||
.la {
|
||||
font-size: 30px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.icn-circle {
|
||||
background-color: firebrick;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.hdr {
|
||||
font-size: 18px;
|
||||
padding: 18px 9px;
|
||||
font-weight: 600;
|
||||
text-transform: capitalize;
|
||||
background-color: #e3e3e3;
|
||||
}
|
||||
|
||||
.bdy {
|
||||
font-size: 16px;
|
||||
padding: 18px 9px;
|
||||
font-weight: 400;
|
||||
text-transform: capitalize;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
@@ -0,0 +1,265 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
|
||||
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
span,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
a,
|
||||
input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
color: #3d3d3d;
|
||||
}
|
||||
|
||||
.biz-login-wrap {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-container {
|
||||
width: 375px;
|
||||
height: auto;
|
||||
margin: auto;
|
||||
position: relative;
|
||||
padding: 40px;
|
||||
border: 1px solid #dadce0;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-group {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-group input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #d0d0d0;
|
||||
background-color: transparent;
|
||||
border-radius: 4px;
|
||||
color: #202124;
|
||||
font-size: 16px;
|
||||
margin: 1px 1px 0 1px;
|
||||
padding: 13px 15px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-group label {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
color: #a5a5a5;
|
||||
font-size: 16px;
|
||||
padding: 0px 4px;
|
||||
background-color: white;
|
||||
transition-property: transform;
|
||||
transition-duration: 500ms;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-link a {
|
||||
color: #1a73e8;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-link label {
|
||||
color: #5f6368;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.email-input:focus+label {
|
||||
transform: translate3d(0, -175%, 0);
|
||||
z-index: 1;
|
||||
color: #1a73e8;
|
||||
}
|
||||
|
||||
.biz-login-wrap .password-input:focus+label {
|
||||
transform: translate3d(0, -175%, 0);
|
||||
z-index: 1;
|
||||
color: #1a73e8;
|
||||
}
|
||||
|
||||
.biz-login-wrap .password-fixed {
|
||||
transform: translate3d(0, -175%, 0);
|
||||
z-index: 1 !important;
|
||||
color: #1a73e8;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
row-gap: 20px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-header h2 {
|
||||
margin: 0;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-header h4 {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.biz-login-wrap .form-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 30px;
|
||||
}
|
||||
|
||||
.biz-login-wrap .password-form-box {
|
||||
row-gap: 60px;
|
||||
}
|
||||
|
||||
.biz-login-wrap .login-logo {
|
||||
width: 150px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.biz-login-wrap .btn {
|
||||
float: right;
|
||||
color: white;
|
||||
background: #1a73e8;
|
||||
border: 0;
|
||||
padding: 8px 22px;
|
||||
border-radius: 4px;
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.biz-login-wrap a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.biz-login-wrap .flex-between-center {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.biz-login-wrap .mt-5 {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.biz-login-wrap .mt-10 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.biz-login-wrap .password-checkbox {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.biz-login-wrap .show-password-link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: 10px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.biz-login-wrap .show-password-link label {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.biz-login-wrap h4 {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.biz-login-wrap #txt_PhoneorMail:focus+label {
|
||||
transform: translate3d(0, -175%, 0);
|
||||
z-index: 1;
|
||||
color: #1a73e8;
|
||||
}
|
||||
|
||||
.biz-login-wrap #txt_Code:focus+label {
|
||||
transform: translate3d(0, -175%, 0);
|
||||
z-index: 1;
|
||||
color: #1a73e8;
|
||||
}
|
||||
|
||||
.biz-login-wrap #txt_NewPassword:focus+label {
|
||||
transform: translate3d(0, -175%, 0);
|
||||
z-index: 1;
|
||||
color: #1a73e8;
|
||||
}
|
||||
|
||||
#txt_ConfirmPassword:focus+label {
|
||||
transform: translate3d(0, -175%, 0);
|
||||
z-index: 1;
|
||||
color: #1a73e8;
|
||||
}
|
||||
|
||||
.back-btn {
|
||||
text-align: right;
|
||||
margin: 0px 20px;
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.opt-text {
|
||||
text-align: center;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
.verify-block {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
.verify-block .btn {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.reset-success {
|
||||
text-align: center;
|
||||
margin: 20px 0px;
|
||||
}
|
||||
|
||||
.d-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.conformPassword {
|
||||
margin-top: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user