implemented consistent styling
This commit is contained in:
parent
6e6cced0c6
commit
0e2e2f9e84
8 changed files with 59 additions and 46 deletions
|
|
@ -1,24 +1,26 @@
|
|||
.expense-container {
|
||||
border-radius: 5px;
|
||||
padding: 1rem;
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.expense-header {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
font-family: sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.expense-body {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.expense-footer {
|
||||
.expense-tags {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
font-family: sans-serif;
|
||||
font-size: 0.8rem;
|
||||
font-weight: lighter;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
color: #515151;
|
||||
}
|
||||
|
||||
.expense-tag {
|
||||
border-radius: 0.5rem;
|
||||
background-color: #f1f1f1;
|
||||
padding: 0.1rem 0.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue