view core/themes/bartik/css/components/demo-block.css @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 1fec387a4317
children
line wrap: on
line source
/**
 * @file
 * Visual styles for Bartik's block demonstration.
 */

.demo-block {
  margin: 5px;
  padding: 5px;
  text-align: center;
  color: #000;
  border: 1px dotted #9f9e00;
  background: #ff6;
  text-shadow: none;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.featured-top .demo-block {
  font-size: 0.55em;
}