1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00

Make tooltips use theme skin

This commit is contained in:
HarveyKandola 2019-06-20 15:28:23 +01:00
parent bfe5262cb5
commit ae923e7df1

View file

@ -3,9 +3,9 @@
.ember-attacher-tooltip {
font-size: 0.9rem !important;
padding: 0.5rem 0.75rem !important;
background-color: map-get($gray-shades, 600) !important;
background-color: $theme-700 !important;
> div {
background-color: map-get($gray-shades, 600) !important;
background-color: $theme-700 !important;
}
}