MyCrypto/common/sass/variables/transitions.scss
William O'Beirne 9a073fd1d5 Minor Visual Touchups (#569)
* Adjust white block shadows and border radii

* Speed up global transitions.

* Adjust button styles.

* Adjusted notification styles

* Give navigation background.

* Reduce form input glow.

* Adjust input glow

* Adjust input glow.
2017-12-13 21:08:45 -08:00

5 lines
144 B
SCSS

$transition: 120ms opacity ease,
120ms color ease,
120ms background-color ease,
120ms border-color ease;