mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
11 lines
241 B
SCSS
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;
|
|
}
|
|
}
|