cms/app-client/app/styles/components/transcript-component.scss
changeset 546 178f9add0784
parent 476 9cffc7f32f14
equal deleted inserted replaced
545:82cec9b2fcc9 546:178f9add0784
     8 body.videoscreen .transcript-component {
     8 body.videoscreen .transcript-component {
     9     overflow: scroll;
     9     overflow: scroll;
    10 }
    10 }
    11 
    11 
    12 .transcript-component h2 {
    12 .transcript-component h2 {
    13     position: absolute;
    13     // position: absolute;
    14     z-index: 1;
    14     // z-index: 1;
    15     width: inherit;
    15     width: inherit;
    16     //background: linear-gradient($corpus-light-grey, $corpus-light-grey 50%, transparent);
    16     //background: linear-gradient($corpus-light-grey, $corpus-light-grey 50%, transparent);
    17     padding-top: 12px;
    17     padding-top: 12px;
    18     padding-bottom: 20px;
    18     padding-bottom: 20px;
    19     line-height: 30px;
    19     line-height: 30px;
    32     position: static;
    32     position: static;
    33 }
    33 }
    34 
    34 
    35 body.videoscreen .transcript-component .transcript {
    35 body.videoscreen .transcript-component .transcript {
    36     margin: 0px;
    36     margin: 0px;
    37     padding: 154px 20px 0px 20px;
    37     padding: 0px 20px 0px 20px;
    38 }
    38 }
    39 
    39 
    40 .transcript-component .transcript {
    40 .transcript-component .transcript {
    41     margin: 0px;
    41     margin: 0px;
    42     padding: 70px 20px 0px 20px;
    42     padding: 0px 20px 0px 20px;
    43 }
    43 }
    44 
    44 
    45 body.videoscreen .transcript-component .transcript {
    45 body.videoscreen .transcript-component .transcript {
    46     padding-top: 0px;
    46     padding-top: 0px;
    47 }
    47 }