feat: add repos page
This commit is contained in:
@@ -52,6 +52,15 @@ h1 {
|
||||
font-family: 'Times New Roman';
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@apply h-10;
|
||||
@apply rounded-lg;
|
||||
@apply px-2 py-1;
|
||||
@apply hover:bg-gray-800;
|
||||
}
|
||||
|
||||
button:default {
|
||||
border-radius: 8px;
|
||||
border: 1px solid transparent;
|
||||
|
||||
Reference in New Issue
Block a user