Adding avatars to profile page and statuses
This commit is contained in:
parent
2c70f0ecaa
commit
5ae54f9e36
7 changed files with 80 additions and 30 deletions
|
@ -14,11 +14,24 @@ body {
|
|||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
color: $quaternary-color;
|
||||
|
||||
&::before {
|
||||
display: block;
|
||||
content: "";
|
||||
position: absolute;
|
||||
background: $secondary-color;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue