- added re-admit btn and functionality;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user