From 2b41c51fee5ba44dadebe7112c87d09d39f3c7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 26 Jun 2014 19:53:42 +0200 Subject: [PATCH] Add pop-points popover class --- app/styles/modules/taskboard-table.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/styles/modules/taskboard-table.scss b/app/styles/modules/taskboard-table.scss index 02b58fb2..eef85068 100644 --- a/app/styles/modules/taskboard-table.scss +++ b/app/styles/modules/taskboard-table.scss @@ -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;