6a109adbc5
* start adding advanced options * new imput * partial colors * update deps * misc adds * fix text color * add advanced options * initial reordering of task modal labels * start to fix colors in the modal * wip colors * update package-lock.json * fix merge * finish modal * refactor colors * fix quick add * fix colors * new icon colors * add markdown formatting help * fix habits colors * fix rewards colors * fixed remaining colors * start to inline inputs * fix typ * fixes * habits hover state * wip new task modal inputs * bootstrap: upgrade to v4-beta3 * finish reward edit modal * fix attributes allocation, checklists and add help tooltips for attributes and difficulty * lots of fixes * update datepicker * misc fixes
42 lines
439 B
SCSS
42 lines
439 B
SCSS
.svg-icon {
|
|
display: block;
|
|
transition: none !important;
|
|
fill: currentColor;
|
|
|
|
svg {
|
|
display: block;
|
|
}
|
|
|
|
* {
|
|
transition: none !important;
|
|
}
|
|
|
|
&.color {
|
|
svg path {
|
|
fill: currentColor;
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon-16 {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.icon-10 {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
|
|
.inline {
|
|
display: inline-block;
|
|
}
|
|
|
|
.toggle-up, .toggle-down {
|
|
cursor: pointer;
|
|
|
|
.svg-icon {
|
|
width: 20px;
|
|
}
|
|
}
|