Quiz_dashboard/src/Styles/Layout/PageHeader.scss
2024-09-10 10:19:33 +03:00

20 lines
333 B
SCSS

.page_header{
margin-bottom: 20px !important;
.page_header_links{
display: flex; flex-direction: column;
.page_title{
font-weight: bolder;
font-size: 24px;
}
.page_links{
color: var(--opacity);
}
}
}
.filter_header_top{
color: #202C4B;
}