Update font size and line height in aside menu
This commit is contained in:
@@ -26,8 +26,11 @@
|
||||
@apply flex-shrink-0 block px-4 py-2 border-b bg-primary-500 border-gray-50;
|
||||
}
|
||||
/* Aside */
|
||||
.aside-text{
|
||||
@apply text-xs;
|
||||
}
|
||||
.aside-single-item {
|
||||
@apply w-full flex items-center pl-2 pr-4 py-2 text-xs rounded-xl;
|
||||
@apply aside-text w-full flex items-center pl-2 pr-4 py-2 rounded-xl;
|
||||
}
|
||||
.aside-single-item-active {
|
||||
@apply aside-single-item bg-primary-500 text-white font-bold;
|
||||
|
Reference in New Issue
Block a user