Mobile updates

This commit is contained in:
Rob Davies 2017-03-31 15:21:45 +01:00
parent e5914781c7
commit ef202f5773
11 changed files with 114 additions and 21 deletions

View file

@ -1,3 +1,10 @@
// Tablet size breakpoint 600px.
@mixin media-tablet {
@media screen and (min-width: 37.5rem) {
@content;
}
}
@mixin button {
background: $dcb-blue;
border: 0;

View file

@ -3,3 +3,5 @@
$dcb-green: #44efb9;
$dcb-blue: #b33ee9;
$dcb-purple: #ec16a8;
$dcb-grey: #666;