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;