frontend / app /components /Topbar /styles.css
hakeemsyd's picture
Topbar UI & login (#4)
dbf4bc6 verified
Raw
History Blame Contribute Delete
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;
}