cs-cloning.css
9 years ago
cs-cloning.min.css
9 years ago
cs-scan.css
9 years ago
cs-scan.min.css
9 years ago
cs-visibility.css
9 years ago
cs-visibility.min.css
9 years ago
cs.css
9 years ago
cs.min.css
9 years ago
cs-scan.css
38 lines
| 1 | .custom-sidebars-wp-checkup { |
| 2 | border-radius: 4px; |
| 3 | -ms-flex-align: center; |
| 4 | align-items: center; |
| 5 | background: #fff url(../img/heart.png) no-repeat 0 50%; |
| 6 | border: 0; |
| 7 | display: -ms-flexbox; |
| 8 | display: flex; |
| 9 | min-height: 100px; |
| 10 | padding-left: 135px; |
| 11 | -ms-flex-pack: justify; |
| 12 | justify-content: space-between; |
| 13 | } |
| 14 | .custom-sidebars-wp-checkup form { |
| 15 | white-space: nowrap; |
| 16 | } |
| 17 | .custom-sidebars-wp-checkup form input { |
| 18 | border: 0; |
| 19 | border-radius: 4px; |
| 20 | } |
| 21 | .custom-sidebars-wp-checkup form input[type=text] { |
| 22 | background-color: #f2f2f2; |
| 23 | padding: 15px 14px; |
| 24 | } |
| 25 | .custom-sidebars-wp-checkup form input[type=submit] { |
| 26 | background-color: #17a8e3; |
| 27 | color: #fff; |
| 28 | padding: 15px 35px; |
| 29 | text-transform: uppercase; |
| 30 | margin-left: 10px; |
| 31 | } |
| 32 | .custom-sidebars-wp-checkup p { |
| 33 | font-size: 1.2em; |
| 34 | } |
| 35 | .custom-sidebars-wp-checkup p b { |
| 36 | color: #840006; |
| 37 | } |
| 38 |