fix: checklist summary design on home page (#1842)
Co-authored-by: Simon C <simonc@linux.com> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1842 Reviewed-by: konrad <k@knt.li> Co-authored-by: kosssi <kosssi@noreply.kolaente.de> Co-committed-by: kosssi <kosssi@noreply.kolaente.de>
This commit is contained in:
parent
4b8b17b61f
commit
bf3e16c6ee
3 changed files with 3 additions and 7 deletions
|
@ -44,6 +44,8 @@ export default defineComponent({
|
||||||
color: var(--grey-500);
|
color: var(--grey-500);
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding-left: .5rem;
|
||||||
|
font-size: .9rem;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
|
|
|
@ -23,12 +23,6 @@
|
||||||
&.noborder {
|
&.noborder {
|
||||||
margin: 1rem -0.5rem;
|
margin: 1rem -0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checklist-summary {
|
|
||||||
padding-left: .5rem;
|
|
||||||
font-size: .9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: seems only necessary for
|
// FIXME: seems only necessary for
|
||||||
|
|
|
@ -882,7 +882,7 @@ $flash-background-duration: 750ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checklist-summary {
|
.checklist-summary {
|
||||||
margin-left: .25rem;
|
padding-left: .25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue