Fix arrow height in points-per-role

stable
Andrea Stagi 2015-02-04 08:00:18 +01:00
parent c11078d6c7
commit 1eb1a393d5
1 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@
text-align: center; text-align: center;
} }
.popover { .popover {
@include popover(200px, $top: 105%, $left: 35%, $arrow-width: 10px, $arrow-top: -5px, $arrow-left: 10px); @include popover(200px, $top: 105%, $left: 35%, $arrow-width: 10px, $arrow-top: -5px, $arrow-left: 10px, $arrow-height: 10px);
li { li {
display: inline-block; display: inline-block;
width: 23%; width: 23%;
@ -320,7 +320,7 @@
} }
} }
&.fix { &.fix {
@include popover(200px, $top: 105%, $left: -160px, $arrow-width: 10px, $arrow-top: -5px, $arrow-left: 90%); @include popover(200px, $top: 105%, $left: -160px, $arrow-width: 10px, $arrow-top: -5px, $arrow-left: 90%, $arrow-height: 10px);
} }
} }
} }