Files
habitica/website/client/assets/scss/popover.scss
T
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

39 lines
632 B
SCSS

.popover {
border-radius: 4px;
background-color: rgba($gray-10, 0.96);
box-shadow: 0 2px 2px 0 rgba($black, 0.16), 0 1px 4px 0 rgba($black, 0.12);
&::after, &::before, .arrow {
display: none;
}
.popover-header {
display: none;
}
}
.popover-body {
padding: 12px 16px;
text-align: center;
color: $gray-500;
font-size: 12px;
line-height: 1.33;
}
.popover-content-title {
color: $white;
line-height: 1.14;
}
.popover-content-text:not(:last-child) {
margin-bottom: 16px;
}
.popover-content-title:last-child {
margin-bottom: 0px;
}
.popover-content-text:last-child {
margin-bottom: 0px;
}