mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
initial commit.
This commit is contained in:
27
styles/updates.scss
Normal file
27
styles/updates.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user