2018-03-24 18:57:05 +11:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.history-header {
|
2018-04-06 05:17:42 +10:00
|
|
|
margin: 0;
|
2018-03-24 18:57:05 +11:00
|
|
|
padding: 15px $boxPadding;
|
2018-04-06 05:17:42 +10:00
|
|
|
|
2018-03-24 18:57:05 +11:00
|
|
|
color: $textColor;
|
|
|
|
font-size: 14px;
|
2018-04-06 05:17:42 +10:00
|
|
|
font-weight: $baseFontRegular;
|
2018-03-24 18:57:05 +11:00
|
|
|
background-color: $borderColor;
|
|
|
|
|
|
|
|
a:link, a:visited {
|
|
|
|
font-weight: $baseFontDemiBold;
|
|
|
|
color: $textColor;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover, a:active {
|
|
|
|
color: $hoverColor;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sep {
|
|
|
|
@include separator($metaTextColor, 10px);
|
|
|
|
height: 17px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.history-empty {
|
|
|
|
padding: 40px $boxPadding;
|
2018-03-28 06:05:13 +11:00
|
|
|
color: $textColor;
|
2018-03-24 18:57:05 +11:00
|
|
|
}
|
|
|
|
|
|
|
|
|