20 lines
333 B
SCSS
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;
|
|
|
|
|
|
} |