Old logout look
It's better
This commit is contained in:
@@ -39,17 +39,14 @@
|
||||
}
|
||||
|
||||
.logout-button {
|
||||
background: $color-logout;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: #fff;
|
||||
border: none;
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
padding: 8px 12px;
|
||||
border-radius: $border-radius-lg;
|
||||
border-radius: 4px;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
transition: background 0.2s ease-in-out;
|
||||
&:hover { background: $color-logout-hover; transform: scale(1.02); }
|
||||
}
|
||||
|
||||
&.user { width: 220px; background: darken($color-sidebar, 6%); }
|
||||
|
||||
Reference in New Issue
Block a user