dpaste/client/scss/components/_history.scss
2018-04-05 21:17:42 +02:00

36 lines
540 B
SCSS

.history-header {
margin: 0;
padding: 15px $boxPadding;
color: $textColor;
font-size: 14px;
font-weight: $baseFontRegular;
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;
color: $textColor;
}