ascroll for item/edits
This commit is contained in:
parent
bbae18bcf3
commit
21db49fe48
19 changed files with 348 additions and 75 deletions
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
.films {
|
||||
width: 100vw;
|
||||
margin: 8px;
|
||||
.film {
|
||||
width: 100vw;
|
||||
margin-bottom: 16px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
.left, .right {
|
||||
|
|
@ -34,3 +36,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.film {
|
||||
.info {
|
||||
margin: 8px;
|
||||
}
|
||||
.play {
|
||||
text-align: center;
|
||||
margin: 8px;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
8
app/static/css/partials/_text.scss
Normal file
8
app/static/css/partials/_text.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
.texts {
|
||||
.text {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue