42 lines
863 B
SCSS
42 lines
863 B
SCSS
@import "slovenscina-elements.scss";
|
|
|
|
.history-item {
|
|
background:white;
|
|
height:2.875rem;
|
|
padding:1rem 1.5rem;
|
|
position:relative;
|
|
.history-item-date {
|
|
text-transform: uppercase;
|
|
display: inline-block;
|
|
color:$grey-dark;
|
|
line-height: 1rem;
|
|
font-weight: 400;
|
|
font-size:0.875rem;
|
|
}
|
|
.history-item-uploader {
|
|
display: inline-block;
|
|
padding-left:1rem;
|
|
margin-left:1rem;
|
|
border-left: 1px solid $grey-dark;
|
|
color:$grey-dark;
|
|
line-height: 1rem;
|
|
font-weight: 400;
|
|
font-size:0.875rem;
|
|
}
|
|
.history-item-filecount {
|
|
float:right;
|
|
color:$blue;
|
|
line-height: 1rem;
|
|
font-weight: 400;
|
|
font-size:0.875rem;
|
|
}
|
|
.history-item-desc {
|
|
position:absolute;
|
|
bottom:1rem;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 1rem;
|
|
line-height: 1.25rem;
|
|
color:$black;
|
|
}
|
|
} |