linked into views
This commit is contained in:
BIN
app/assets/images/thumb-down-red.png
Normal file
BIN
app/assets/images/thumb-down-red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 311 B |
BIN
app/assets/images/thumb-down.png
Normal file
BIN
app/assets/images/thumb-down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 B |
BIN
app/assets/images/thumb-up-green.png
Normal file
BIN
app/assets/images/thumb-up-green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 B |
BIN
app/assets/images/thumb-up.png
Normal file
BIN
app/assets/images/thumb-up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 B |
12
app/assets/stylesheets/molecules/_review_meta.scss
Normal file
12
app/assets/stylesheets/molecules/_review_meta.scss
Normal file
@ -0,0 +1,12 @@
|
||||
.review_meta {
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
display: flex;
|
||||
& > div { flex: 1 1 auto; }
|
||||
}
|
||||
|
||||
.review_meta__votes,
|
||||
.review_meta__vetos {
|
||||
a { padding: 5px; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user