MyCrypto/common/sass/variables/tooltips.scss
William O'Beirne ae2ac4f2c6 Production Release Changes (#1673)
* Remove beta agreement, move modals to Root, and initial work on welcome modal.

* Local storage detection for welcome modal

* Remove announcement from header. Allow tooltips to point in non-top directions.

* Show modal fade at bottom on non-footer modals

* Update README

* Update all links back to old mycrypto to classic.mycrypto, add footer link too.

* Localize welcome modal

* Remove release candidate version text, change to legacy.mycrypto instead of classic.mycrypto.

* update banner; add hackerone link
2018-05-11 10:15:32 -05:00

5 lines
117 B
SCSS

$tooltip-start-distance: 5px;
$tooltip-hover-distance: 9px;
$tooltip-arrow-size: 5px;
$tooltip-bg: rgba(#222, 0.95);