| 1 |
/*! |
| 2 |
* Do not modify this file directly. It is compiled SASS code. |
| 3 |
*/ |
| 4 |
@charset "UTF-8"; |
| 5 |
/* |
| 6 |
The MIT License (MIT) |
| 7 |
|
| 8 |
Copyright © 2011–2015 thoughtbot, inc. |
| 9 |
|
| 10 |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 11 |
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the |
| 12 |
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit |
| 13 |
persons to whom the Software is furnished to do so, subject to the following conditions: |
| 14 |
|
| 15 |
The above copyright notice and this permission notice shall be included in all copies or substantial |
| 16 |
portions of the Software. |
| 17 |
|
| 18 |
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
| 19 |
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 20 |
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 21 |
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 22 |
|
| 23 |
https://github.com/thoughtbot/bourbon |
| 24 |
*/ |
| 25 |
.jp-idc-notice, |
| 26 |
.jp-idc-notice * { |
| 27 |
box-sizing: border-box; |
| 28 |
} |
| 29 |
|
| 30 |
.jp-idc-notice { |
| 31 |
margin-left: 0; |
| 32 |
margin-right: 10px; |
| 33 |
margin-top: 10px; |
| 34 |
overflow: hidden; |
| 35 |
padding-bottom: 16px; |
| 36 |
padding-top: 0; |
| 37 |
} |
| 38 |
|
| 39 |
.jp-idc-notice.is-non-admin { |
| 40 |
padding-bottom: 0; |
| 41 |
} |
| 42 |
|
| 43 |
@media all and (min-width: 783px) { |
| 44 |
.jp-idc-notice { |
| 45 |
margin-right: 20px; |
| 46 |
margin-top: 20px; |
| 47 |
} |
| 48 |
.jp-idc-notice.has-help-tabs { |
| 49 |
margin-top: 48px; |
| 50 |
} |
| 51 |
} |
| 52 |
|
| 53 |
.jp-idc-notice p { |
| 54 |
margin: 0; |
| 55 |
padding: 0; |
| 56 |
} |
| 57 |
|
| 58 |
.jp-idc-notice h3, .jp-idc-notice p { |
| 59 |
color: #2e4453; |
| 60 |
} |
| 61 |
|
| 62 |
.jp-idc-notice a:not(.dops-notice__action) { |
| 63 |
color: #0087be; |
| 64 |
text-decoration: none; |
| 65 |
} |
| 66 |
|
| 67 |
.jp-idc-notice a:not(.dops-notice__action):visited { |
| 68 |
color: #0087be; |
| 69 |
} |
| 70 |
|
| 71 |
.jp-idc-notice a:not(.dops-notice__action):hover, .jp-idc-notice a:not(.dops-notice__action):focus, .jp-idc-notice a:not(.dops-notice__action):active { |
| 72 |
color: #33bbe3; |
| 73 |
} |
| 74 |
|
| 75 |
.jp-idc-notice .dops-button { |
| 76 |
-ms-flex-item-align: start; |
| 77 |
align-self: flex-start; |
| 78 |
margin-top: auto; |
| 79 |
} |
| 80 |
|
| 81 |
.jp-idc-notice > div { |
| 82 |
padding: 0 8px; |
| 83 |
} |
| 84 |
|
| 85 |
.jp-idc-notice__first-step { |
| 86 |
display: inline-block; |
| 87 |
} |
| 88 |
|
| 89 |
.jp-idc-notice__second-step { |
| 90 |
display: none; |
| 91 |
} |
| 92 |
|
| 93 |
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step { |
| 94 |
display: none; |
| 95 |
} |
| 96 |
|
| 97 |
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step { |
| 98 |
display: inline-block; |
| 99 |
} |
| 100 |
|
| 101 |
.jp-idc-notice .jp-idc-notice__header { |
| 102 |
padding-top: 8px; |
| 103 |
padding-bottom: 8px; |
| 104 |
} |
| 105 |
|
| 106 |
.jp-idc-notice__header__emblem { |
| 107 |
fill: #00BE28; |
| 108 |
width: 25px; |
| 109 |
height: 25px; |
| 110 |
margin: 0 1em 0 auto; |
| 111 |
float: left; |
| 112 |
} |
| 113 |
|
| 114 |
.jp-idc-notice__header__text { |
| 115 |
font-size: 14px; |
| 116 |
font-weight: 600; |
| 117 |
line-height: 25px; |
| 118 |
margin: 0; |
| 119 |
} |
| 120 |
|
| 121 |
.jp-idc-notice__content-header { |
| 122 |
margin: 16px 0; |
| 123 |
} |
| 124 |
|
| 125 |
.jp-idc-notice__content-header__lead { |
| 126 |
font-size: 16px; |
| 127 |
font-weight: 600; |
| 128 |
line-height: 21px; |
| 129 |
margin: 0; |
| 130 |
} |
| 131 |
|
| 132 |
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation { |
| 133 |
font-size: 14px; |
| 134 |
font-weight: 400; |
| 135 |
margin: 8px 0 0; |
| 136 |
} |
| 137 |
|
| 138 |
@media only screen and (min-width: 960px) { |
| 139 |
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation { |
| 140 |
margin: 4px 0 0; |
| 141 |
} |
| 142 |
} |
| 143 |
|
| 144 |
.jp-idc-notice__action { |
| 145 |
border: 1px solid #e9eff3; |
| 146 |
border-radius: 4px; |
| 147 |
display: -ms-flexbox; |
| 148 |
display: flex; |
| 149 |
padding: 16px; |
| 150 |
-ms-flex-direction: column; |
| 151 |
flex-direction: column; |
| 152 |
margin-top: auto; |
| 153 |
} |
| 154 |
|
| 155 |
.jp-idc-notice__action:last-child { |
| 156 |
margin: 16px 0 0; |
| 157 |
} |
| 158 |
|
| 159 |
@media only screen and (min-width: 960px) { |
| 160 |
.jp-idc-notice__actions { |
| 161 |
display: -ms-flexbox; |
| 162 |
display: flex; |
| 163 |
} |
| 164 |
.jp-idc-notice__action { |
| 165 |
-ms-flex: 1; |
| 166 |
flex: 1; |
| 167 |
margin: 0 8px 0 0; |
| 168 |
} |
| 169 |
.jp-idc-notice__action:last-child { |
| 170 |
margin: 0 0 0 8px; |
| 171 |
} |
| 172 |
.jp-idc-notice__action:first-child { |
| 173 |
padding-right: 24px; |
| 174 |
} |
| 175 |
.jp-idc-notice__action:last-child { |
| 176 |
padding-left: 24px; |
| 177 |
} |
| 178 |
} |
| 179 |
|
| 180 |
.jp-idc-notice .jp-idc-notice__action__explanation { |
| 181 |
margin: 0 0 16px 0; |
| 182 |
} |
| 183 |
|
| 184 |
.jp-idc-notice__separator { |
| 185 |
background-color: #e9eff3; |
| 186 |
margin: 0 -10px 0 -10px; |
| 187 |
height: 1px; |
| 188 |
} |
| 189 |
|
| 190 |
.jp-idc-notice.is-dismissible .jp-idc-notice__separator { |
| 191 |
margin-right: -46px; |
| 192 |
} |
| 193 |
|
| 194 |
@media only screen and (min-width: 782px) { |
| 195 |
.jp-idc-notice__separator { |
| 196 |
margin: 0 -12px 0 -12px; |
| 197 |
} |
| 198 |
.jp-idc-notice.is-dismissible .jp-idc-notice__separator { |
| 199 |
margin-right: -38px; |
| 200 |
} |
| 201 |
} |
| 202 |
|
| 203 |
.jp-idc-notice .jp-idc-notice__unsure-prompt { |
| 204 |
margin: 16px 0 0; |
| 205 |
} |
| 206 |
|
| 207 |
.jp-idc-notice .jp-idc-error__notice { |
| 208 |
display: none; |
| 209 |
} |
| 210 |
|
| 211 |
.jp-idc-notice .jp-idc-error__notice .dops-notice__icon { |
| 212 |
height: auto; |
| 213 |
width: auto; |
| 214 |
} |
| 215 |
|
| 216 |
@media only screen and (min-width: 683px) { |
| 217 |
.jp-idc-notice .jp-idc-error__notice .dops-notice__text { |
| 218 |
line-height: 24px; |
| 219 |
} |
| 220 |
} |
| 221 |
|
| 222 |
/*# sourceMappingURL=jetpack-idc.css.map */ |
| 223 |
|