dpaste/client/scss/components/_history.scss

32 lines
547 B
SCSS
Raw Normal View History

2018-03-24 18:57:05 +11:00
.history-header {
2018-04-14 02:44:33 +10:00
@include boxPadding(15px, 15px);
2018-04-06 05:17:42 +10:00
margin: 0;
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 {
2018-04-14 02:44:33 +10:00
@include boxPadding(40px, 40px);
2018-03-28 06:05:13 +11:00
color: $textColor;
2018-03-24 18:57:05 +11:00
}