1
0

Add option to remove color from label, task, namespace or list (#157)

Add reset to color picker

Move all usages of verte to seperate component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/157
This commit is contained in:
konrad
2020-06-15 09:46:52 +00:00
parent f10eaf9b28
commit e266c69acd
8 changed files with 87 additions and 50 deletions

View File

@ -17,3 +17,4 @@
@import 'kanban';
@import 'modal';
@import 'list-backgrounds';
@import 'color-picker';

View File

@ -0,0 +1,15 @@
.color-picker-container {
display: flex;
justify-content: center;
.verte__guide {
border-radius: 100%;
border: 1px solid $grey-light;
box-shadow: $card-shadow;
}
a.reset {
font-size: .9em;
padding-left: .5rem;
}
}