- fixed issue in datepicker;

- updated styles;
This commit is contained in:
Vitalii Kiiko
2024-11-21 12:42:03 +01:00
parent 7c2feb20c7
commit 1e1d16b3cd
3 changed files with 24 additions and 21 deletions

View File

@@ -221,22 +221,29 @@
flex-direction: column;
padding: 0;
width: 100%;
}
> li {
padding: 15px;
border-bottom: 1px solid var(--button-secondary-borderColor);
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
gap: 1rem;
&.row {
flex-direction: row;
}
.appPageSection__listItem {
padding: 15px;
border-bottom: 1px solid var(--button-secondary-borderColor);
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
gap: 1rem;
&.row {
flex-direction: row;
}
}
.appPageSection__listItemRow {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 16px;
}
.appPageSection__checklist {
display: flex;
flex-direction: column;