Files
notifications-admin/app/assets/stylesheets/views/dashboard.scss

74 lines
1.1 KiB
SCSS
Raw Normal View History

.dashboard {
table {
th {
@include core-16;
border-bottom: 0;
}
td {
@include core-19;
border: 0;
}
}
}
.keyline-block {
border-top: 1px solid $border-colour;
padding-top: $gutter-half;
}
.spark-bar {
@include core-16;
box-sizing: border-box;
display: block;
width: 100%;
margin-bottom: $gutter-half;
height: $gutter-half;
color: $govuk-blue;
span {
box-sizing: border-box;
display: block;
background: $govuk-blue;
color: $white;
height: $gutter-half;
padding-left: 5px;
padding-right: 5px;
margin: 3px 0 5px 0;
transition: width 0.6s ease-in-out;
}
&-label {
@include bold-19;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: $govuk-blue;
max-width: 100%;
background: $white;
margin-bottom: $gutter;
}
}
.file-list {
&-filename {
@include bold-19;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
&-hint {
@include core-16;
display: block;
color: $secondary-text-colour;
}
}