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:
@ -17,3 +17,4 @@
|
||||
@import 'kanban';
|
||||
@import 'modal';
|
||||
@import 'list-backgrounds';
|
||||
@import 'color-picker';
|
||||
|
15
src/styles/components/color-picker.scss
Normal file
15
src/styles/components/color-picker.scss
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user