Mercurial > hg > cmmr2012-drupal-site
comparison core/misc/dialog/off-canvas.motion.css @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
5 * Motion effects are in a separate file so that they can be easily turned off | 5 * Motion effects are in a separate file so that they can be easily turned off |
6 * to improve performance if desired. | 6 * to improve performance if desired. |
7 */ | 7 */ |
8 | 8 |
9 .dialog-off-canvas-main-canvas { | 9 .dialog-off-canvas-main-canvas { |
10 transition: all 0.7s ease; | 10 transition: padding-right 0.7s ease, padding-left 0.7s ease, padding-top 0.3s ease; |
11 } | 11 } |