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:
parent
be3401a4e5
commit
d35397108a
6 changed files with 132 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue