| @@ -1,4 +1,5 @@ | ||
| 1 | +<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> | |
| 1 | 2 | <style> |
| 2 | 3 | .betterdocs-customize-control-title { |
| 3 | 4 | margin-top: 0; |
| 4 | 5 | margin-bottom: 10px; |
| @@ -33,9 +34,9 @@ | ||
| 33 | 34 | padding: 15px; |
| 34 | 35 | font-size: 11px; |
| 35 | 36 | font-weight: 600; |
| 36 | 37 | letter-spacing: 2px; |
| 37 | - line-height: 1; | |
| 38 | + line-height: 1.3; | |
| 38 | 39 | text-transform: uppercase; |
| 39 | 40 | color: #555; |
| 40 | 41 | background-color: #fff; |
| 41 | 42 | } |
| @@ -61,8 +62,9 @@ | ||
| 61 | 62 | .betterdocs-customizer-reset { |
| 62 | 63 | font-size: 22px; |
| 63 | 64 | margin-left: 5px; |
| 64 | 65 | transition: unset; |
| 66 | + display: inline-block; | |
| 65 | 67 | } |
| 66 | 68 | .betterdocs-customizer-reset svg { |
| 67 | 69 | width: 16px; |
| 68 | 70 | fill: #FE1F4A; |
| @@ -77,8 +79,9 @@ | ||
| 77 | 79 | float: left; |
| 78 | 80 | } |
| 79 | 81 | .betterdocs-dimension-fields li:first-child span { |
| 80 | 82 | height: 30px; |
| 83 | + width: auto; | |
| 81 | 84 | line-height: 30px; |
| 82 | 85 | font-size: 15px; |
| 83 | 86 | padding-left: 5px; |
| 84 | 87 | padding-right: 5px; |