frontend.css.php 695 B

1234567891011
  1. .fl-node-<?php echo $id; ?> .fl-subscribe-form .fl-form-field input,
  2. .fl-node-<?php echo $id; ?> .fl-subscribe-form .fl-form-field input[type=text] {
  3. font-size: <?php echo $settings->btn_font_size; ?>px;
  4. line-height: <?php echo $settings->btn_font_size + 2; ?>px;
  5. padding: <?php echo $settings->btn_padding . 'px ' . ( $settings->btn_padding * 2 ) . 'px'; ?>;
  6. }
  7. .fl-node-<?php echo $id; ?> .fl-subscribe-form-inline .fl-form-field input,
  8. .fl-node-<?php echo $id; ?> .fl-subscribe-form-inline .fl-form-field input[type=text],
  9. .fl-node-<?php echo $id; ?> .fl-subscribe-form-inline a.vamtam-button {
  10. height: <?php echo ( $settings->btn_padding * 2 ) + ( $settings->btn_font_size + 2 ); ?>px;
  11. }