Use color classes and stack special title class
This commit is contained in:
parent
a1da3504ff
commit
864646659a
1 changed files with 18 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue