Refactor AddEntryDialog and AccountDetail for improved UI consistency; remove unused AddYearDialog; enhance Dashboard layout and button styles
This commit is contained in:
@@ -184,6 +184,20 @@ html, body {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.btn-nav {
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0;
|
||||
justify-content: center;
|
||||
font-size: 0.8rem !important;
|
||||
}
|
||||
|
||||
.btn-nav i {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: var(--color-accent);
|
||||
border-color: var(--color-accent);
|
||||
|
||||
Reference in New Issue
Block a user