mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
Added a custom variable for submission sections margin bottom
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@import '../../../../styles/variables';
|
@import '../../../../styles/variables';
|
||||||
|
|
||||||
:host /deep/ .card {
|
:host /deep/ .card {
|
||||||
margin-bottom: $border-radius * 2;
|
margin-bottom: $submission-sections-margin-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-focus {
|
.section-focus {
|
||||||
|
@@ -25,3 +25,5 @@ $admin-sidebar-header-bg: darken($dark, 7%);
|
|||||||
|
|
||||||
$dark-scrollbar-background: $admin-sidebar-active-bg;
|
$dark-scrollbar-background: $admin-sidebar-active-bg;
|
||||||
$dark-scrollbar-foreground: #47495d;
|
$dark-scrollbar-foreground: #47495d;
|
||||||
|
|
||||||
|
$submission-sections-margin-bottom: $border-radius * 2;
|
||||||
|
Reference in New Issue
Block a user