Files
bflows-bandi-fe/src/assets/scss/components/appPage.scss
Vitalii Kiiko 76b5dd2ece - added page managebandi;
- improved styles of the pages and sections;
2024-08-14 08:28:54 +02:00

67 lines
1.1 KiB
SCSS

.appPage {
display: flex;
flex-direction: column;
h1 {
color: var(--primary-color);
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
}
.appPageSection {
display: flex;
flex-direction: column;
h2 {
color: var(--Black);
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0 0 24px;
}
}
.appTableHeader {
display: flex;
justify-content: space-between;
}
.appPage__pageHeader {
display: flex;
flex-direction: column;
gap: 14px;
padding: 28px;
h1, h2, h3 {
margin: 0;
}
p, span {
color: var(--text-color-secondary);
font-size: 17.5px;
font-style: normal;
font-weight: 400;
line-height: 120%;
margin: 0;
}
span {
margin-left: 10px;
text-transform: uppercase;
}
}
.appPage__spacer {
width: 100%;
padding: 24px 0;
}
.appPageSection__actions {
display: flex;
gap: 24px;
margin-bottom: 24px;
}