mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
* include class bonus in sorting * wip - show more information in the attributes grid * attributes tooltip + dialog redesign * fix stat calculation * fix spacings * show class in equip-gear-modal * fix buy-modal attributes-grid, clean up css * show attributes popover in profile-stats overview * add class / purchase type colors to colors.scss - replace colors by variable - clean up * translate strings
52 lines
530 B
SCSS
52 lines
530 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-12 {
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
|
|
.icon-24 {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
|
|
.icon-10 {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
|
|
.inline {
|
|
display: inline-block;
|
|
}
|
|
|
|
.toggle-up, .toggle-down {
|
|
cursor: pointer;
|
|
|
|
.svg-icon {
|
|
width: 20px;
|
|
}
|
|
}
|