Mercurial > hg > cmmr2012-drupal-site
view core/misc/dialog/off-canvas.motion.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
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: padding-right 0.7s ease, padding-left 0.7s ease, padding-top 0.3s ease; }