mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
* 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
17 lines
No EOL
326 B
SCSS
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);
|
|
}
|
|
} |