Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
|
@ -1,76 +0,0 @@
|
|||
/**
|
||||
* @file
|
||||
* Help styles.
|
||||
*
|
||||
* @see /admin/help/webform
|
||||
* @see /admin/help/webform/introduction
|
||||
*/
|
||||
|
||||
/**
|
||||
* Help block.
|
||||
*/
|
||||
.block-help {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Help page.
|
||||
*/
|
||||
.webform-help h4 {
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.webform-help .button.button--primary {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.webform-help img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.webform-help .webform-help-video-youtube {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Help play button.
|
||||
*/
|
||||
.button.button-webform-play:before {
|
||||
content: '► ';
|
||||
font-size: .8em;
|
||||
}
|
||||
/**
|
||||
* Help video.
|
||||
*/
|
||||
.webform-help-video-youtube {
|
||||
margin: 1em 0 .2em 0;
|
||||
max-width: 1024px;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
.webform-help-video-youtube--container {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%;
|
||||
padding-top: 30px;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.webform-help-video-youtube iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Help links.
|
||||
*/
|
||||
.webform-help-links {
|
||||
margin-left: 0;
|
||||
}
|
Reference in a new issue