Merge pull request #85 from medialab-prado/78-fixed-index

Make draft index fixed on scroll
This commit is contained in:
Amaia Castro
2017-01-18 17:21:49 +01:00
committed by GitHub
2 changed files with 14 additions and 6 deletions

View File

@@ -614,6 +614,12 @@ $epigraph-line-height: rem-calc(22);
border-right: 1px solid $border;
}
}
.border-left {
@include breakpoint(medium) {
border-left: 1px solid $border;
}
}
.draft-panel {
text-transform: uppercase;