implement @bugron's UI suggestions
This commit is contained in:
committed by
Berkeley Martinez
parent
039f68b548
commit
c0a87a8fcf
@ -382,7 +382,7 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-big {
|
.btn-big {
|
||||||
font-size: 30px;
|
font-size: 20px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ block content
|
|||||||
.innerMarginFix(style = "width: 99%;")
|
.innerMarginFix(style = "width: 99%;")
|
||||||
.row
|
.row
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
h3.text-center= name
|
h4.text-center= name
|
||||||
if (isCompleted)
|
if (isCompleted)
|
||||||
|
|
|
|
||||||
i.ion-checkmark-circled.text-primary(title="Completed")
|
i.ion-checkmark-circled.text-primary(title="Completed")
|
||||||
|
Reference in New Issue
Block a user