- added re-admit btn and functionality;

This commit is contained in:
Vitalii Kiiko
2025-05-14 15:40:34 +02:00
parent 44a914f343
commit 5d40ff4ae1
9 changed files with 194 additions and 78 deletions

View File

@@ -295,8 +295,9 @@
.appPageSection__message {
display: flex;
align-items: center;
width: 100%;
gap: 20px;
background: rgba(255, 242, 226, 0.7);
background: rgba(242, 242, 242, 0.7);
border-style: solid;
border-width: 0 0 0 6px;
padding: 1.25rem 1.75rem;
@@ -409,10 +410,14 @@
.appPageSection__actions {
display: flex;
gap: 24px;
padding: 24px 0 48px;
padding: 24px 0 0;
flex-wrap: wrap;
}
.appPageSection .appPageSection__actions:last-of-type {
padding-bottom: 48px;
}
.appPageSection__actions:empty {
display: none;
}