This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/css/webform.element.video_file.css

12 lines
145 B
CSS
Raw Normal View History

2017-03-16 15:29:07 +00:00
/**
* @file
* Video file styles.
*
* @see /webform/test_element_media_file
*/
.webform-video-file video {
width: 100%;
2019-01-24 08:00:03 +00:00
height: auto;
2017-03-16 15:29:07 +00:00
}