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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user