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