1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 14:49:42 +02:00
documize/gui/app/styles/core/ui/ui-tooltip.scss

12 lines
241 B
SCSS
Raw Normal View History

2018-12-04 17:26:57 +00:00
// https://github.com/kybishop/ember-attacher
.ember-attacher-tooltip {
font-size: 0.9rem !important;
padding: 0.5rem 0.75rem !important;
2019-06-20 15:28:23 +01:00
background-color: $theme-700 !important;
> div {
2019-06-20 15:28:23 +01:00
background-color: $theme-700 !important;
}
}