Commit be9ddb83 by asranov0003

refactor: header fixed

parent ce4f40f3
.header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 60px;
z-index: 100;
background: var(--background-color);
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1rem;
}
.header__actions {
......
.notifications {
padding: 0 1rem;
padding: 4rem 1rem 0 1rem;
}
.notification__title {
......
.settings {
padding: 0 1rem;
padding: 4rem 1rem 0 1rem;
}
.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