6fb4c1b576
* remove unused elements from tasks page * remove components * client: tasks: wip * tasks: order, start styling them * more tasks works * habits controls * more work * tasks icons * split columns in their own component * implement tags for tasks * wip * add columns description
15 lines
204 B
SCSS
15 lines
204 B
SCSS
.svg-icon {
|
|
display: block;
|
|
stroke-width: 0;
|
|
stroke: currentColor;
|
|
fill: currentColor;
|
|
transition: none !important;
|
|
|
|
svg {
|
|
display: block;
|
|
}
|
|
|
|
* {
|
|
transition: none !important;
|
|
}
|
|
} |