mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
20 lines
469 B
SCSS
20 lines
469 B
SCSS
.submission-form-header {
|
|
background-color: rgba(255, 255, 255, .97);
|
|
padding: calc(var(--bs-spacer) / 2) 0 calc(var(--bs-spacer) / 2) 0;
|
|
top: 0;
|
|
z-index: var(--ds-submission-header-z-index);
|
|
}
|
|
|
|
.submission-form-header-item {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.submission-form-footer {
|
|
border-radius: var(--bs-card-border-radius);
|
|
bottom: 0;
|
|
background-color: var(--bs-gray-400);
|
|
padding: calc(var(--bs-spacer) / 2);
|
|
z-index: var(--ds-submission-footer-z-index);
|
|
}
|
|
|