2016-04-20 15:37:17 +01:00
|
|
|
.dashboard {
|
2016-05-25 13:36:35 +01:00
|
|
|
|
2020-02-18 16:16:51 +00:00
|
|
|
th {
|
|
|
|
|
font-weight: normal;
|
2016-04-20 15:37:17 +01:00
|
|
|
}
|
2016-11-18 11:18:29 +00:00
|
|
|
|
2016-11-18 15:50:56 +00:00
|
|
|
> .heading-medium:first-of-type {
|
2019-06-21 14:39:02 +01:00
|
|
|
margin-top: $gutter-half;
|
2016-11-18 11:18:29 +00:00
|
|
|
}
|
|
|
|
|
|
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%;
|
|
|
|
|
margin-bottom: $gutter-half;
|
2016-05-12 21:31:47 +01:00
|
|
|
height: $gutter-half;
|
2016-06-07 16:35:03 +01:00
|
|
|
color: $text-colour;
|
2017-02-15 13:24:21 +00:00
|
|
|
text-align: left;
|
2016-05-11 15:05:40 +01:00
|
|
|
|
2020-02-18 16:16:51 +00:00
|
|
|
&-bar {
|
|
|
|
|
@include bold-27;
|
2016-05-12 21:31:47 +01:00
|
|
|
box-sizing: border-box;
|
2016-06-07 16:35:03 +01:00
|
|
|
display: inline-block;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
background: $panel-colour;
|
|
|
|
|
color: $black;
|
2020-02-18 16:16:51 +00:00
|
|
|
padding: 10px 6px 8px 0;
|
|
|
|
|
text-indent: 12px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin: 2px 0 1px 0;
|
2016-05-12 21:31:47 +01:00
|
|
|
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-25 13:36:35 +01:00
|
|
|
|
|
|
|
|
.file-list {
|
|
|
|
|
|
|
|
|
|
&-filename {
|
|
|
|
|
@include bold-19;
|
2016-06-09 11:05:54 +01:00
|
|
|
display: block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2017-06-24 17:12:45 +01:00
|
|
|
padding-bottom: 30px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
margin-bottom: -30px;
|
|
|
|
|
margin-top: -10px;
|
2016-05-25 13:36:35 +01:00
|
|
|
}
|
|
|
|
|
|
2020-02-27 14:03:03 +00:00
|
|
|
&-filename-large {
|
|
|
|
|
@include bold-24;
|
|
|
|
|
display: block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
padding-bottom: 30px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
margin-bottom: -30px;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-12-31 13:27:27 +00:00
|
|
|
&-filename-unlinked {
|
|
|
|
|
@include core-19;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-25 13:36:35 +01:00
|
|
|
&-hint {
|
|
|
|
|
@include core-16;
|
|
|
|
|
display: block;
|
|
|
|
|
color: $secondary-text-colour;
|
2017-06-24 17:12:45 +01:00
|
|
|
pointer-events: none;
|
2017-10-17 12:00:51 +01:00
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
max-width: 580px;
|
2016-05-25 13:36:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2017-01-30 17:27:09 +00:00
|
|
|
|
|
|
|
|
.failure-highlight {
|
|
|
|
|
@include bold-19;
|
|
|
|
|
color: $error-colour;
|
|
|
|
|
}
|
2017-02-16 15:08:16 +00:00
|
|
|
|
2017-05-22 17:02:03 +01:00
|
|
|
.align-with-message-body {
|
2017-06-24 17:12:45 +01:00
|
|
|
display: block;
|
2017-05-22 17:02:03 +01:00
|
|
|
margin-top: $gutter * 5 / 6;
|
|
|
|
|
}
|