config changes to better build map .env and updates to the login ui controls
This commit is contained in:
@@ -698,6 +698,17 @@ body {
|
||||
|
||||
.mobile-dropdown-item:last-child {
|
||||
border-bottom: none;
|
||||
border-top: 1px solid #ddd;
|
||||
background-color: #fff5f5;
|
||||
}
|
||||
|
||||
.mobile-dropdown-item:last-child button {
|
||||
color: var(--danger-color);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.mobile-dropdown-item:last-child:hover {
|
||||
background-color: #fee;
|
||||
}
|
||||
|
||||
.mobile-dropdown-item.location-info {
|
||||
@@ -711,6 +722,38 @@ body {
|
||||
color: var(--dark-color);
|
||||
}
|
||||
|
||||
/* Add logout button specific styles */
|
||||
.mobile-dropdown-item button {
|
||||
background: none;
|
||||
border: none;
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.mobile-dropdown-item button:hover {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
/* Logout button danger styling */
|
||||
.mobile-dropdown-item.logout-item {
|
||||
border-top: 1px solid #eee;
|
||||
background-color: #fee;
|
||||
}
|
||||
|
||||
.mobile-dropdown-item.logout-item button {
|
||||
color: var(--danger-color);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.mobile-dropdown-item.logout-item:hover {
|
||||
background-color: #fdd;
|
||||
}
|
||||
|
||||
/* Floating sidebar for mobile */
|
||||
.mobile-sidebar {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user