user-auth store frontend and backend v2

This commit is contained in:
2022-12-31 23:57:58 +05:30
parent aa1172bbc0
commit 495bc4f9b8
6 changed files with 51 additions and 75 deletions

View File

@@ -36,20 +36,24 @@ body {
overflow: auto; /* Enable scroll if needed */
background-color: #f1f1f1; /* Fallback color */
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Float three header columns side by side */
.header {
position: fixed; /* Stay in place */
overflow: hidden;
/* overflow: hidden;*/
z-index: 1; /* Sit on top */
width: 100%;
top: 0; /* Position the navbar at the top of the page */
@@ -61,15 +65,22 @@ body {
margin-top: 50px; /* Add a top margin to avoid content overlay */
}
/* Float three header columns side by side */
.header-button {
float: left;
width: 10%;
padding: 0 10px;
}
/* Float three header columns side by side */
.header-column {
float: left;
width: 28%;
width: 25%;
padding: 0 10px;
}
/* Float three header columns side by side */
.header-page-column {
float: left;
float: right;
margin-top: 0px;
width: 15%;
padding: 0 10px;