flex removed from dash-borad content, reset-password message added to login page
This commit is contained in:
parent
bbdea342cf
commit
75afb59d77
7 changed files with 91 additions and 78 deletions
|
|
@ -11,8 +11,6 @@
|
|||
width: 80%;
|
||||
margin: 0 auto;
|
||||
max-width: 1120px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.container-table{
|
||||
margin-top: 35px;
|
||||
|
|
|
|||
|
|
@ -226,9 +226,12 @@ h6 {
|
|||
|
||||
/*------Auth section---------*/
|
||||
.auth-container {
|
||||
/* height: 100vh; */
|
||||
min-height: calc(100vh - 120px);
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
/* flex-grow: 1; */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.auth-bg {
|
||||
|
|
@ -423,6 +426,11 @@ h6 {
|
|||
}
|
||||
}
|
||||
|
||||
.auth-box .msg-list {
|
||||
padding: 15px 25px 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-width: 540px) {
|
||||
.auth-container .auth-title h2 {
|
||||
font-size: 32px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue