Mercurial > hg > isophonics-drupal-site
view core/misc/dialog/off-canvas.motion.css @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | |
children | 129ea1e6d783 |
line wrap: on
line source
/** * @file * Motion effects for off-canvas dialog. * * Motion effects are in a separate file so that they can be easily turned off * to improve performance if desired. */ .dialog-off-canvas-main-canvas { transition: all 0.7s ease; }