added css class for comment image
This commit is contained in:
parent
b94927b75e
commit
fea715168a
8
dist/css/style.css
vendored
8
dist/css/style.css
vendored
@ -30,6 +30,14 @@ html, body, .app {
|
|||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment_icon {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
background-image: url("/img/anarchybang.jpg");
|
||||||
|
background-size: cover;
|
||||||
|
background-color: #000
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user