Add pop-points popover class

stable
David Barragán Merino 2014-06-26 19:53:42 +02:00
parent a0926e30b0
commit 2b41c51fee
1 changed files with 15 additions and 0 deletions

View File

@ -85,6 +85,21 @@ $column-margin: 0 10px 0 0;
margin-left: .5rem;
}
}
.pop-points {
@include popover(200px, 125px, 30px, '', '');
li {
display: inline-block;
width: 23%;
}
a {
display: block;
text-align: center;
&:hover {
background: $fresh-taiga;
color: $white;
}
}
}
.new-task {
bottom: 2rem;
position: absolute;