dpaste/client/scss/components/_history.scss

32 lines
547 B
SCSS
Raw Normal View History

2018-03-24 08:57:05 +01:00
.history-header {
2018-04-13 18:44:33 +02:00
@include boxPadding(15px, 15px);
2018-04-05 21:17:42 +02:00
margin: 0;
2018-03-24 08:57:05 +01:00
color: $textColor;
font-size: 14px;
2018-04-05 21:17:42 +02:00
font-weight: $baseFontRegular;
2018-03-24 08:57:05 +01: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-13 18:44:33 +02:00
@include boxPadding(40px, 40px);
2018-03-27 21:05:13 +02:00
color: $textColor;
2018-03-24 08:57:05 +01:00
}