Minor style errors
parent
ea7098cad7
commit
4cdd1653e9
|
@ -1,5 +1,5 @@
|
|||
tg-filter {
|
||||
background-color: $whitish;
|
||||
background-color: $mass-white;
|
||||
display: block;
|
||||
left: 0;
|
||||
min-height: 100%;
|
||||
|
|
|
@ -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(
|
||||
tg-svg(svg-icon="icon-upvote")
|
||||
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 }}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue