renamed section upload inner components

This commit is contained in:
Giuseppe Digilio
2019-03-17 17:16:53 +01:00
parent c6d16abbbd
commit d90f69d15e
15 changed files with 20 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
@import '../../../../../styles/variables';
.sticky-buttons {
position: sticky;
top: $dropdown-item-padding-x * 3;
z-index: $submission-footer-z-index;
background-color: rgba($white, .97);
}