2016-03-17 11:45:48 +00:00
|
|
|
%big-number,
|
2015-12-17 11:52:24 +00:00
|
|
|
.big-number {
|
|
|
|
|
|
2016-04-07 14:52:04 +01:00
|
|
|
@include bold-48;
|
2015-12-17 11:52:24 +00:00
|
|
|
|
|
|
|
|
&-label {
|
|
|
|
|
@include core-19;
|
|
|
|
|
display: block;
|
2016-03-17 11:45:48 +00:00
|
|
|
padding-bottom: $gutter-half;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-20 15:37:17 +01:00
|
|
|
.big-number-right-aligned {
|
|
|
|
|
@extend %big-number;
|
|
|
|
|
@include bold-36($tabular-numbers: true);
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
.big-number-with-status {
|
|
|
|
|
|
|
|
|
|
@extend %big-number;
|
|
|
|
|
background: $text-colour;
|
|
|
|
|
color: $white;
|
2016-04-29 15:47:31 +01:00
|
|
|
position: relative;
|
2016-03-17 11:45:48 +00:00
|
|
|
|
|
|
|
|
.big-number {
|
|
|
|
|
padding: 15px;
|
2016-04-29 15:47:31 +01:00
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.big-number-label {
|
2016-04-29 15:47:31 +01:00
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
padding-bottom: 0;
|
2016-04-29 15:47:31 +01:00
|
|
|
|
|
|
|
|
&:link,
|
|
|
|
|
&:visited {
|
|
|
|
|
color: $white;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
}
|
|
|
|
|
|
2016-03-23 09:21:35 +00:00
|
|
|
%big-number-status,
|
2016-03-17 11:45:48 +00:00
|
|
|
.big-number-status {
|
|
|
|
|
|
2016-03-23 09:21:35 +00:00
|
|
|
@include core-19;
|
2016-03-17 11:45:48 +00:00
|
|
|
display: block;
|
|
|
|
|
background: $green;
|
2016-03-23 09:21:35 +00:00
|
|
|
padding: 15px;
|
2016-03-17 11:45:48 +00:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
|
|
|
|
|
&:link,
|
|
|
|
|
&:visited,
|
|
|
|
|
&:active,
|
|
|
|
|
&:hover {
|
|
|
|
|
color: $white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-23 09:21:35 +00:00
|
|
|
}
|
2016-03-17 11:45:48 +00:00
|
|
|
|
2016-03-23 09:21:35 +00:00
|
|
|
.big-number-status-failing {
|
|
|
|
|
@extend %big-number-status;
|
|
|
|
|
background: $error-colour;
|
2015-12-17 11:52:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|