Update size of the Add button in kanban
This commit is contained in:
parent
77c456a20e
commit
d224a2c1a4
@ -68,17 +68,18 @@
|
|||||||
border: 1px solid rgba(0,0,0,0.3);
|
border: 1px solid rgba(0,0,0,0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@button-size: 50px;
|
||||||
#kanban-addboard {
|
#kanban-addboard {
|
||||||
margin: 30px;
|
margin: 30px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
width: 100px;
|
width: @button-size;
|
||||||
|
height: @button-size;
|
||||||
|
line-height: @button-size;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: @colortheme_kanban-bg;
|
background: @colortheme_kanban-bg;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 100px;
|
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
line-height: 100px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
.tools_unselectable();
|
.tools_unselectable();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user