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