cms/app-client/app/styles/components/transcript-component.scss
changeset 256 18f0c3ee9aa5
parent 255 ed05b89e3299
child 257 eba9edbd8f46
equal deleted inserted replaced
255:ed05b89e3299 256:18f0c3ee9aa5
    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($light-blue, $light-blue 50%, transparent);
    16     background: linear-gradient($light-blue, $light-blue 50%, transparent);
    17     padding-bottom: 54px;
    17     padding-top: 12px;
       
    18     padding-bottom: 66px;
    18     line-height: 30px;
    19     line-height: 30px;
    19     margin: 12px auto;
    20     margin: 0px!important;
       
    21 }
       
    22 
       
    23 .transcript-component h2 span{
       
    24     display: block;
       
    25      color: $medium-grey; 
    20 }
    26 }
    21 
    27 
    22 body.videoscreen .transcript-component h2 {
    28 body.videoscreen .transcript-component h2 {
    23     padding-bottom: 0px;
    29     padding-bottom: 0px;
    24     position: static;
    30     position: static;