Mercurial > hg > isophonics-drupal-site
view core/misc/dialog/off-canvas.motion.css @ 15:e200cb7efeb3
Update Drupal core to 8.5.3 via Composer
author | Chris Cannam |
---|---|
date | Thu, 26 Apr 2018 11:26:54 +0100 |
parents | 1fec387a4317 |
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; }