Sha256: 7a491071d9d90dc5bd5b66486f555491984d308398bda69d14dbfb736a8b6d2e

Contents?: true

Size: 504 Bytes

Versions: 3

Compression:

Stored size: 504 Bytes

Contents

/* These are overrides for the mediaelementsjs player and conflicts with other included CSS */
.mejs-captions-selector label {color: white}


.thumbnail_video {
  .thumbnail_image {
    position:relative;
    @include box-shadow(0 4px 2px -2px grey); 
  }
  .name {
    font-size: 1.2em;
    color: grey;
    font-weight: bold;
    margin-bottom: 10px;
  }
  &:hover {
    .thumbnail_image {
      box-shadow-color: #005580;
    }  
  }
}

#video_container, #home_video_image {  
  margin-bottom: 10px;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kinney-0.0.3 app/assets/stylesheets/kinney/video_player.css.scss
kinney-0.0.2 app/assets/stylesheets/kinney/video_player.css.scss
kinney-0.0.1 app/assets/stylesheets/kinney/video_player.css.scss