HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/fabricas.colombiatrade.com.co/public_html/modules/contrib/webform/css/webform.help.css
/**
 * @file
 * Help styles.
 *
 * @see /admin/help/webform
 * @see /admin/help/webform/introduction
 */

/**
 * Help block.
 */
.block-help {
  margin: 1em 0;
}

/**
 * Help page.
 */
.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: 0.8em;
}
/**
 * Help video.
 */
.webform-help-video-youtube {
  max-width: 1024px;
  margin: 1em 0 0.2em 0;
  border: 1px solid #000;
}

.webform-help-video-youtube--container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}

.webform-help-video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Help links.
 */
.webform-help-links {
  margin-left: 0;
}