Use color classes and stack special title class

This commit is contained in:
benjamin melançon 2019-07-31 18:14:37 -04:00
parent a1da3504ff
commit 864646659a

View file

@ -13,6 +13,24 @@
font-family: $family-geo; 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 // Prevent images from being larger than their Drupal-set size
.image.no-upscale img { .image.no-upscale img {
width: intrinsic; /* Safari/WebKit uses a non-standard name */ width: intrinsic; /* Safari/WebKit uses a non-standard name */