dpaste/client/scss/components/_history.scss

34 lines
493 B
SCSS
Raw Normal View History

2018-03-24 18:57:05 +11:00
.history-header {
padding: 15px $boxPadding;
color: $textColor;
font-size: 14px;
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
}