Mercurial > hg > isophonics-drupal-site
view core/themes/bartik/css/components/demo-block.css @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children | af1871eacc83 |
line wrap: on
line source
/** * @file * Visual styles for Bartik's block demonstration. */ .demo-block { background: #ff6; border: 1px dotted #9f9e00; color: #000; font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif; margin: 5px; padding: 5px; text-align: center; text-shadow: none; } .featured-top .demo-block { font-size: 0.55em; }