diff --git a/www/kanban/app-kanban.less b/www/kanban/app-kanban.less index f93d8ba4c..3e2b26bcb 100644 --- a/www/kanban/app-kanban.less +++ b/www/kanban/app-kanban.less @@ -68,17 +68,18 @@ border: 1px solid rgba(0,0,0,0.3); } + @button-size: 50px; #kanban-addboard { margin: 30px; border: 1px solid; - width: 100px; + width: @button-size; + height: @button-size; + line-height: @button-size; text-align: center; background: @colortheme_kanban-bg; font-weight: bold; - height: 100px; align-self: flex-start; font-size: 50px; - line-height: 100px; cursor: pointer; .tools_unselectable(); }