habitica-self-host/website/client/assets/scss/icon.scss
negue 723b4f3451 Attributes UI Refactoring (#9887)
* 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
2018-02-09 16:47:38 -06:00

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;
}
}