dpaste/client/scss/components/_history.scss
2018-06-23 14:31:19 +02:00

31 lines
547 B
SCSS

.history-header {
@include boxPadding(15px, 15px);
margin: 0;
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 {
@include boxPadding(40px, 40px);
color: $textColor;
}