initial commit.

This commit is contained in:
mntmn
2017-04-07 01:29:05 +02:00
commit 7ff2926578
258 changed files with 83743 additions and 0 deletions

27
styles/updates.scss Normal file
View File

@@ -0,0 +1,27 @@
@import "vars";
@import "mixins";
#updates {
list-style: none;
padding: 0;
margin: 0;
> li {
padding: 0 0;
border-bottom: 1px solid rgba(0,0,0,0.05);
.avatar {
border-radius: 100%;
vertical-align: middle;
margin-right: 10px;
}
> span,
> a {
vertical-align: middle;
line-height: 60px;
}
a {color: $blue; }
.date {
float: right;
display: inline-block;
}
}
}