mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
1. Modals wrapped 2. Toolbar icon actions: click and link-to navigation 3. Moved components into sub-folders 4. Replaced Bootstrap Tooltip and Dropdown libs with Ember specific add-ons And more. Co-Authored-By: Saul S <sauls8t@users.noreply.github.com> Co-Authored-By: McMatts <matt@documize.com>
11 lines
273 B
SCSS
11 lines
273 B
SCSS
// https://github.com/kybishop/ember-attacher
|
|
|
|
.ember-attacher-tooltip {
|
|
font-size: 0.9rem !important;
|
|
padding: 0.5rem 0.75rem !important;
|
|
background-color: map-get($gray-shades, 600) !important;
|
|
|
|
> div {
|
|
background-color: map-get($gray-shades, 600) !important;
|
|
}
|
|
}
|