1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/gui/app/styles/core/ui/ui-tooltip.scss
2019-06-20 15:28:23 +01:00

11 lines
241 B
SCSS

// https://github.com/kybishop/ember-attacher
.ember-attacher-tooltip {
font-size: 0.9rem !important;
padding: 0.5rem 0.75rem !important;
background-color: $theme-700 !important;
> div {
background-color: $theme-700 !important;
}
}