MyCrypto/common/sass/variables/transitions.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;