frontend / app /components /Topbar /styles.css
hakeemsyd's picture
setup income and expense statement
cae527d
Raw
History Blame
215 Bytes
.header {
display: flex;
align-items: center;
padding: 0 24px;
background-color: #3b5998; /* Change this to your desired top bar color */
}
.logo img {
height: 32px;
}
.settings {
margin-left: auto;
}