logging
This commit is contained in:
@@ -60,4 +60,20 @@
|
||||
align-items: flex-start;
|
||||
gap: 32px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.logout{
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
background-position: center;
|
||||
background-size: 20px;
|
||||
background-repeat: no-repeat;
|
||||
border-radius: 4px;
|
||||
transition: all 0.2s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
background-color: #ccc;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user