Skip to content
Snippets Groups Projects
Commit a45d9eab authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Added a custom variable for submission sections margin bottom

parent 726626ad
Branches
Tags
@import '../../../../styles/variables';
:host /deep/ .card {
margin-bottom: $border-radius * 2;
margin-bottom: $submission-sections-margin-bottom;
}
.section-focus {
......
......@@ -25,3 +25,5 @@ $admin-sidebar-header-bg: darken($dark, 7%);
$dark-scrollbar-background: $admin-sidebar-active-bg;
$dark-scrollbar-foreground: #47495d;
$submission-sections-margin-bottom: $border-radius * 2;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment