IMP: task card (#25)
This commit is contained in:
parent
676de86157
commit
a91f1924b2
7 changed files with 89 additions and 27 deletions
|
@ -1 +1,40 @@
|
|||
@import "bulma/bulma.sass";
|
||||
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tasks li {
|
||||
@extend .py-1, .px-5;
|
||||
|
||||
list-style: none;
|
||||
border-bottom: 1px solid #eee;
|
||||
&:last-child {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
.value {
|
||||
@extend .mb-3;
|
||||
}
|
||||
}
|
||||
|
||||
.value {
|
||||
@extend .pointer;
|
||||
}
|
||||
|
||||
.doit {
|
||||
@extend .pointer;
|
||||
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 1px solid #888;
|
||||
background-color: transparent;
|
||||
padding: 0rem;
|
||||
|
||||
&:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
}
|
||||
|
||||
.ml-5-5 {
|
||||
margin-left: 2rem !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue