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

73 lines
1.1 KiB
SCSS
Raw Normal View History

2016-04-20 15:37:17 +01:00
.dashboard {
2016-05-25 13:36:35 +01:00
table {
th {
@include core-19;
2016-06-08 13:41:02 +01:00
border-bottom: 0;
2016-05-25 13:36:35 +01:00
}
td {
@include core-19;
border: 0;
}
2016-04-20 15:37:17 +01:00
}
}
.keyline-block {
border-top: 1px solid $border-colour;
padding-top: $gutter-half;
}
2016-04-20 15:37:17 +01:00
.spark-bar {
2016-05-12 21:31:47 +01:00
@include core-16;
box-sizing: border-box;
display: block;
width: 100%;
margin-bottom: $gutter-half;
2016-05-12 21:31:47 +01:00
height: $gutter-half;
color: $text-colour;
span {
2016-05-12 21:31:47 +01:00
box-sizing: border-box;
display: inline-block;
overflow: visible;
background: $panel-colour;
color: $black;
padding: 5px 5px 2px 5px;
text-indent: -2px;
2016-05-12 21:31:47 +01:00
margin: 3px 0 5px 0;
transition: width 0.6s ease-in-out;
}
&-label {
2016-05-12 21:31:47 +01:00
@include bold-19;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2016-05-12 21:31:47 +01:00
color: $govuk-blue;
max-width: 100%;
background: $white;
2016-04-20 15:37:17 +01:00
}
}
2016-05-25 13:36:35 +01:00
.file-list {
&-filename {
@include bold-19;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2016-05-25 13:36:35 +01:00
}
&-hint {
@include core-16;
display: block;
color: $secondary-text-colour;
}
}