1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

better boris stats

This commit is contained in:
Fedor Katurov 2020-06-09 12:58:41 +07:00
parent be3401a4e5
commit d35397108a
6 changed files with 132 additions and 3 deletions

View file

@ -1,9 +1,18 @@
.wrap {
margin-top: $gap;
padding: $gap / 2 0;
border-bottom: 1px solid #333333;
&:last-child {
border-bottom: none;
}
}
.time {
font: $font_12_regular;
line-height: 17px;
opacity: 0.5;
opacity: 0.3;
}
.subject {
font: $font_14_regular;
}