Replace data equalizer with css

Data equalizer was used to show a border to separate sidebar from the content. Now is the same with only css avoiding use js.
This commit is contained in:
decabeza
2019-02-11 15:18:21 +01:00
committed by Javi Martín
parent 2d7b8bc8df
commit 6410d4c3e5
4 changed files with 20 additions and 15 deletions

View File

@@ -1,7 +1,19 @@
.participation-stats {
@include breakpoint(medium) {
.stats-content {
border-left: 1px solid $border;
}
}
.sidebar {
border-right: 1px solid $border;
border-bottom: 1px solid $border;
margin-bottom: $line-height;
@include breakpoint(medium) {
border-bottom: 0;
}
ul {
margin-left: $line-height / 2;