pro
2 weeks ago
_acf-headerbar.scss
1 year ago
_acf-icon-picker.scss
1 year ago
_admin-inputs.scss
1 year ago
_admin-toolbar.scss
1 year ago
_btn.scss
1 year ago
_dark.scss
1 year ago
_edit-field-group.scss
1 year ago
_field-group.scss
1 year ago
_field-picker.scss
1 year ago
_field-type-icons.scss
1 year ago
_fields.scss
1 month ago
_forms.scss
11 months ago
_global.scss
1 year ago
_icons.scss
1 year ago
_input.scss
1 year ago
_list-table.scss
1 year ago
_media.scss
1 year ago
_mixins.scss
1 year ago
_post-types-taxonomies.scss
1 year ago
_postbox.scss
1 year ago
_pro-upgrade.scss
1 year ago
_sub-field-groups.scss
1 year ago
_tools.scss
1 year ago
_typography.scss
1 year ago
_updates.scss
1 year ago
_variables.scss
1 year ago
acf-dark.scss
1 year ago
acf-field-group.scss
7 months ago
acf-global.scss
2 months ago
acf-input.scss
1 month ago
_typography.scss
157 lines
| 1 | /*--------------------------------------------------------------------------------------------- |
| 2 | * |
| 3 | * Global |
| 4 | * |
| 5 | *---------------------------------------------------------------------------------------------*/ |
| 6 | .acf-admin-page { |
| 7 | #wpcontent { |
| 8 | line-height: 140%; |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | /*--------------------------------------------------------------------------------------------- |
| 13 | * |
| 14 | * Links |
| 15 | * |
| 16 | *---------------------------------------------------------------------------------------------*/ |
| 17 | .acf-admin-page { |
| 18 | |
| 19 | a { |
| 20 | color: $blue-500; |
| 21 | } |
| 22 | |
| 23 | } |
| 24 | |
| 25 | /*--------------------------------------------------------------------------------------------- |
| 26 | * |
| 27 | * Headings |
| 28 | * |
| 29 | *---------------------------------------------------------------------------------------------*/ |
| 30 | |
| 31 | .acf-h1 { |
| 32 | font-size: 21px; |
| 33 | font-weight: 400; |
| 34 | } |
| 35 | |
| 36 | .acf-h2 { |
| 37 | font-size: 18px; |
| 38 | font-weight: 400; |
| 39 | } |
| 40 | |
| 41 | .acf-h3 { |
| 42 | font-size: 16px; |
| 43 | font-weight: 400; |
| 44 | } |
| 45 | |
| 46 | .acf-admin-page, |
| 47 | .acf-headerbar { |
| 48 | |
| 49 | h1 { |
| 50 | @extend .acf-h1; |
| 51 | } |
| 52 | |
| 53 | h2 { |
| 54 | @extend .acf-h2; |
| 55 | } |
| 56 | |
| 57 | h3 { |
| 58 | @extend .acf-h3; |
| 59 | } |
| 60 | |
| 61 | } |
| 62 | |
| 63 | /*--------------------------------------------------------------------------------------------- |
| 64 | * |
| 65 | * Paragraphs |
| 66 | * |
| 67 | *---------------------------------------------------------------------------------------------*/ |
| 68 | |
| 69 | .acf-admin-page { |
| 70 | |
| 71 | .p1 { |
| 72 | font-size: 15px; |
| 73 | } |
| 74 | |
| 75 | .p2 { |
| 76 | font-size: 14px; |
| 77 | } |
| 78 | |
| 79 | .p3 { |
| 80 | font-size: 13.5px; |
| 81 | } |
| 82 | |
| 83 | .p4 { |
| 84 | font-size: 13px; |
| 85 | } |
| 86 | |
| 87 | .p5 { |
| 88 | font-size: 12.5px; |
| 89 | } |
| 90 | |
| 91 | .p6 { |
| 92 | font-size: 12px; |
| 93 | } |
| 94 | |
| 95 | .p7 { |
| 96 | font-size: 11.5px; |
| 97 | } |
| 98 | |
| 99 | .p8 { |
| 100 | font-size: 11px; |
| 101 | } |
| 102 | |
| 103 | } |
| 104 | |
| 105 | /*--------------------------------------------------------------------------------------------- |
| 106 | * |
| 107 | * Page titles |
| 108 | * |
| 109 | *---------------------------------------------------------------------------------------------*/ |
| 110 | .acf-page-title { |
| 111 | @extend .acf-h2; |
| 112 | color: $gray-700; |
| 113 | } |
| 114 | |
| 115 | /*--------------------------------------------------------------------------------------------- |
| 116 | * |
| 117 | * Hide old / native WP titles from pages |
| 118 | * |
| 119 | *---------------------------------------------------------------------------------------------*/ |
| 120 | .acf-admin-page { |
| 121 | |
| 122 | .acf-settings-wrap h1 { |
| 123 | display: none !important; |
| 124 | } |
| 125 | |
| 126 | #acf-admin-tools h1 { |
| 127 | display: none !important; |
| 128 | } |
| 129 | |
| 130 | } |
| 131 | |
| 132 | /*--------------------------------------------------------------------------------------------- |
| 133 | * |
| 134 | * Small |
| 135 | * |
| 136 | *---------------------------------------------------------------------------------------------*/ |
| 137 | .acf-small { |
| 138 | @extend .p6; |
| 139 | } |
| 140 | |
| 141 | /*--------------------------------------------------------------------------------------------- |
| 142 | * |
| 143 | * Link focus style |
| 144 | * |
| 145 | *---------------------------------------------------------------------------------------------*/ |
| 146 | .acf-admin-page { |
| 147 | a:focus { |
| 148 | box-shadow: none; |
| 149 | outline: none; |
| 150 | } |
| 151 | |
| 152 | a:focus-visible { |
| 153 | box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgb(79 148 212 / 80%); |
| 154 | outline: 1px solid transparent; |
| 155 | } |
| 156 | } |
| 157 |