cleanslate-rtl.css
3 years ago
cleanslate-rtl.min.css
3 years ago
cleanslate.css
3 years ago
cleanslate.min.css
3 years ago
dashboard-widget-rtl.css
3 years ago
dashboard-widget-rtl.min.css
3 years ago
dashboard-widget.css
3 years ago
dashboard-widget.min.css
3 years ago
jetpack-admin-rtl.css
3 years ago
jetpack-admin-rtl.min.css
3 years ago
jetpack-admin.css
3 years ago
jetpack-admin.min.css
3 years ago
jetpack-banners-emerald-rtl.css
3 years ago
jetpack-banners-emerald-rtl.min.css
3 years ago
jetpack-banners-emerald.css
3 years ago
jetpack-banners-emerald.min.css
3 years ago
jetpack-connect-rtl.css
4 years ago
jetpack-connect-rtl.min.css
4 years ago
jetpack-connect.css
4 years ago
jetpack-connect.min.css
4 years ago
jetpack-connection-banner-rtl.css
3 years ago
jetpack-connection-banner-rtl.min.css
3 years ago
jetpack-connection-banner.css
3 years ago
jetpack-connection-banner.min.css
3 years ago
jetpack-connection-widget-rtl.css
3 years ago
jetpack-connection-widget-rtl.min.css
3 years ago
jetpack-connection-widget.css
3 years ago
jetpack-connection-widget.min.css
3 years ago
jetpack-deactivate-dialog-rtl.css
4 years ago
jetpack-deactivate-dialog-rtl.min.css
4 years ago
jetpack-deactivate-dialog.css
4 years ago
jetpack-deactivate-dialog.min.css
4 years ago
jetpack-recommendations-banner-rtl.css
3 years ago
jetpack-recommendations-banner-rtl.min.css
3 years ago
jetpack-recommendations-banner.css
3 years ago
jetpack-recommendations-banner.min.css
3 years ago
jetpack-rtl.css
3 years ago
jetpack.css
3 years ago
wordads-ccpa-rtl.css
3 years ago
wordads-ccpa-rtl.min.css
3 years ago
wordads-ccpa.css
3 years ago
wordads-ccpa.min.css
3 years ago
jetpack-deactivate-dialog.css
179 lines
| 1 | @charset "UTF-8"; |
| 2 | /* |
| 3 | The MIT License (MIT) |
| 4 | |
| 5 | Copyright © 2011–2015 thoughtbot, inc. |
| 6 | |
| 7 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 8 | documentation files (the “Software”), to deal in the Software without restriction, including without limitation the |
| 9 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit |
| 10 | persons to whom the Software is furnished to do so, subject to the following conditions: |
| 11 | |
| 12 | The above copyright notice and this permission notice shall be included in all copies or substantial |
| 13 | portions of the Software. |
| 14 | |
| 15 | THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
| 16 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 17 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 18 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 19 | |
| 20 | https://github.com/thoughtbot/bourbon |
| 21 | */ |
| 22 | #TB_window.jetpack-disconnect-modal { |
| 23 | max-width: 635px; |
| 24 | max-height: 600px; |
| 25 | } |
| 26 | @media screen and (min-width: 661px) { |
| 27 | #TB_window.jetpack-disconnect-modal { |
| 28 | max-height: 360px; |
| 29 | } |
| 30 | } |
| 31 | #TB_window.jetpack-disconnect-modal #TB_title { |
| 32 | font-size: 28px; |
| 33 | line-height: 24px; |
| 34 | font-weight: 600; |
| 35 | height: 24px; |
| 36 | padding: 24px; |
| 37 | color: #1d2327; |
| 38 | } |
| 39 | #TB_window.jetpack-disconnect-modal #TB_ajaxWindowTitle { |
| 40 | padding-left: 0px; |
| 41 | margin-top: -2px; |
| 42 | } |
| 43 | #TB_window.jetpack-disconnect-modal #TB_ajaxContent { |
| 44 | width: auto !important; |
| 45 | padding: 0px; |
| 46 | max-height: 435px; |
| 47 | } |
| 48 | @media screen and (min-width: 661px) { |
| 49 | #TB_window.jetpack-disconnect-modal #TB_ajaxContent { |
| 50 | max-height: 203px; |
| 51 | } |
| 52 | } |
| 53 | #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content { |
| 54 | padding: 24px; |
| 55 | padding-bottom: 80px; |
| 56 | margin-top: 0px; |
| 57 | } |
| 58 | @media screen and (min-width: 661px) { |
| 59 | #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content { |
| 60 | padding-bottom: 24px; |
| 61 | } |
| 62 | } |
| 63 | #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content p { |
| 64 | font-size: 16px; |
| 65 | line-height: 24px; |
| 66 | margin-top: 0px; |
| 67 | } |
| 68 | #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content ul { |
| 69 | font-size: 16px; |
| 70 | line-height: 24px; |
| 71 | } |
| 72 | #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content ul li { |
| 73 | margin-bottom: 10px; |
| 74 | } |
| 75 | #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content ul li span { |
| 76 | vertical-align: middle; |
| 77 | } |
| 78 | #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content ul li span.dashicons { |
| 79 | color: #eb0001; |
| 80 | } |
| 81 | #TB_window.jetpack-disconnect-modal #TB_closeWindowButton { |
| 82 | left: auto; |
| 83 | right: 22px; |
| 84 | color: #50575e; |
| 85 | top: 22px; |
| 86 | } |
| 87 | #TB_window.jetpack-disconnect-modal #TB_closeWindowButton:after { |
| 88 | content: "\f335"; |
| 89 | font: normal 32px/29px dashicons; |
| 90 | -webkit-font-smoothing: antialiased; |
| 91 | -moz-osx-font-smoothing: grayscale; |
| 92 | } |
| 93 | #TB_window.jetpack-disconnect-modal #TB_closeWindowButton:hover, #TB_window.jetpack-disconnect-modal #TB_closeWindowButton:focus { |
| 94 | color: #a2a2a2; |
| 95 | outline: none; |
| 96 | box-shadow: none; |
| 97 | } |
| 98 | #TB_window.jetpack-disconnect-modal .tb-close-icon { |
| 99 | display: none; |
| 100 | } |
| 101 | #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row-container { |
| 102 | position: absolute; |
| 103 | bottom: 0px; |
| 104 | width: 100%; |
| 105 | border-top: 1px solid #c3c4c7; |
| 106 | background-color: white; |
| 107 | } |
| 108 | #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row { |
| 109 | position: relative; |
| 110 | margin: 24px; |
| 111 | text-align: left; |
| 112 | display: flex; |
| 113 | flex-direction: column; |
| 114 | justify-content: space-between; |
| 115 | } |
| 116 | @media screen and (min-width: 661px) { |
| 117 | #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row { |
| 118 | flex-direction: row; |
| 119 | } |
| 120 | } |
| 121 | #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row p { |
| 122 | font-size: 13px; |
| 123 | line-height: 1.5; |
| 124 | margin-top: auto; |
| 125 | margin-bottom: 0px; |
| 126 | margin-top: 0px; |
| 127 | padding-top: 0px; |
| 128 | } |
| 129 | @media screen and (min-width: 661px) { |
| 130 | #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row p { |
| 131 | padding-top: 5px; |
| 132 | } |
| 133 | } |
| 134 | #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button { |
| 135 | background: #f6f7f7; |
| 136 | border-color: #2271b1; |
| 137 | border-style: solid; |
| 138 | border-width: 1px; |
| 139 | color: #2271b1; |
| 140 | cursor: pointer; |
| 141 | display: inline-block; |
| 142 | margin: 0; |
| 143 | outline: 0; |
| 144 | overflow: hidden; |
| 145 | font-size: 14px; |
| 146 | text-overflow: ellipsis; |
| 147 | text-decoration: none; |
| 148 | vertical-align: top; |
| 149 | box-sizing: border-box; |
| 150 | font-size: 13px; |
| 151 | border-radius: 3px; |
| 152 | padding: 7px 14px 9px; |
| 153 | -webkit-appearance: none; |
| 154 | appearance: none; |
| 155 | width: 100%; |
| 156 | margin-bottom: 18px; |
| 157 | } |
| 158 | @media screen and (min-width: 661px) { |
| 159 | #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button { |
| 160 | margin-bottom: 0px; |
| 161 | margin-left: 18px; |
| 162 | width: auto; |
| 163 | } |
| 164 | } |
| 165 | #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button#jetpack_deactivation_dialog_content__button-deactivate { |
| 166 | background: #d94f4f; |
| 167 | border-color: #a02222; |
| 168 | color: white; |
| 169 | margin-bottom: 0px; |
| 170 | } |
| 171 | #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button#jetpack_deactivation_dialog_content__button-deactivate[disabled], #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button#jetpack_deactivation_dialog_content__button-deactivate:disabled { |
| 172 | background: #eba3a3; |
| 173 | border-color: #e48484; |
| 174 | } |
| 175 | |
| 176 | #jetpack_deactivation_dialog { |
| 177 | display: none; |
| 178 | } |
| 179 |