content.css
3 months ago
docs.css
3 months ago
header.css
3 months ago
our-dashboard.css
3 months ago
post-type-help-doc-imports.css
3 months ago
post-type-help-docs.css
3 months ago
post-types.css
3 months ago
pt-tax.css
3 months ago
taxonomies.css
3 months ago
post-type-help-docs.css
116 lines
| 1 | #helpdocs-location-repeater { |
| 2 | margin-bottom: 20px; |
| 3 | } |
| 4 | |
| 5 | .helpdocs-location-row { |
| 6 | position: relative; |
| 7 | background: #fff; |
| 8 | border: 1px solid #c3c4c7; |
| 9 | border-radius: 4px; |
| 10 | padding: 15px; |
| 11 | margin-bottom: 20px; |
| 12 | box-shadow: 0 1px 2px rgba(0,0,0,0.05); |
| 13 | } |
| 14 | |
| 15 | .helpdocs-row-main, |
| 16 | .helpdocs-custom-url { |
| 17 | display: flex; |
| 18 | flex-wrap: wrap; |
| 19 | align-items: center; |
| 20 | gap: 15px; |
| 21 | } |
| 22 | |
| 23 | .helpdocs-location-row span:not(.dashicons), |
| 24 | .helpdocs-custom-url { |
| 25 | margin-top: 20px; |
| 26 | } |
| 27 | |
| 28 | .helpdocs-row-main label { |
| 29 | display: block; |
| 30 | } |
| 31 | |
| 32 | .helpdocs-location-row label:not(.helpdocs-checkboxes label), |
| 33 | .helpdocs-global-settings label:not(.helpdocs-checkboxes label) { |
| 34 | font-weight: 600; |
| 35 | font-size: 12px; |
| 36 | } |
| 37 | |
| 38 | .helpdocs-row-main select, |
| 39 | .helpdocs-row-main input[type="text"], |
| 40 | .helpdocs-row-main input[type="number"] { |
| 41 | height: 30px; |
| 42 | line-height: 1; |
| 43 | } |
| 44 | |
| 45 | input[name*="[order]"] { |
| 46 | width: 65px !important; |
| 47 | } |
| 48 | |
| 49 | input[name*="[custom]"] { |
| 50 | width: auto; |
| 51 | display: block; |
| 52 | margin-top: 5px; |
| 53 | } |
| 54 | |
| 55 | .remove-location.button { |
| 56 | display: flex; |
| 57 | align-items: center; |
| 58 | position: absolute; |
| 59 | top: 0; |
| 60 | right: 10px; |
| 61 | margin-top: 10px; |
| 62 | color: #b32d2e; |
| 63 | border-color: #b32d2e; |
| 64 | } |
| 65 | |
| 66 | .remove-location.button:hover { |
| 67 | background: #b32d2e; |
| 68 | color: #fff; |
| 69 | border-color: #8a2424; |
| 70 | } |
| 71 | |
| 72 | .helpdocs-checkboxes { |
| 73 | display: flex; |
| 74 | gap: 10px; |
| 75 | background: #f6f7f7; |
| 76 | padding: 12px; |
| 77 | border: 1px solid #dcdcde; |
| 78 | border-radius: 3px; |
| 79 | margin-top: 10px; |
| 80 | } |
| 81 | |
| 82 | .helpdocs-view-roles { |
| 83 | margin-top: 20px; |
| 84 | } |
| 85 | |
| 86 | .helpdocs-global-settings { |
| 87 | background: #f0f0f1; |
| 88 | padding: 20px; |
| 89 | border-radius: 4px; |
| 90 | border: 1px solid #c3c4c7; |
| 91 | margin-top: 20px; |
| 92 | } |
| 93 | |
| 94 | .helpdocs-global-settings > label { |
| 95 | display: block; |
| 96 | font-weight: 700; |
| 97 | margin-bottom: 8px; |
| 98 | text-transform: uppercase; |
| 99 | font-size: 11px; |
| 100 | letter-spacing: 0.5px; |
| 101 | } |
| 102 | |
| 103 | .helpdocs-location-row span:not(.dashicons) { |
| 104 | display: block; |
| 105 | background: #e7f5fe; |
| 106 | padding: 8px 12px; |
| 107 | font-size: 12px; |
| 108 | } |
| 109 | |
| 110 | .helpdocs-location-row span.info { |
| 111 | border-left: 4px solid #0366d6; |
| 112 | } |
| 113 | |
| 114 | .helpdocs-location-row span.warning { |
| 115 | border-left: 4px solid #FFD700; |
| 116 | } |