2016-04-20 15:37:17 +01:00
|
|
|
.dashboard {
|
|
|
|
|
table th {
|
2016-05-03 13:25:22 +01:00
|
|
|
font-size: 0;
|
2016-04-20 15:37:17 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.keyline-block {
|
|
|
|
|
border-top: 1px solid $border-colour;
|
|
|
|
|
padding-top: $gutter-half;
|
2016-05-11 15:05:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spark-bar {
|
|
|
|
|
|
2016-05-12 21:31:47 +01:00
|
|
|
@include core-16;
|
2016-05-11 15:05:40 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin-bottom: $gutter-half;
|
2016-05-12 21:31:47 +01:00
|
|
|
height: $gutter-half;
|
2016-05-11 15:05:40 +01:00
|
|
|
color: $govuk-blue;
|
2016-05-12 21:31:47 +01:00
|
|
|
text-align: left;
|
2016-05-11 15:05:40 +01:00
|
|
|
color: $govuk-blue;
|
|
|
|
|
|
|
|
|
|
span {
|
2016-05-12 21:31:47 +01:00
|
|
|
box-sizing: border-box;
|
2016-05-11 15:05:40 +01:00
|
|
|
display: block;
|
|
|
|
|
background: $govuk-blue;
|
|
|
|
|
color: $white;
|
2016-05-12 21:31:47 +01:00
|
|
|
height: $gutter-half;
|
2016-05-11 15:05:40 +01:00
|
|
|
padding-left: 5px;
|
|
|
|
|
padding-right: 5px;
|
2016-05-12 21:31:47 +01:00
|
|
|
margin: 3px 0 5px 0;
|
|
|
|
|
transition: width 0.6s ease-in-out;
|
2016-05-11 15:05:40 +01:00
|
|
|
}
|
2016-04-20 15:37:17 +01:00
|
|
|
|
2016-05-11 15:05:40 +01:00
|
|
|
&-label {
|
2016-05-12 21:31:47 +01:00
|
|
|
@include bold-19;
|
2016-05-11 15:05:40 +01:00
|
|
|
display: block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2016-05-12 21:31:47 +01:00
|
|
|
color: $govuk-blue;
|
2016-05-11 15:05:40 +01:00
|
|
|
max-width: 100%;
|
|
|
|
|
background: $white;
|
2016-05-12 21:31:47 +01:00
|
|
|
margin-bottom: $gutter;
|
2016-04-20 15:37:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|