CXO schedule and styling

This commit is contained in:
Rob Davies 2017-06-16 11:23:38 +01:00
parent 98c667cce4
commit 62b33791d0
10 changed files with 223 additions and 79 deletions

View file

@ -0,0 +1,21 @@
.view-schedule {
h3 {
background: $dcb-green;
color: white;
font-size: 1.5em;
text-align: center;
}
h2 {
font-size: 1.8em;
text-transform: none;
}
h4 {
font-size: 1.3em
}
p {
margin: 0.5em 0;
}
}