mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +00:00
eaa9ac392c
* Unify spinner styles, enforce more SuitCSS style names * Unify spinner styles, enforce more SuitCSS style names * Hide refresh offline, adjust colors correctly.
6 lines
218 B
SCSS
6 lines
218 B
SCSS
$transition-speed: 120ms;
|
|
$transition: $transition-speed opacity ease,
|
|
$transition-speed color ease,
|
|
$transition-speed background-color ease,
|
|
$transition-speed border-color ease;
|