Update size of the Add button in kanban
parent
77c456a20e
commit
d224a2c1a4
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue