| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- #movieTrailer {
- > h5 {
- font-weight: bold;
- text-align: center;
- padding: 0.938rem 0 0 0;
- }
- .trailer-list {
- & > div > img {
- width: 100%;
- cursor: pointer;
- &:hover,
- &:focus {
- outline: 1px solid #0a7bb9;
- }
- }
- dl {
- margin-top: 10px;
- dt {
- a {
- font-size: 15px;
- text-decoration: none;
- &:hover,
- &:focus {
- text-decoration: underline;
- }
- }
- }
- dd {
- margin-top: 8px;
- var {
- display: inline-block;
- padding-left: 0;
- }
- sub {
- font-size: 15px;
- font-weight: 500;
- margin-right: 5px;
- }
- }
- }
- }
- #trailerModal {
- .modal-content {
- .modal-header,
- .modal-body {
- background: #000;
- border: 0;
- }
- .modal-body {
- padding: 0;
- }
- }
- }
- }
|