makes darker border answer divider

This commit is contained in:
decabeza
2017-10-07 11:56:34 +02:00
parent a5d3d5d239
commit e7716ca4b3

View File

@@ -1574,11 +1574,11 @@
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
.column:nth-child(odd) { .column:nth-child(odd) {
border-right: 1px solid #eee; border-right: 2px solid $text;
} }
.answer-divider { .answer-divider {
border-bottom: 1px solid #eee; border-bottom: 2px solid $text;
border-right: 0 !important; border-right: 0 !important;
margin-bottom: $line-height; margin-bottom: $line-height;
padding-bottom: $line-height; padding-bottom: $line-height;