Make draft index fixed on scroll

This commit is contained in:
Martín González
2017-01-18 16:42:51 +01:00
parent bf91f0731d
commit 287b144bcf
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;