Merge pull request #528 from alphagov/activity-improvements

Link up the last 7 days
This commit is contained in:
Chris Hill-Scott
2016-05-03 10:58:51 +01:00
8 changed files with 121 additions and 45 deletions

View File

@@ -16,13 +16,38 @@
@extend %big-number;
background: $text-colour;
color: $white;
position: relative;
.big-number {
padding: 15px;
position: relative;
}
.big-number-overlay-link {
background: transparent;
position: absolute;
top: 0;
left: 0;
background: transparent;
width: 100%;
height: 100%;
&:hover {
background: rgba($text-colour, 0.2);
}
}
.big-number-label {
padding-bottom: 0;
&:link,
&:visited {
color: $white;
}
}
%big-number-status,