Minor style errors

stable
Xavier Julián 2016-09-23 11:05:01 +02:00 committed by David Barragán Merino
parent ea7098cad7
commit 4cdd1653e9
3 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
tg-filter {
background-color: $whitish;
background-color: $mass-white;
display: block;
left: 0;
min-height: 100%;

View File

@ -8,17 +8,15 @@ a.vote-inner(
ng-mouseover="vm.showTextWhenMouseIsOver()"
ng-mouseleave="vm.showTextWhenMouseIsLeave()"
)
span.track-icon
tg-svg(svg-icon="icon-upvote")
span.track-button-counter(
span(
title="{{ 'COMMON.VOTE_BUTTON.COUNTER_TITLE'|translate:{total:vm.item.total_voters||0}:'messageformat' }}",
tg-loading="vm.loading"
) {{ vm.item.total_voters }}
//- Anonymous user button
span.vote-inner(ng-if="::!vm.user")
span.track-icon
tg-svg(svg-icon="icon-watch")
span.track-button-counter(
tg-svg(svg-icon="icon-upvote")
span(
title="{{ 'COMMON.VOTE_BUTTON.COUNTER_TITLE'|translate:{total:vm.item.total_voters||0}:'messageformat' }}"
) {{ ::vm.item.total_voters }}

View File

@ -78,10 +78,11 @@
}
}
.number {
@include font-size(small);
@include font-size(xsmall);
margin-right: .2rem;
}
.description {
@include font-size(x-small);
@include font-size(xsmall);
line-height: .6rem;
margin-top: 5px;
}