Commit be9ddb83 by asranov0003

refactor: header fixed

parent ce4f40f3
.header { .header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 60px;
z-index: 100;
background: var(--background-color);
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 0 1rem;
} }
.header__actions { .header__actions {
......
.notifications { .notifications {
padding: 0 1rem; padding: 4rem 1rem 0 1rem;
} }
.notification__title { .notification__title {
......
.settings { .settings {
padding: 0 1rem; padding: 4rem 1rem 0 1rem;
} }
.settings__title { .settings__title {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment