.texts is used elsewhere
This commit is contained in:
parent
5c356abdaa
commit
2937c0ba01
1 changed files with 14 additions and 12 deletions
|
@ -97,6 +97,7 @@ main > .film {
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
main > .film {
|
||||
.info-meta, .bio-block, .play, .summary-block, .texts {
|
||||
background: rgba(0, 0, 0, 0.55);
|
||||
border-radius: 2px;
|
||||
|
@ -112,6 +113,7 @@ main > .film {
|
|||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.summary-block {
|
||||
max-width: 1080px;
|
||||
|
|
Loading…
Reference in a new issue