diff --git a/web/themes/custom/geofresco/src/global/_base.scss b/web/themes/custom/geofresco/src/global/_base.scss index 24f196a..a45a840 100644 --- a/web/themes/custom/geofresco/src/global/_base.scss +++ b/web/themes/custom/geofresco/src/global/_base.scss @@ -13,6 +13,24 @@ font-family: $family-geo; } +// Give us some color classes +.green { + color: $green; +} + +.yellow { + color: $yellow; +} + +.geo-title { + display: block; + width: 6em; + position: relative; + bottom: 3.6rem; + overflow: visible; + height: 1rem; +} + // Prevent images from being larger than their Drupal-set size .image.no-upscale img { width: intrinsic; /* Safari/WebKit uses a non-standard name */