habitica-self-host/website/client/assets/scss/tooltip.scss
Matteo Pagliazzi ee82f5a774 Client: Tasks and Header v2 (#9168)
* wip: footer

* pin bootstrap-vue

* compact footer and fixes

* compact header

* fix member details in other views

* fix first party member in header

* fix unread notifications badge color

* sync + menu fixes

* loading bar styles

* new filter button

* create button

* create fixes

* quick add

* fix quick add inputs

* tooltips for create buttons

* fix create task moda

* fix class badge

* fixed footer links

* revert change that caused problems with tests and old browsers

* misc
2017-10-16 22:04:16 +02:00

17 lines
No EOL
326 B
SCSS

.tooltip {
.arrow {
display: none;
}
.tooltip-inner {
font-size: 12px;
line-height: 1.33;
color: $white;
padding: 8px 12px;
margin-top: 8px;
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);
}
}