styling
This commit is contained in:
@@ -16,6 +16,10 @@ mat-drawer-container {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
mat-toolbar {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
mat-drawer, mat-toolbar {
|
||||
background-color: #fff;
|
||||
border-radius: 0;
|
||||
@@ -34,4 +38,20 @@ mat-drawer {
|
||||
|
||||
mat-toolbar {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.nav-button {
|
||||
display: flex;
|
||||
padding: 12px 12px;
|
||||
margin: 4px;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
background-color: rgb(246, 246, 247);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user