Added login request

This commit is contained in:
Nedim Uka
2018-06-20 18:03:43 +02:00
parent 4e52521fae
commit 593b445a21
4716 changed files with 1218265 additions and 57 deletions

View File

@@ -0,0 +1,156 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@charset "UTF-8";
/*
The MIT License (MIT)
Copyright © 20112015 thoughtbot, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
https://github.com/thoughtbot/bourbon
*/
#jetpack_summary_widget * {
box-sizing: border-box;
}
#jetpack_summary_widget .inside {
margin: 0;
padding: 0;
}
#jetpack_summary_widget .stats,
#jetpack_summary_widget .widgets,
#jetpack_summary_widget .wpcom-connect {
padding: .75em;
}
#jetpack_summary_widget .wpcom-connect {
background: #fafafa;
text-align: center;
}
#jetpack_summary_widget .wpcom-connect .jp-emblem {
padding: 5px 0 0 0;
}
#jetpack_summary_widget .wpcom-connect svg {
width: 40px;
height: 40px;
}
#jetpack_summary_widget .wpcom-connect svg path {
fill: #00BE28;
}
#jetpack_summary_widget .wpcom-connect .jp-emblem,
#jetpack_summary_widget .wpcom-connect h3,
#jetpack_summary_widget .wpcom-connect p {
width: 100%;
}
#jetpack_summary_widget .wpcom-connect h3 {
font-size: 1.25em;
font-weight: 400;
}
#jetpack_summary_widget .wpcom-connect p {
color: #555d66;
margin-top: 0;
padding: 0 15px;
}
#jetpack_summary_widget .wpcom-connect .actions {
text-align: center;
padding: 15px 0 10px 0;
}
#jetpack_summary_widget .wpcom-connect .actions small {
display: block;
}
#jetpack_summary_widget .wpcom-connect .actions small a {
color: #999;
}
#jetpack_summary_widget .button-jetpack {
background: #00BE28;
border-color: #008b1d;
color: white;
box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15);
}
#jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus {
background: #00a523;
border-color: #007218;
color: white;
box-shadow: inset 0 1px 0 #00f133;
}
#jetpack_summary_widget .button-jetpack:focus {
box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}
#jetpack_summary_widget .button-jetpack:active {
background: #008b1d;
border-color: #007218;
color: white;
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}
#jetpack_summary_widget .button-jetpack[disabled], #jetpack_summary_widget .button-jetpack:disabled, #jetpack_summary_widget .button-jetpack.button-primary-disabled, #jetpack_summary_widget .button-jetpack.disabled {
color: #c7d1c9 !important;
background: #00951f !important;
border-color: #007218 !important;
text-shadow: none !important;
}
#jetpack_summary_widget footer {
background: #fafafa;
padding: .75em;
overflow: hidden;
border-top: 1px solid #ccc;
}
#jetpack_summary_widget footer .protect,
#jetpack_summary_widget footer .akismet {
width: 50%;
float: right;
text-align: right;
}
#jetpack_summary_widget footer .protect {
padding-left: 3%;
}
#jetpack_summary_widget footer h3 {
font-size: 1.5em;
font-weight: normal;
margin: 0;
padding: 0;
}
#jetpack_summary_widget footer p {
margin: 0;
padding: 0;
}
#jetpack_summary_widget footer section {
margin: 0;
padding: 0;
text-align: center;
}
/*# sourceMappingURL=dashboard-widget-rtl.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"names":[],"mappings":"","sources":["dashboard-widget-rtl.css"],"sourcesContent":["/*!\n* Do not modify this file directly. It is compiled SASS code.\n*/\n@charset \"UTF-8\";\n/*\nThe MIT License (MIT)\n\nCopyright © 20112015 thoughtbot, inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\ndocumentation files (the “Software”), to deal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nhttps://github.com/thoughtbot/bourbon\n*/\n#jetpack_summary_widget * {\n box-sizing: border-box;\n}\n\n#jetpack_summary_widget .inside {\n margin: 0;\n padding: 0;\n}\n\n#jetpack_summary_widget .stats,\n#jetpack_summary_widget .widgets,\n#jetpack_summary_widget .wpcom-connect {\n padding: .75em;\n}\n\n#jetpack_summary_widget .wpcom-connect {\n background: #fafafa;\n text-align: center;\n}\n\n#jetpack_summary_widget .wpcom-connect .jp-emblem {\n padding: 5px 0 0 0;\n}\n\n#jetpack_summary_widget .wpcom-connect svg {\n width: 40px;\n height: 40px;\n}\n\n#jetpack_summary_widget .wpcom-connect svg path {\n fill: #00BE28;\n}\n\n#jetpack_summary_widget .wpcom-connect .jp-emblem,\n#jetpack_summary_widget .wpcom-connect h3,\n#jetpack_summary_widget .wpcom-connect p {\n width: 100%;\n}\n\n#jetpack_summary_widget .wpcom-connect h3 {\n font-size: 1.25em;\n font-weight: 400;\n}\n\n#jetpack_summary_widget .wpcom-connect p {\n color: #555d66;\n margin-top: 0;\n padding: 0 15px;\n}\n\n#jetpack_summary_widget .wpcom-connect .actions {\n text-align: center;\n padding: 15px 0 10px 0;\n}\n\n#jetpack_summary_widget .wpcom-connect .actions small {\n display: block;\n}\n\n#jetpack_summary_widget .wpcom-connect .actions small a {\n color: #999;\n}\n\n#jetpack_summary_widget .button-jetpack {\n background: #00BE28;\n border-color: #008b1d;\n color: white;\n box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15);\n}\n\n#jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus {\n background: #00a523;\n border-color: #007218;\n color: white;\n box-shadow: inset 0 1px 0 #00f133;\n}\n\n#jetpack_summary_widget .button-jetpack:focus {\n box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);\n}\n\n#jetpack_summary_widget .button-jetpack:active {\n background: #008b1d;\n border-color: #007218;\n color: white;\n box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);\n}\n\n#jetpack_summary_widget .button-jetpack[disabled], #jetpack_summary_widget .button-jetpack:disabled, #jetpack_summary_widget .button-jetpack.button-primary-disabled, #jetpack_summary_widget .button-jetpack.disabled {\n color: #c7d1c9 !important;\n background: #00951f !important;\n border-color: #007218 !important;\n text-shadow: none !important;\n}\n\n#jetpack_summary_widget footer {\n background: #fafafa;\n padding: .75em;\n overflow: hidden;\n border-top: 1px solid #ccc;\n}\n\n#jetpack_summary_widget footer .protect,\n#jetpack_summary_widget footer .akismet {\n width: 50%;\n float: right;\n text-align: right;\n}\n\n#jetpack_summary_widget footer .protect {\n padding-left: 3%;\n}\n\n#jetpack_summary_widget footer h3 {\n font-size: 1.5em;\n font-weight: normal;\n margin: 0;\n padding: 0;\n}\n\n#jetpack_summary_widget footer p {\n margin: 0;\n padding: 0;\n}\n\n#jetpack_summary_widget footer section {\n margin: 0;\n padding: 0;\n text-align: center;\n}\n"],"file":"dashboard-widget-rtl.css"}

View File

@@ -0,0 +1,3 @@
@charset "UTF-8";/*!
* Do not modify this file directly. It is compiled SASS code.
*/#jetpack_summary_widget *{box-sizing:border-box}#jetpack_summary_widget .inside{margin:0;padding:0}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#fafafa;text-align:center}#jetpack_summary_widget .wpcom-connect .jp-emblem{padding:5px 0 0 0}#jetpack_summary_widget .wpcom-connect svg{width:40px;height:40px}#jetpack_summary_widget .wpcom-connect svg path{fill:#00be28}#jetpack_summary_widget .wpcom-connect .jp-emblem,#jetpack_summary_widget .wpcom-connect h3,#jetpack_summary_widget .wpcom-connect p{width:100%}#jetpack_summary_widget .wpcom-connect h3{font-size:1.25em;font-weight:400}#jetpack_summary_widget .wpcom-connect p{color:#555d66;margin-top:0;padding:0 15px}#jetpack_summary_widget .wpcom-connect .actions{text-align:center;padding:15px 0 10px 0}#jetpack_summary_widget .wpcom-connect .actions small{display:block}#jetpack_summary_widget .wpcom-connect .actions small a{color:#999}#jetpack_summary_widget .button-jetpack{background:#00be28;border-color:#008b1d;color:#fff;box-shadow:inset 0 1px 0 #0cff3f,0 1px 0 rgba(0,0,0,.15)}#jetpack_summary_widget .button-jetpack:focus,#jetpack_summary_widget .button-jetpack:hover{background:#00a523;border-color:#007218;color:#fff;box-shadow:inset 0 1px 0 #00f133}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #00f133,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#jetpack_summary_widget .button-jetpack:active{background:#008b1d;border-color:#007218;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled,#jetpack_summary_widget .button-jetpack:disabled,#jetpack_summary_widget .button-jetpack[disabled]{color:#c7d1c9!important;background:#00951f!important;border-color:#007218!important;text-shadow:none!important}#jetpack_summary_widget footer{background:#fafafa;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .akismet,#jetpack_summary_widget footer .protect{width:50%;float:right;text-align:right}#jetpack_summary_widget footer .protect{padding-left:3%}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:400;margin:0;padding:0}#jetpack_summary_widget footer p{margin:0;padding:0}#jetpack_summary_widget footer section{margin:0;padding:0;text-align:center}

View File

@@ -0,0 +1,156 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@charset "UTF-8";
/*
The MIT License (MIT)
Copyright © 20112015 thoughtbot, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
https://github.com/thoughtbot/bourbon
*/
#jetpack_summary_widget * {
box-sizing: border-box;
}
#jetpack_summary_widget .inside {
margin: 0;
padding: 0;
}
#jetpack_summary_widget .stats,
#jetpack_summary_widget .widgets,
#jetpack_summary_widget .wpcom-connect {
padding: .75em;
}
#jetpack_summary_widget .wpcom-connect {
background: #fafafa;
text-align: center;
}
#jetpack_summary_widget .wpcom-connect .jp-emblem {
padding: 5px 0 0 0;
}
#jetpack_summary_widget .wpcom-connect svg {
width: 40px;
height: 40px;
}
#jetpack_summary_widget .wpcom-connect svg path {
fill: #00BE28;
}
#jetpack_summary_widget .wpcom-connect .jp-emblem,
#jetpack_summary_widget .wpcom-connect h3,
#jetpack_summary_widget .wpcom-connect p {
width: 100%;
}
#jetpack_summary_widget .wpcom-connect h3 {
font-size: 1.25em;
font-weight: 400;
}
#jetpack_summary_widget .wpcom-connect p {
color: #555d66;
margin-top: 0;
padding: 0 15px;
}
#jetpack_summary_widget .wpcom-connect .actions {
text-align: center;
padding: 15px 0 10px 0;
}
#jetpack_summary_widget .wpcom-connect .actions small {
display: block;
}
#jetpack_summary_widget .wpcom-connect .actions small a {
color: #999;
}
#jetpack_summary_widget .button-jetpack {
background: #00BE28;
border-color: #008b1d;
color: white;
box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15);
}
#jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus {
background: #00a523;
border-color: #007218;
color: white;
box-shadow: inset 0 1px 0 #00f133;
}
#jetpack_summary_widget .button-jetpack:focus {
box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}
#jetpack_summary_widget .button-jetpack:active {
background: #008b1d;
border-color: #007218;
color: white;
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}
#jetpack_summary_widget .button-jetpack[disabled], #jetpack_summary_widget .button-jetpack:disabled, #jetpack_summary_widget .button-jetpack.button-primary-disabled, #jetpack_summary_widget .button-jetpack.disabled {
color: #c7d1c9 !important;
background: #00951f !important;
border-color: #007218 !important;
text-shadow: none !important;
}
#jetpack_summary_widget footer {
background: #fafafa;
padding: .75em;
overflow: hidden;
border-top: 1px solid #ccc;
}
#jetpack_summary_widget footer .protect,
#jetpack_summary_widget footer .akismet {
width: 50%;
float: left;
text-align: left;
}
#jetpack_summary_widget footer .protect {
padding-right: 3%;
}
#jetpack_summary_widget footer h3 {
font-size: 1.5em;
font-weight: normal;
margin: 0;
padding: 0;
}
#jetpack_summary_widget footer p {
margin: 0;
padding: 0;
}
#jetpack_summary_widget footer section {
margin: 0;
padding: 0;
text-align: center;
}
/*# sourceMappingURL=dashboard-widget.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"names":[],"mappings":"","sources":["dashboard-widget.css"],"sourcesContent":["/*!\n* Do not modify this file directly. It is compiled SASS code.\n*/\n@charset \"UTF-8\";\n/*\nThe MIT License (MIT)\n\nCopyright © 20112015 thoughtbot, inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\ndocumentation files (the “Software”), to deal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nhttps://github.com/thoughtbot/bourbon\n*/\n#jetpack_summary_widget * {\n box-sizing: border-box;\n}\n\n#jetpack_summary_widget .inside {\n margin: 0;\n padding: 0;\n}\n\n#jetpack_summary_widget .stats,\n#jetpack_summary_widget .widgets,\n#jetpack_summary_widget .wpcom-connect {\n padding: .75em;\n}\n\n#jetpack_summary_widget .wpcom-connect {\n background: #fafafa;\n text-align: center;\n}\n\n#jetpack_summary_widget .wpcom-connect .jp-emblem {\n padding: 5px 0 0 0;\n}\n\n#jetpack_summary_widget .wpcom-connect svg {\n width: 40px;\n height: 40px;\n}\n\n#jetpack_summary_widget .wpcom-connect svg path {\n fill: #00BE28;\n}\n\n#jetpack_summary_widget .wpcom-connect .jp-emblem,\n#jetpack_summary_widget .wpcom-connect h3,\n#jetpack_summary_widget .wpcom-connect p {\n width: 100%;\n}\n\n#jetpack_summary_widget .wpcom-connect h3 {\n font-size: 1.25em;\n font-weight: 400;\n}\n\n#jetpack_summary_widget .wpcom-connect p {\n color: #555d66;\n margin-top: 0;\n padding: 0 15px;\n}\n\n#jetpack_summary_widget .wpcom-connect .actions {\n text-align: center;\n padding: 15px 0 10px 0;\n}\n\n#jetpack_summary_widget .wpcom-connect .actions small {\n display: block;\n}\n\n#jetpack_summary_widget .wpcom-connect .actions small a {\n color: #999;\n}\n\n#jetpack_summary_widget .button-jetpack {\n background: #00BE28;\n border-color: #008b1d;\n color: white;\n box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15);\n}\n\n#jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus {\n background: #00a523;\n border-color: #007218;\n color: white;\n box-shadow: inset 0 1px 0 #00f133;\n}\n\n#jetpack_summary_widget .button-jetpack:focus {\n box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);\n}\n\n#jetpack_summary_widget .button-jetpack:active {\n background: #008b1d;\n border-color: #007218;\n color: white;\n box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);\n}\n\n#jetpack_summary_widget .button-jetpack[disabled], #jetpack_summary_widget .button-jetpack:disabled, #jetpack_summary_widget .button-jetpack.button-primary-disabled, #jetpack_summary_widget .button-jetpack.disabled {\n color: #c7d1c9 !important;\n background: #00951f !important;\n border-color: #007218 !important;\n text-shadow: none !important;\n}\n\n#jetpack_summary_widget footer {\n background: #fafafa;\n padding: .75em;\n overflow: hidden;\n border-top: 1px solid #ccc;\n}\n\n#jetpack_summary_widget footer .protect,\n#jetpack_summary_widget footer .akismet {\n width: 50%;\n float: left;\n text-align: left;\n}\n\n#jetpack_summary_widget footer .protect {\n padding-right: 3%;\n}\n\n#jetpack_summary_widget footer h3 {\n font-size: 1.5em;\n font-weight: normal;\n margin: 0;\n padding: 0;\n}\n\n#jetpack_summary_widget footer p {\n margin: 0;\n padding: 0;\n}\n\n#jetpack_summary_widget footer section {\n margin: 0;\n padding: 0;\n text-align: center;\n}\n"],"file":"dashboard-widget.css"}

View File

@@ -0,0 +1,3 @@
@charset "UTF-8";/*!
* Do not modify this file directly. It is compiled SASS code.
*/#jetpack_summary_widget *{box-sizing:border-box}#jetpack_summary_widget .inside{margin:0;padding:0}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#fafafa;text-align:center}#jetpack_summary_widget .wpcom-connect .jp-emblem{padding:5px 0 0 0}#jetpack_summary_widget .wpcom-connect svg{width:40px;height:40px}#jetpack_summary_widget .wpcom-connect svg path{fill:#00be28}#jetpack_summary_widget .wpcom-connect .jp-emblem,#jetpack_summary_widget .wpcom-connect h3,#jetpack_summary_widget .wpcom-connect p{width:100%}#jetpack_summary_widget .wpcom-connect h3{font-size:1.25em;font-weight:400}#jetpack_summary_widget .wpcom-connect p{color:#555d66;margin-top:0;padding:0 15px}#jetpack_summary_widget .wpcom-connect .actions{text-align:center;padding:15px 0 10px 0}#jetpack_summary_widget .wpcom-connect .actions small{display:block}#jetpack_summary_widget .wpcom-connect .actions small a{color:#999}#jetpack_summary_widget .button-jetpack{background:#00be28;border-color:#008b1d;color:#fff;box-shadow:inset 0 1px 0 #0cff3f,0 1px 0 rgba(0,0,0,.15)}#jetpack_summary_widget .button-jetpack:focus,#jetpack_summary_widget .button-jetpack:hover{background:#00a523;border-color:#007218;color:#fff;box-shadow:inset 0 1px 0 #00f133}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #00f133,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#jetpack_summary_widget .button-jetpack:active{background:#008b1d;border-color:#007218;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled,#jetpack_summary_widget .button-jetpack:disabled,#jetpack_summary_widget .button-jetpack[disabled]{color:#c7d1c9!important;background:#00951f!important;border-color:#007218!important;text-shadow:none!important}#jetpack_summary_widget footer{background:#fafafa;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .akismet,#jetpack_summary_widget footer .protect{width:50%;float:left;text-align:left}#jetpack_summary_widget footer .protect{padding-right:3%}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:400;margin:0;padding:0}#jetpack_summary_widget footer p{margin:0;padding:0}#jetpack_summary_widget footer section{margin:0;padding:0;text-align:center}

View File

@@ -0,0 +1,488 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@charset "UTF-8";
/*
The MIT License (MIT)
Copyright © 20112015 thoughtbot, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
https://github.com/thoughtbot/bourbon
*/
.jitm-button {
background: white;
border-color: #c8d7e1;
border-style: solid;
border-width: 1px 1px 2px;
color: #2e4453;
cursor: pointer;
display: inline-block;
margin: 0;
outline: 0;
overflow: hidden;
font-weight: 500;
text-overflow: ellipsis;
text-decoration: none;
vertical-align: top;
box-sizing: border-box;
font-size: 0.875rem;
line-height: 1.3125rem;
border-radius: 0.25rem;
padding: 0.4375rem 0.875rem 0.5625rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.jitm-button:hover {
border-color: #a8bece;
color: #2e4453;
}
.jitm-button:active {
border-width: 2px 1px 1px;
}
.jitm-button:visited {
color: #2e4453;
}
.jitm-button[disabled], .jitm-button:disabled {
color: #e9eff3;
background: white;
border-color: #e9eff3;
cursor: default;
}
.jitm-button[disabled]:active, .jitm-button:disabled:active {
border-width: 1px 1px 2px;
}
.jitm-button:focus {
outline: 0;
border-color: #00aadc;
box-shadow: 0 0 0 2px #78dcfa;
}
.jitm-button.is-compact {
padding: 0.4375rem;
color: #668eaa;
font-size: 0.75rem;
line-height: 1;
}
.jitm-button.is-compact:disabled {
color: #e9eff3;
}
.jitm-button.hidden {
display: none;
}
.jitm-button.is-primary {
background: #00aadc;
border-color: #0087be;
color: white;
}
.jitm-button.is-primary:hover, .jitm-button.is-primary:focus {
border-color: #005082;
color: white;
}
.jitm-button.is-primary[disabled], .jitm-button.is-primary:disabled {
background: #bceefd;
border-color: #8cc9e2;
color: white;
}
.jitm-button.is-primary.is-compact {
color: white;
}
#screen-meta-links + .jitm-card {
margin: 2.5rem auto 0 1.5385em;
}
.jitm-card {
display: block;
position: relative;
margin: 1rem auto 0 0;
padding: 1rem;
box-sizing: border-box;
background: white;
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}
.jitm-card:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
@media (min-width: 481px) {
.jitm-card {
margin-bottom: 1rem;
padding: 1.5rem;
}
}
.jitm-card.is-compact {
margin-bottom: 0.0625rem;
}
@media (min-width: 481px) {
.jitm-card.is-compact {
margin-bottom: 1px;
padding: 1rem 1.5rem;
}
}
.jitm-card.is-card-link {
padding-left: 3rem;
}
.post-php .jitm-card {
margin-left: 0;
}
.jitm-banner.jitm-card {
border-right: 4px solid;
display: -ms-flexbox;
display: flex;
padding: 0.75rem 0.75rem 0.75rem 0.375rem;
position: relative;
z-index: 2;
border-right-color: #4ab866;
}
@media (max-width: 480px) {
.jitm-banner.jitm-card {
display: block;
}
}
.jitm-banner.jitm-card.is-card-link {
padding: 0.75rem 1rem 0.75rem 3rem;
}
.jitm-banner.jitm-card.is-dismissible {
padding-left: 3rem;
}
.jitm-banner.jitm-card .jitm-banner__icon {
color: #4ab866;
}
.jitm-banner.jitm-card .jitm-banner__icon-circle {
background-color: #4ab866;
}
.jitm-banner.jitm-card.is-upgrade-personal {
border-right-color: #f0b849;
}
.jitm-banner.jitm-card.is-upgrade-personal .jitm-banner__icon {
color: #f0b849;
}
.jitm-banner.jitm-card.is-upgrade-personal .jitm-banner__icon-circle {
background-color: #f0b849;
}
.jitm-banner.jitm-card.is-upgrade-premium {
border-right-color: #4ab866;
}
.jitm-banner.jitm-card.is-upgrade-premium .jitm-banner__icon {
color: #4ab866;
}
.jitm-banner.jitm-card.is-upgrade-premium .jitm-banner__icon-circle {
background-color: #4ab866;
}
.jitm-banner.jitm-card.is-upgrade-business, .jitm-banner.jitm-card.woo-jitm {
border-right-color: #855DA6;
}
.jitm-banner.jitm-card.is-upgrade-business .jitm-banner__icon, .jitm-banner.jitm-card.woo-jitm .jitm-banner__icon {
color: #855DA6;
}
.jitm-banner.jitm-card.is-upgrade-business .jitm-banner__icon-circle, .jitm-banner.jitm-card.woo-jitm .jitm-banner__icon-circle {
background-color: #855DA6;
}
.jitm-banner.jitm-card .jitm-card__link-indicator {
-ms-flex-align: center;
align-items: center;
color: #0087be;
display: -ms-flexbox;
display: flex;
}
.jitm-banner.jitm-card:hover {
transition: all 100ms ease-in-out;
}
.jitm-banner.jitm-card:hover.is-card-link {
box-shadow: 0 0 0 1px #87a6bc, 0 2px 4px #c8d7e1;
}
.jitm-banner.jitm-card:hover .jitm-card__link-indicator {
color: #005082;
}
@media (min-width: 481px) {
.jitm-banner.jitm-card {
padding: 0.75rem 1rem;
}
.jitm-banner.jitm-card.is-dismissible {
padding-left: 1rem;
}
}
.jitm-banner__icons {
display: -ms-flexbox;
display: flex;
}
.jitm-banner__icons .jitm-banner__icon,
.jitm-banner__icons .jitm-banner__icon-circle {
border-radius: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 1.5rem;
width: 1.5rem;
margin-left: 1rem;
margin-top: -0.125rem;
text-align: center;
top: 0.25rem;
}
.jitm-banner__icons .jitm-banner__icon {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: white;
display: block;
}
.jitm-banner__icons .jitm-banner__icon-circle {
color: white;
display: none;
padding: 0.1875rem 0.1875rem 0.25rem 0.25rem;
}
@media (min-width: 481px) {
.jitm-banner__icons {
-ms-flex-align: center;
align-items: center;
}
.jitm-banner__icons .jitm-banner__icon {
display: none;
}
.jitm-banner__icons .jitm-banner__icon-circle {
display: block;
}
}
.jitm-banner__icon-plan {
display: -ms-flexbox;
display: flex;
margin-left: 1rem;
}
.jitm-banner__icon-plan .dops-plan-icon {
height: 2rem;
width: 2rem;
}
.jitm-banner__icon-plan .jp-emblem {
position: relative;
top: 0.125rem;
}
@media (max-width: 480px) {
.jitm-banner__icon-plan .jp-emblem {
margin-bottom: 0.75rem;
}
}
.jitm-banner__icon-plan .jp-emblem svg {
height: 2rem;
width: 2rem;
fill: #00BE28;
}
@media (min-width: 481px) {
.jitm-banner__icon-plan {
-ms-flex-align: center;
align-items: center;
}
}
.jitm-banner__content {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (min-width: 481px) {
.jitm-banner__content {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
.jitm-banner__info {
-ms-flex-positive: 1;
flex-grow: 1;
line-height: 1.4;
}
@media (min-width: 481px) {
.jitm-banner__info {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
}
@media (min-width: 961px) {
.jitm-banner__info {
-ms-flex-preferred-size: 70%;
flex-basis: 70%;
}
}
.jitm-banner__info .jitm-banner__title,
.jitm-banner__info .jitm-banner__description {
color: #2e4453;
}
.jitm-banner__info .jitm-banner__title {
font-size: 14px;
font-weight: 500;
}
.jitm-banner__info .jitm-banner__description {
font-size: 0.75rem;
line-height: 1.5;
margin-top: 0.375rem;
}
.jitm-banner__info .banner__list {
font-size: 12px;
list-style: none;
margin: 10px 0;
}
.jitm-banner__info .banner__list li {
margin: 6px 0;
}
.jitm-banner__info .banner__list li .gridicon {
fill: #87a6bc;
display: inline;
margin-left: 12px;
vertical-align: bottom;
}
.jitm-banner__action {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 0.75rem;
margin: 0.5rem 0 0;
text-align: right;
width: 100%;
}
.jitm-banner__action .jitm-banner__prices {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: start;
justify-content: flex-start;
}
.jitm-banner__action .jitm-banner__prices .dops-plan-price {
margin-bottom: 0;
}
.jitm-banner__action .jitm-banner__prices .dops-plan-price.is-discounted,
.jitm-banner__action .jitm-banner__prices .dops-plan-price.is-discounted .dops-plan-price__currency-symbol {
color: #2e4453;
}
.has-call-to-action .jitm-banner__action .jitm-banner__prices .dops-plan-price {
margin-bottom: 0.5rem;
}
@media (min-width: 481px) {
.jitm-banner__action {
margin: 0 0.5rem 0 0.25rem;
text-align: center;
width: auto;
}
.jitm-banner__action .is-dismissible {
margin-top: 2.5rem;
}
.jitm-banner__action .jitm-banner__prices {
-ms-flex-pack: end;
justify-content: flex-end;
text-align: left;
}
}
.jitm-banner__dismiss {
display: block;
text-decoration: none;
line-height: .5;
}
.jitm-banner__dismiss:before {
color: #4f748e;
font: 400 16px/1 dashicons;
content: '\f158';
}
@media (min-width: 661px) {
.jitm-banner__dismiss {
margin-left: -0.5rem;
}
}
@media (max-width: 480px) {
.jitm-banner__dismiss {
position: absolute;
top: 0.875rem;
left: 0.875rem;
}
}
.jitm-banner__action + .jitm-banner__dismiss {
margin-right: 0.625rem;
}
/*# sourceMappingURL=jetpack-admin-jitm-rtl.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,488 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@charset "UTF-8";
/*
The MIT License (MIT)
Copyright © 20112015 thoughtbot, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
https://github.com/thoughtbot/bourbon
*/
.jitm-button {
background: white;
border-color: #c8d7e1;
border-style: solid;
border-width: 1px 1px 2px;
color: #2e4453;
cursor: pointer;
display: inline-block;
margin: 0;
outline: 0;
overflow: hidden;
font-weight: 500;
text-overflow: ellipsis;
text-decoration: none;
vertical-align: top;
box-sizing: border-box;
font-size: 0.875rem;
line-height: 1.3125rem;
border-radius: 0.25rem;
padding: 0.4375rem 0.875rem 0.5625rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.jitm-button:hover {
border-color: #a8bece;
color: #2e4453;
}
.jitm-button:active {
border-width: 2px 1px 1px;
}
.jitm-button:visited {
color: #2e4453;
}
.jitm-button[disabled], .jitm-button:disabled {
color: #e9eff3;
background: white;
border-color: #e9eff3;
cursor: default;
}
.jitm-button[disabled]:active, .jitm-button:disabled:active {
border-width: 1px 1px 2px;
}
.jitm-button:focus {
outline: 0;
border-color: #00aadc;
box-shadow: 0 0 0 2px #78dcfa;
}
.jitm-button.is-compact {
padding: 0.4375rem;
color: #668eaa;
font-size: 0.75rem;
line-height: 1;
}
.jitm-button.is-compact:disabled {
color: #e9eff3;
}
.jitm-button.hidden {
display: none;
}
.jitm-button.is-primary {
background: #00aadc;
border-color: #0087be;
color: white;
}
.jitm-button.is-primary:hover, .jitm-button.is-primary:focus {
border-color: #005082;
color: white;
}
.jitm-button.is-primary[disabled], .jitm-button.is-primary:disabled {
background: #bceefd;
border-color: #8cc9e2;
color: white;
}
.jitm-button.is-primary.is-compact {
color: white;
}
#screen-meta-links + .jitm-card {
margin: 2.5rem 1.5385em 0 auto;
}
.jitm-card {
display: block;
position: relative;
margin: 1rem 0 0 auto;
padding: 1rem;
box-sizing: border-box;
background: white;
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}
.jitm-card:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
@media (min-width: 481px) {
.jitm-card {
margin-bottom: 1rem;
padding: 1.5rem;
}
}
.jitm-card.is-compact {
margin-bottom: 0.0625rem;
}
@media (min-width: 481px) {
.jitm-card.is-compact {
margin-bottom: 1px;
padding: 1rem 1.5rem;
}
}
.jitm-card.is-card-link {
padding-right: 3rem;
}
.post-php .jitm-card {
margin-right: 0;
}
.jitm-banner.jitm-card {
border-left: 4px solid;
display: -ms-flexbox;
display: flex;
padding: 0.75rem 0.375rem 0.75rem 0.75rem;
position: relative;
z-index: 2;
border-left-color: #4ab866;
}
@media (max-width: 480px) {
.jitm-banner.jitm-card {
display: block;
}
}
.jitm-banner.jitm-card.is-card-link {
padding: 0.75rem 3rem 0.75rem 1rem;
}
.jitm-banner.jitm-card.is-dismissible {
padding-right: 3rem;
}
.jitm-banner.jitm-card .jitm-banner__icon {
color: #4ab866;
}
.jitm-banner.jitm-card .jitm-banner__icon-circle {
background-color: #4ab866;
}
.jitm-banner.jitm-card.is-upgrade-personal {
border-left-color: #f0b849;
}
.jitm-banner.jitm-card.is-upgrade-personal .jitm-banner__icon {
color: #f0b849;
}
.jitm-banner.jitm-card.is-upgrade-personal .jitm-banner__icon-circle {
background-color: #f0b849;
}
.jitm-banner.jitm-card.is-upgrade-premium {
border-left-color: #4ab866;
}
.jitm-banner.jitm-card.is-upgrade-premium .jitm-banner__icon {
color: #4ab866;
}
.jitm-banner.jitm-card.is-upgrade-premium .jitm-banner__icon-circle {
background-color: #4ab866;
}
.jitm-banner.jitm-card.is-upgrade-business, .jitm-banner.jitm-card.woo-jitm {
border-left-color: #855DA6;
}
.jitm-banner.jitm-card.is-upgrade-business .jitm-banner__icon, .jitm-banner.jitm-card.woo-jitm .jitm-banner__icon {
color: #855DA6;
}
.jitm-banner.jitm-card.is-upgrade-business .jitm-banner__icon-circle, .jitm-banner.jitm-card.woo-jitm .jitm-banner__icon-circle {
background-color: #855DA6;
}
.jitm-banner.jitm-card .jitm-card__link-indicator {
-ms-flex-align: center;
align-items: center;
color: #0087be;
display: -ms-flexbox;
display: flex;
}
.jitm-banner.jitm-card:hover {
transition: all 100ms ease-in-out;
}
.jitm-banner.jitm-card:hover.is-card-link {
box-shadow: 0 0 0 1px #87a6bc, 0 2px 4px #c8d7e1;
}
.jitm-banner.jitm-card:hover .jitm-card__link-indicator {
color: #005082;
}
@media (min-width: 481px) {
.jitm-banner.jitm-card {
padding: 0.75rem 1rem;
}
.jitm-banner.jitm-card.is-dismissible {
padding-right: 1rem;
}
}
.jitm-banner__icons {
display: -ms-flexbox;
display: flex;
}
.jitm-banner__icons .jitm-banner__icon,
.jitm-banner__icons .jitm-banner__icon-circle {
border-radius: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 1.5rem;
width: 1.5rem;
margin-right: 1rem;
margin-top: -0.125rem;
text-align: center;
top: 0.25rem;
}
.jitm-banner__icons .jitm-banner__icon {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: white;
display: block;
}
.jitm-banner__icons .jitm-banner__icon-circle {
color: white;
display: none;
padding: 0.1875rem 0.25rem 0.25rem 0.1875rem;
}
@media (min-width: 481px) {
.jitm-banner__icons {
-ms-flex-align: center;
align-items: center;
}
.jitm-banner__icons .jitm-banner__icon {
display: none;
}
.jitm-banner__icons .jitm-banner__icon-circle {
display: block;
}
}
.jitm-banner__icon-plan {
display: -ms-flexbox;
display: flex;
margin-right: 1rem;
}
.jitm-banner__icon-plan .dops-plan-icon {
height: 2rem;
width: 2rem;
}
.jitm-banner__icon-plan .jp-emblem {
position: relative;
top: 0.125rem;
}
@media (max-width: 480px) {
.jitm-banner__icon-plan .jp-emblem {
margin-bottom: 0.75rem;
}
}
.jitm-banner__icon-plan .jp-emblem svg {
height: 2rem;
width: 2rem;
fill: #00BE28;
}
@media (min-width: 481px) {
.jitm-banner__icon-plan {
-ms-flex-align: center;
align-items: center;
}
}
.jitm-banner__content {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (min-width: 481px) {
.jitm-banner__content {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
.jitm-banner__info {
-ms-flex-positive: 1;
flex-grow: 1;
line-height: 1.4;
}
@media (min-width: 481px) {
.jitm-banner__info {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
}
@media (min-width: 961px) {
.jitm-banner__info {
-ms-flex-preferred-size: 70%;
flex-basis: 70%;
}
}
.jitm-banner__info .jitm-banner__title,
.jitm-banner__info .jitm-banner__description {
color: #2e4453;
}
.jitm-banner__info .jitm-banner__title {
font-size: 14px;
font-weight: 500;
}
.jitm-banner__info .jitm-banner__description {
font-size: 0.75rem;
line-height: 1.5;
margin-top: 0.375rem;
}
.jitm-banner__info .banner__list {
font-size: 12px;
list-style: none;
margin: 10px 0;
}
.jitm-banner__info .banner__list li {
margin: 6px 0;
}
.jitm-banner__info .banner__list li .gridicon {
fill: #87a6bc;
display: inline;
margin-right: 12px;
vertical-align: bottom;
}
.jitm-banner__action {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 0.75rem;
margin: 0.5rem 0 0;
text-align: left;
width: 100%;
}
.jitm-banner__action .jitm-banner__prices {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: start;
justify-content: flex-start;
}
.jitm-banner__action .jitm-banner__prices .dops-plan-price {
margin-bottom: 0;
}
.jitm-banner__action .jitm-banner__prices .dops-plan-price.is-discounted,
.jitm-banner__action .jitm-banner__prices .dops-plan-price.is-discounted .dops-plan-price__currency-symbol {
color: #2e4453;
}
.has-call-to-action .jitm-banner__action .jitm-banner__prices .dops-plan-price {
margin-bottom: 0.5rem;
}
@media (min-width: 481px) {
.jitm-banner__action {
margin: 0 0.25rem 0 0.5rem;
text-align: center;
width: auto;
}
.jitm-banner__action .is-dismissible {
margin-top: 2.5rem;
}
.jitm-banner__action .jitm-banner__prices {
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right;
}
}
.jitm-banner__dismiss {
display: block;
text-decoration: none;
line-height: .5;
}
.jitm-banner__dismiss:before {
color: #4f748e;
font: 400 16px/1 dashicons;
content: '\f158';
}
@media (min-width: 661px) {
.jitm-banner__dismiss {
margin-right: -0.5rem;
}
}
@media (max-width: 480px) {
.jitm-banner__dismiss {
position: absolute;
top: 0.875rem;
right: 0.875rem;
}
}
.jitm-banner__action + .jitm-banner__dismiss {
margin-left: 0.625rem;
}
/*# sourceMappingURL=jetpack-admin-jitm.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,413 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@charset "UTF-8";
/*
The MIT License (MIT)
Copyright © 20112015 thoughtbot, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
https://github.com/thoughtbot/bourbon
*/
.updated.jp-banner {
position: relative;
padding: 0;
}
.updated .jp-banner__header {
font-size: 1.125rem;
font-weight: 400;
margin-top: 0;
}
.updated .jp-banner__button-container {
padding: 0.75rem 0 0;
}
.updated .jp-banner__tos-blurb {
display: block;
padding: 0.375rem 0;
line-height: 1.5;
font-size: 0.6875rem;
color: #2e4453;
}
.jp-banner .notice-dismiss {
text-decoration: none;
}
.jp-banner__description {
font-size: 0.875rem;
}
.jp-banner__description-container {
padding: 1rem;
}
.jetpack-disconnected .jp-connect-full__container {
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9999;
background: rgba(243, 246, 248, 0.95);
text-align: center;
padding: 2rem;
}
@media (min-width: 782px) {
.jetpack-disconnected .jp-connect-full__container {
right: -20px;
}
}
.jp-connect-full__svg-jupiter {
position: absolute;
left: 0;
top: 5rem;
opacity: .90;
}
@media (max-width: 782px) {
.jp-connect-full__svg-jupiter {
display: none;
}
}
.jp-connect-full__svg-stars {
position: absolute;
right: 6.25rem;
top: 6.25rem;
opacity: .90;
}
@media (max-width: 782px) {
.jp-connect-full__svg-stars {
display: none;
}
}
.jp-connect-full__svg-dismiss {
position: absolute;
left: 0;
top: 0;
fill: #87a6bc;
padding: 1rem;
height: 1.5rem;
width: 1.5rem;
}
@media (max-width: 600px) {
.jp-connect-full__svg-dismiss {
top: 3.125rem;
}
}
.jp-connect-full__step-header-logos {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
}
.jp-connect-full__step-header-logos .jp-connect-full__svg-jetpack,
.jp-connect-full__step-header-logos .jp-connect-full__svg-jetpack {
fill: #87a6bc;
}
.jp-connect-full__step-header-logos .jp-connect-full__svg-sync {
fill: #2e4453;
margin: 0 1rem;
}
@media (max-width: 600px) {
.jp-connect-full__step-header-logos {
padding-top: 2rem;
}
}
.jp-connect-full__step-header-title {
padding: 1rem;
font-size: 1.5rem;
line-height: 1.25;
color: #2e4453;
font-weight: 400;
}
.jp-connect-full__card {
padding: 0;
margin: 0 auto;
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
background: white;
max-width: 34.375rem;
}
.jp-connect-full__card-inner {
padding: 1rem;
}
.jp-connect-full__card-description {
font-size: 0.875rem;
color: #2e4453;
}
.jp-connect-full__card-footer {
background: #f3f6f8;
padding: 1rem;
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}
.jp-connect-full__tos-blurb {
font-size: 0.6875rem;
margin: 0 auto 1rem;
max-width: 24.0625rem;
color: #2e4453;
}
.jp-connect-full__tos-a {
text-decoration: none;
color: #0087be;
}
.jp-connect-full__button-container {
margin: 0;
}
.jp-connect-full__button-container .dops-button.is-primary {
background: #00BE28;
border-color: #00a523;
}
.jp-connect-full__button-container .dops-button.is-primary:hover, .jp-connect-full__button-container .dops-button.is-primary:focus {
background: #00a523;
border-color: #008b1d;
}
.jp-connect-full__help-button {
display: inline-block;
text-decoration: none;
color: #87a6bc;
padding: 1rem;
}
.jp-connect-full__help-button .gridicon {
width: 1.125rem;
height: 1.125rem;
position: relative;
top: 4px;
}
.jp-connect-full__dismiss {
cursor: pointer;
}
.updated.jp-wpcom-connect__container {
border-right: none;
padding: 0;
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}
@media screen and (max-width: 782px) {
.updated.jp-wpcom-connect__container {
padding: 0 !important;
}
}
.updated.jp-wpcom-connect__container .dops-button {
padding: 7px 14px 9px;
}
.updated .notice-dismiss {
z-index: 1;
text-decoration: none;
}
.jp-wpcom-connect__container {
display: block;
position: relative;
box-sizing: border-box;
}
.jp-wpcom-connect__inner-container > a:first-child {
z-index: 1;
}
.jp-wpcom-connect__inner-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: left;
justify-content: left;
}
.jp-wpcom-connect__content-container {
width: 1250px;
position: relative;
padding: 2rem;
z-index: 0;
}
@media (min-width: 782px) {
.jp-wpcom-connect__content-container {
padding: 2rem 2rem 6rem 2rem;
}
}
.jp-wpcom-connect__content-container p {
color: #4f748e;
font-size: 0.875rem;
}
.jp-wpcom-connect__content-container h2 {
margin-top: 0;
color: #4F748E;
line-height: 1.6;
}
.jp-wpcom-connect__content-icon {
float: left;
margin: 0 2.25rem 0 1.5rem;
}
@media (max-width: 782px) {
.jp-wpcom-connect__content-icon.jp-connect-illo {
float: none;
width: 100%;
text-align: center;
margin: 2.25rem 0 1.5rem;
}
}
.jp-wpcom-connect__slide {
display: none;
}
.jp-wpcom-connect__slide.jp__slide-is-active {
display: block;
}
@media (min-width: 782px) {
.jp-wpcom-connect__content-container .jp-banner__button-container {
position: absolute;
bottom: 0.5rem;
}
}
.jp-banner__button-container .dops-button {
margin: 0.3125rem 0;
}
.jp-banner__button-container .dops-button.is-primary {
background: #00BE28;
border-color: #00a523;
}
.jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus {
background: #00a523;
border-color: #008b1d;
}
.jp-wpcom-connect__vertical-nav {
background-color: #F3F6F8;
}
@media (min-width: 600px) {
.jp-wpcom-connect__vertical-nav {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-width: 600px) {
.jp-wpcom-connect__vertical-nav {
display: none;
}
}
.jp-wpcom-connect__vertical-nav-container {
width: 15rem;
}
.vertical-menu__feature-item-label {
display: none;
}
@media (min-width: 600px) {
.vertical-menu__feature-item {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
border: none;
padding: 0.5rem;
border-bottom: 1px solid #c8d7e1;
border-left: 1px solid #c8d7e1;
border-right: 3px solid #F3F6F8;
background-color: #F3F6F8;
color: #87a6bc;
cursor: pointer;
}
.vertical-menu__feature-item:last-of-type {
position: relative;
top: 1px;
}
.vertical-menu__feature-item-is-selected {
border-right: 3px solid #0087be;
border-left: 1px solid #fff;
background-color: #fff;
color: #2e4453;
}
.vertical-menu__feature-item-is-selected.jp-feature-intro {
border-right: 3px solid #00BE28;
}
.vertical-menu__feature-item-icon {
width: 1.25rem;
height: 1.25rem;
padding: 0.25rem;
text-align: center;
}
.vertical-menu__feature-item svg {
fill: #86A6BD;
}
.vertical-menu__feature-item-is-selected svg {
fill: #3D596D;
}
.vertical-menu__feature-item-is-selected.jp-feature-intro svg {
fill: #00BE28;
}
.vertical-menu__feature-item-is-selected.wp-app-logo svg path {
fill: #3D596D;
}
.vertical-menu__feature-item-label {
display: block;
padding: 0.5rem;
}
}
/*# sourceMappingURL=jetpack-banners-rtl.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,413 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@charset "UTF-8";
/*
The MIT License (MIT)
Copyright © 20112015 thoughtbot, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
https://github.com/thoughtbot/bourbon
*/
.updated.jp-banner {
position: relative;
padding: 0;
}
.updated .jp-banner__header {
font-size: 1.125rem;
font-weight: 400;
margin-top: 0;
}
.updated .jp-banner__button-container {
padding: 0.75rem 0 0;
}
.updated .jp-banner__tos-blurb {
display: block;
padding: 0.375rem 0;
line-height: 1.5;
font-size: 0.6875rem;
color: #2e4453;
}
.jp-banner .notice-dismiss {
text-decoration: none;
}
.jp-banner__description {
font-size: 0.875rem;
}
.jp-banner__description-container {
padding: 1rem;
}
.jetpack-disconnected .jp-connect-full__container {
box-sizing: border-box;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
background: rgba(243, 246, 248, 0.95);
text-align: center;
padding: 2rem;
}
@media (min-width: 782px) {
.jetpack-disconnected .jp-connect-full__container {
left: -20px;
}
}
.jp-connect-full__svg-jupiter {
position: absolute;
right: 0;
top: 5rem;
opacity: .90;
}
@media (max-width: 782px) {
.jp-connect-full__svg-jupiter {
display: none;
}
}
.jp-connect-full__svg-stars {
position: absolute;
left: 6.25rem;
top: 6.25rem;
opacity: .90;
}
@media (max-width: 782px) {
.jp-connect-full__svg-stars {
display: none;
}
}
.jp-connect-full__svg-dismiss {
position: absolute;
right: 0;
top: 0;
fill: #87a6bc;
padding: 1rem;
height: 1.5rem;
width: 1.5rem;
}
@media (max-width: 600px) {
.jp-connect-full__svg-dismiss {
top: 3.125rem;
}
}
.jp-connect-full__step-header-logos {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
}
.jp-connect-full__step-header-logos .jp-connect-full__svg-jetpack,
.jp-connect-full__step-header-logos .jp-connect-full__svg-jetpack {
fill: #87a6bc;
}
.jp-connect-full__step-header-logos .jp-connect-full__svg-sync {
fill: #2e4453;
margin: 0 1rem;
}
@media (max-width: 600px) {
.jp-connect-full__step-header-logos {
padding-top: 2rem;
}
}
.jp-connect-full__step-header-title {
padding: 1rem;
font-size: 1.5rem;
line-height: 1.25;
color: #2e4453;
font-weight: 400;
}
.jp-connect-full__card {
padding: 0;
margin: 0 auto;
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
background: white;
max-width: 34.375rem;
}
.jp-connect-full__card-inner {
padding: 1rem;
}
.jp-connect-full__card-description {
font-size: 0.875rem;
color: #2e4453;
}
.jp-connect-full__card-footer {
background: #f3f6f8;
padding: 1rem;
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}
.jp-connect-full__tos-blurb {
font-size: 0.6875rem;
margin: 0 auto 1rem;
max-width: 24.0625rem;
color: #2e4453;
}
.jp-connect-full__tos-a {
text-decoration: none;
color: #0087be;
}
.jp-connect-full__button-container {
margin: 0;
}
.jp-connect-full__button-container .dops-button.is-primary {
background: #00BE28;
border-color: #00a523;
}
.jp-connect-full__button-container .dops-button.is-primary:hover, .jp-connect-full__button-container .dops-button.is-primary:focus {
background: #00a523;
border-color: #008b1d;
}
.jp-connect-full__help-button {
display: inline-block;
text-decoration: none;
color: #87a6bc;
padding: 1rem;
}
.jp-connect-full__help-button .gridicon {
width: 1.125rem;
height: 1.125rem;
position: relative;
top: 4px;
}
.jp-connect-full__dismiss {
cursor: pointer;
}
.updated.jp-wpcom-connect__container {
border-left: none;
padding: 0;
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}
@media screen and (max-width: 782px) {
.updated.jp-wpcom-connect__container {
padding: 0 !important;
}
}
.updated.jp-wpcom-connect__container .dops-button {
padding: 7px 14px 9px;
}
.updated .notice-dismiss {
z-index: 1;
text-decoration: none;
}
.jp-wpcom-connect__container {
display: block;
position: relative;
box-sizing: border-box;
}
.jp-wpcom-connect__inner-container > a:first-child {
z-index: 1;
}
.jp-wpcom-connect__inner-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: left;
justify-content: left;
}
.jp-wpcom-connect__content-container {
width: 1250px;
position: relative;
padding: 2rem;
z-index: 0;
}
@media (min-width: 782px) {
.jp-wpcom-connect__content-container {
padding: 2rem 2rem 6rem 2rem;
}
}
.jp-wpcom-connect__content-container p {
color: #4f748e;
font-size: 0.875rem;
}
.jp-wpcom-connect__content-container h2 {
margin-top: 0;
color: #4F748E;
line-height: 1.6;
}
.jp-wpcom-connect__content-icon {
float: right;
margin: 0 1.5rem 0 2.25rem;
}
@media (max-width: 782px) {
.jp-wpcom-connect__content-icon.jp-connect-illo {
float: none;
width: 100%;
text-align: center;
margin: 2.25rem 0 1.5rem;
}
}
.jp-wpcom-connect__slide {
display: none;
}
.jp-wpcom-connect__slide.jp__slide-is-active {
display: block;
}
@media (min-width: 782px) {
.jp-wpcom-connect__content-container .jp-banner__button-container {
position: absolute;
bottom: 0.5rem;
}
}
.jp-banner__button-container .dops-button {
margin: 0.3125rem 0;
}
.jp-banner__button-container .dops-button.is-primary {
background: #00BE28;
border-color: #00a523;
}
.jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus {
background: #00a523;
border-color: #008b1d;
}
.jp-wpcom-connect__vertical-nav {
background-color: #F3F6F8;
}
@media (min-width: 600px) {
.jp-wpcom-connect__vertical-nav {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-width: 600px) {
.jp-wpcom-connect__vertical-nav {
display: none;
}
}
.jp-wpcom-connect__vertical-nav-container {
width: 15rem;
}
.vertical-menu__feature-item-label {
display: none;
}
@media (min-width: 600px) {
.vertical-menu__feature-item {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
border: none;
padding: 0.5rem;
border-bottom: 1px solid #c8d7e1;
border-right: 1px solid #c8d7e1;
border-left: 3px solid #F3F6F8;
background-color: #F3F6F8;
color: #87a6bc;
cursor: pointer;
}
.vertical-menu__feature-item:last-of-type {
position: relative;
top: 1px;
}
.vertical-menu__feature-item-is-selected {
border-left: 3px solid #0087be;
border-right: 1px solid #fff;
background-color: #fff;
color: #2e4453;
}
.vertical-menu__feature-item-is-selected.jp-feature-intro {
border-left: 3px solid #00BE28;
}
.vertical-menu__feature-item-icon {
width: 1.25rem;
height: 1.25rem;
padding: 0.25rem;
text-align: center;
}
.vertical-menu__feature-item svg {
fill: #86A6BD;
}
.vertical-menu__feature-item-is-selected svg {
fill: #3D596D;
}
.vertical-menu__feature-item-is-selected.jp-feature-intro svg {
fill: #00BE28;
}
.vertical-menu__feature-item-is-selected.wp-app-logo svg path {
fill: #3D596D;
}
.vertical-menu__feature-item-label {
display: block;
padding: 0.5rem;
}
}
/*# sourceMappingURL=jetpack-banners.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,34 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@font-face {
font-family: "jetpack";
src: url("../_inc/fonts/jetpack/jetpack.eot");
src: url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/jetpack/jetpack.woff") format("woff"), url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"), url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "jetpack";
src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
}
}
li.toplevel_page_jetpack .wp-menu-image:before {
font-family: 'jetpack' !important;
content: '\f100';
}
#menu-posts-feedback .wp-menu-image:before {
font-family: dashicons !important;
content: '\f175';
}
#adminmenu #menu-posts-feedback div.wp-menu-image {
background: none !important;
background-repeat: no-repeat;
}
/*# sourceMappingURL=jetpack-icons-rtl.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"names":[],"mappings":"","sources":["jetpack-icons-rtl.css"],"sourcesContent":["/*!\n* Do not modify this file directly. It is compiled SASS code.\n*/\n@font-face {\n font-family: \"jetpack\";\n src: url(\"../_inc/fonts/jetpack/jetpack.eot\");\n src: url(\"../_inc/fonts/jetpack/jetpack.eot?#iefix\") format(\"embedded-opentype\"), url(\"../_inc/fonts/jetpack/jetpack.woff\") format(\"woff\"), url(\"../_inc/fonts/jetpack/jetpack.ttf\") format(\"truetype\"), url(\"../_inc/fonts/jetpack/jetpack.svg#jetpack\") format(\"svg\");\n font-weight: normal;\n font-style: normal;\n}\n\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n @font-face {\n font-family: \"jetpack\";\n src: url(\"../_inc/fonts/jetpack/jetpack.svg#jetpack\") format(\"svg\");\n }\n}\n\nli.toplevel_page_jetpack .wp-menu-image:before {\n font-family: 'jetpack' !important;\n content: '\\f100';\n}\n\n#menu-posts-feedback .wp-menu-image:before {\n font-family: dashicons !important;\n content: '\\f175';\n}\n\n#adminmenu #menu-posts-feedback div.wp-menu-image {\n background: none !important;\n background-repeat: no-repeat;\n}\n"],"file":"jetpack-icons-rtl.css"}

View File

@@ -0,0 +1,3 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/@font-face{font-family:jetpack;src:url(../_inc/fonts/jetpack/jetpack.eot);src:url(../_inc/fonts/jetpack/jetpack.eot?#iefix) format("embedded-opentype"),url(../_inc/fonts/jetpack/jetpack.woff) format("woff"),url(../_inc/fonts/jetpack/jetpack.ttf) format("truetype"),url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:jetpack;src:url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg")}}li.toplevel_page_jetpack .wp-menu-image:before{font-family:jetpack!important;content:'\f100'}#menu-posts-feedback .wp-menu-image:before{font-family:dashicons!important;content:'\f175'}#adminmenu #menu-posts-feedback div.wp-menu-image{background:0 0!important;background-repeat:no-repeat}

View File

@@ -0,0 +1,34 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@font-face {
font-family: "jetpack";
src: url("../_inc/fonts/jetpack/jetpack.eot");
src: url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/jetpack/jetpack.woff") format("woff"), url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"), url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "jetpack";
src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
}
}
li.toplevel_page_jetpack .wp-menu-image:before {
font-family: 'jetpack' !important;
content: '\f100';
}
#menu-posts-feedback .wp-menu-image:before {
font-family: dashicons !important;
content: '\f175';
}
#adminmenu #menu-posts-feedback div.wp-menu-image {
background: none !important;
background-repeat: no-repeat;
}
/*# sourceMappingURL=jetpack-icons.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"names":[],"mappings":"","sources":["jetpack-icons.css"],"sourcesContent":["/*!\n* Do not modify this file directly. It is compiled SASS code.\n*/\n@font-face {\n font-family: \"jetpack\";\n src: url(\"../_inc/fonts/jetpack/jetpack.eot\");\n src: url(\"../_inc/fonts/jetpack/jetpack.eot?#iefix\") format(\"embedded-opentype\"), url(\"../_inc/fonts/jetpack/jetpack.woff\") format(\"woff\"), url(\"../_inc/fonts/jetpack/jetpack.ttf\") format(\"truetype\"), url(\"../_inc/fonts/jetpack/jetpack.svg#jetpack\") format(\"svg\");\n font-weight: normal;\n font-style: normal;\n}\n\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n @font-face {\n font-family: \"jetpack\";\n src: url(\"../_inc/fonts/jetpack/jetpack.svg#jetpack\") format(\"svg\");\n }\n}\n\nli.toplevel_page_jetpack .wp-menu-image:before {\n font-family: 'jetpack' !important;\n content: '\\f100';\n}\n\n#menu-posts-feedback .wp-menu-image:before {\n font-family: dashicons !important;\n content: '\\f175';\n}\n\n#adminmenu #menu-posts-feedback div.wp-menu-image {\n background: none !important;\n background-repeat: no-repeat;\n}\n"],"file":"jetpack-icons.css"}

View File

@@ -0,0 +1,3 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/@font-face{font-family:jetpack;src:url(../_inc/fonts/jetpack/jetpack.eot);src:url(../_inc/fonts/jetpack/jetpack.eot?#iefix) format("embedded-opentype"),url(../_inc/fonts/jetpack/jetpack.woff) format("woff"),url(../_inc/fonts/jetpack/jetpack.ttf) format("truetype"),url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:jetpack;src:url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg")}}li.toplevel_page_jetpack .wp-menu-image:before{font-family:jetpack!important;content:'\f100'}#menu-posts-feedback .wp-menu-image:before{font-family:dashicons!important;content:'\f175'}#adminmenu #menu-posts-feedback div.wp-menu-image{background:0 0!important;background-repeat:no-repeat}

View File

@@ -0,0 +1,33 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
#wp-admin-bar-jetpack-idc.hide {
display: none;
}
#wp-admin-bar-jetpack-idc .jp-idc-admin-bar {
background: #fff;
border-radius: 2px;
color: #23282d;
padding: 4px 8px;
font-size: 12px;
}
#wpadminbar #wp-admin-bar-jetpack-idc .dashicons {
color: #23282d;
font-family: 'dashicons';
}
#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before {
font-size: 16px;
}
#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item {
background: inherit;
}
#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar {
background: #eee;
}
/*# sourceMappingURL=jetpack-idc-admin-bar-rtl.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"names":[],"mappings":"","sources":["jetpack-idc-admin-bar-rtl.css"],"sourcesContent":["/*!\n* Do not modify this file directly. It is compiled SASS code.\n*/\n#wp-admin-bar-jetpack-idc.hide {\n display: none;\n}\n\n#wp-admin-bar-jetpack-idc .jp-idc-admin-bar {\n background: #fff;\n border-radius: 2px;\n color: #23282d;\n padding: 4px 8px;\n font-size: 12px;\n}\n\n#wpadminbar #wp-admin-bar-jetpack-idc .dashicons {\n color: #23282d;\n font-family: 'dashicons';\n}\n\n#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before {\n font-size: 16px;\n}\n\n#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item {\n background: inherit;\n}\n\n#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar {\n background: #eee;\n}\n"],"file":"jetpack-idc-admin-bar-rtl.css"}

View File

@@ -0,0 +1,3 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/#wp-admin-bar-jetpack-idc.hide{display:none}#wp-admin-bar-jetpack-idc .jp-idc-admin-bar{background:#fff;border-radius:2px;color:#23282d;padding:4px 8px;font-size:12px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{color:#23282d;font-family:dashicons}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:16px}#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item{background:inherit}#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar{background:#eee}

View File

@@ -0,0 +1,33 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
#wp-admin-bar-jetpack-idc.hide {
display: none;
}
#wp-admin-bar-jetpack-idc .jp-idc-admin-bar {
background: #fff;
border-radius: 2px;
color: #23282d;
padding: 4px 8px;
font-size: 12px;
}
#wpadminbar #wp-admin-bar-jetpack-idc .dashicons {
color: #23282d;
font-family: 'dashicons';
}
#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before {
font-size: 16px;
}
#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item {
background: inherit;
}
#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar {
background: #eee;
}
/*# sourceMappingURL=jetpack-idc-admin-bar.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"names":[],"mappings":"","sources":["jetpack-idc-admin-bar.css"],"sourcesContent":["/*!\n* Do not modify this file directly. It is compiled SASS code.\n*/\n#wp-admin-bar-jetpack-idc.hide {\n display: none;\n}\n\n#wp-admin-bar-jetpack-idc .jp-idc-admin-bar {\n background: #fff;\n border-radius: 2px;\n color: #23282d;\n padding: 4px 8px;\n font-size: 12px;\n}\n\n#wpadminbar #wp-admin-bar-jetpack-idc .dashicons {\n color: #23282d;\n font-family: 'dashicons';\n}\n\n#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before {\n font-size: 16px;\n}\n\n#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item {\n background: inherit;\n}\n\n#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar {\n background: #eee;\n}\n"],"file":"jetpack-idc-admin-bar.css"}

View File

@@ -0,0 +1,3 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/#wp-admin-bar-jetpack-idc.hide{display:none}#wp-admin-bar-jetpack-idc .jp-idc-admin-bar{background:#fff;border-radius:2px;color:#23282d;padding:4px 8px;font-size:12px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{color:#23282d;font-family:dashicons}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:16px}#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item{background:inherit}#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar{background:#eee}

View File

@@ -0,0 +1,222 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@charset "UTF-8";
/*
The MIT License (MIT)
Copyright © 20112015 thoughtbot, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
https://github.com/thoughtbot/bourbon
*/
.jp-idc-notice,
.jp-idc-notice * {
box-sizing: border-box;
}
.jp-idc-notice {
margin-right: 0;
margin-left: 10px;
margin-top: 10px;
overflow: hidden;
padding-bottom: 16px;
padding-top: 0;
}
.jp-idc-notice.is-non-admin {
padding-bottom: 0;
}
@media all and (min-width: 783px) {
.jp-idc-notice {
margin-left: 20px;
margin-top: 20px;
}
.jp-idc-notice.has-help-tabs {
margin-top: 48px;
}
}
.jp-idc-notice p {
margin: 0;
padding: 0;
}
.jp-idc-notice h3, .jp-idc-notice p {
color: #2e4453;
}
.jp-idc-notice a:not(.dops-notice__action) {
color: #0087be;
text-decoration: none;
}
.jp-idc-notice a:not(.dops-notice__action):visited {
color: #0087be;
}
.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 {
color: #33bbe3;
}
.jp-idc-notice .dops-button {
-ms-flex-item-align: start;
align-self: flex-start;
margin-top: auto;
}
.jp-idc-notice > div {
padding: 0 8px;
}
.jp-idc-notice__first-step {
display: inline-block;
}
.jp-idc-notice__second-step {
display: none;
}
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step {
display: none;
}
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step {
display: inline-block;
}
.jp-idc-notice .jp-idc-notice__header {
padding-top: 8px;
padding-bottom: 8px;
}
.jp-idc-notice__header__emblem {
fill: #00BE28;
width: 25px;
height: 25px;
margin: 0 auto 0 1em;
float: right;
}
.jp-idc-notice__header__text {
font-size: 14px;
font-weight: 600;
line-height: 25px;
margin: 0;
}
.jp-idc-notice__content-header {
margin: 16px 0;
}
.jp-idc-notice__content-header__lead {
font-size: 16px;
font-weight: 600;
line-height: 21px;
margin: 0;
}
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
font-size: 14px;
font-weight: 400;
margin: 8px 0 0;
}
@media only screen and (min-width: 960px) {
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
margin: 4px 0 0;
}
}
.jp-idc-notice__action {
border: 1px solid #e9eff3;
border-radius: 4px;
display: -ms-flexbox;
display: flex;
padding: 16px;
-ms-flex-direction: column;
flex-direction: column;
margin-top: auto;
}
.jp-idc-notice__action:last-child {
margin: 16px 0 0;
}
@media only screen and (min-width: 960px) {
.jp-idc-notice__actions {
display: -ms-flexbox;
display: flex;
}
.jp-idc-notice__action {
-ms-flex: 1;
flex: 1;
margin: 0 0 0 8px;
}
.jp-idc-notice__action:last-child {
margin: 0 8px 0 0;
}
.jp-idc-notice__action:first-child {
padding-left: 24px;
}
.jp-idc-notice__action:last-child {
padding-right: 24px;
}
}
.jp-idc-notice .jp-idc-notice__action__explanation {
margin: 0 0 16px 0;
}
.jp-idc-notice__separator {
background-color: #e9eff3;
margin: 0 -10px 0 -10px;
height: 1px;
}
.jp-idc-notice.is-dismissible .jp-idc-notice__separator {
margin-left: -46px;
}
@media only screen and (min-width: 782px) {
.jp-idc-notice__separator {
margin: 0 -12px 0 -12px;
}
.jp-idc-notice.is-dismissible .jp-idc-notice__separator {
margin-left: -38px;
}
}
.jp-idc-notice .jp-idc-notice__unsure-prompt {
margin: 16px 0 0;
}
.jp-idc-notice .jp-idc-error__notice {
display: none;
}
.jp-idc-notice .jp-idc-error__notice .dops-notice__icon {
height: auto;
width: auto;
}
@media only screen and (min-width: 683px) {
.jp-idc-notice .jp-idc-error__notice .dops-notice__text {
line-height: 24px;
}
}
/*# sourceMappingURL=jetpack-idc-rtl.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
@charset "UTF-8";/*!
* Do not modify this file directly. It is compiled SASS code.
*/.jp-idc-notice,.jp-idc-notice *{box-sizing:border-box}.jp-idc-notice{margin-right:0;margin-left:10px;margin-top:10px;overflow:hidden;padding-bottom:16px;padding-top:0}.jp-idc-notice.is-non-admin{padding-bottom:0}@media all and (min-width:783px){.jp-idc-notice{margin-left:20px;margin-top:20px}.jp-idc-notice.has-help-tabs{margin-top:48px}}.jp-idc-notice p{margin:0;padding:0}.jp-idc-notice h3,.jp-idc-notice p{color:#2e4453}.jp-idc-notice a:not(.dops-notice__action){color:#0087be;text-decoration:none}.jp-idc-notice a:not(.dops-notice__action):visited{color:#0087be}.jp-idc-notice a:not(.dops-notice__action):active,.jp-idc-notice a:not(.dops-notice__action):focus,.jp-idc-notice a:not(.dops-notice__action):hover{color:#33bbe3}.jp-idc-notice .dops-button{-ms-flex-item-align:start;align-self:flex-start;margin-top:auto}.jp-idc-notice>div{padding:0 8px}.jp-idc-notice__first-step{display:inline-block}.jp-idc-notice__second-step{display:none}.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step{display:none}.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step{display:inline-block}.jp-idc-notice .jp-idc-notice__header{padding-top:8px;padding-bottom:8px}.jp-idc-notice__header__emblem{fill:#00be28;width:25px;height:25px;margin:0 auto 0 1em;float:right}.jp-idc-notice__header__text{font-size:14px;font-weight:600;line-height:25px;margin:0}.jp-idc-notice__content-header{margin:16px 0}.jp-idc-notice__content-header__lead{font-size:16px;font-weight:600;line-height:21px;margin:0}.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation{font-size:14px;font-weight:400;margin:8px 0 0}@media only screen and (min-width:960px){.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation{margin:4px 0 0}}.jp-idc-notice__action{border:1px solid #e9eff3;border-radius:4px;display:-ms-flexbox;display:flex;padding:16px;-ms-flex-direction:column;flex-direction:column;margin-top:auto}.jp-idc-notice__action:last-child{margin:16px 0 0}@media only screen and (min-width:960px){.jp-idc-notice__actions{display:-ms-flexbox;display:flex}.jp-idc-notice__action{-ms-flex:1;flex:1;margin:0 0 0 8px}.jp-idc-notice__action:last-child{margin:0 8px 0 0}.jp-idc-notice__action:first-child{padding-left:24px}.jp-idc-notice__action:last-child{padding-right:24px}}.jp-idc-notice .jp-idc-notice__action__explanation{margin:0 0 16px 0}.jp-idc-notice__separator{background-color:#e9eff3;margin:0 -10px 0 -10px;height:1px}.jp-idc-notice.is-dismissible .jp-idc-notice__separator{margin-left:-46px}@media only screen and (min-width:782px){.jp-idc-notice__separator{margin:0 -12px 0 -12px}.jp-idc-notice.is-dismissible .jp-idc-notice__separator{margin-left:-38px}}.jp-idc-notice .jp-idc-notice__unsure-prompt{margin:16px 0 0}.jp-idc-notice .jp-idc-error__notice{display:none}.jp-idc-notice .jp-idc-error__notice .dops-notice__icon{height:auto;width:auto}@media only screen and (min-width:683px){.jp-idc-notice .jp-idc-error__notice .dops-notice__text{line-height:24px}}

View File

@@ -0,0 +1,222 @@
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@charset "UTF-8";
/*
The MIT License (MIT)
Copyright © 20112015 thoughtbot, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
https://github.com/thoughtbot/bourbon
*/
.jp-idc-notice,
.jp-idc-notice * {
box-sizing: border-box;
}
.jp-idc-notice {
margin-left: 0;
margin-right: 10px;
margin-top: 10px;
overflow: hidden;
padding-bottom: 16px;
padding-top: 0;
}
.jp-idc-notice.is-non-admin {
padding-bottom: 0;
}
@media all and (min-width: 783px) {
.jp-idc-notice {
margin-right: 20px;
margin-top: 20px;
}
.jp-idc-notice.has-help-tabs {
margin-top: 48px;
}
}
.jp-idc-notice p {
margin: 0;
padding: 0;
}
.jp-idc-notice h3, .jp-idc-notice p {
color: #2e4453;
}
.jp-idc-notice a:not(.dops-notice__action) {
color: #0087be;
text-decoration: none;
}
.jp-idc-notice a:not(.dops-notice__action):visited {
color: #0087be;
}
.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 {
color: #33bbe3;
}
.jp-idc-notice .dops-button {
-ms-flex-item-align: start;
align-self: flex-start;
margin-top: auto;
}
.jp-idc-notice > div {
padding: 0 8px;
}
.jp-idc-notice__first-step {
display: inline-block;
}
.jp-idc-notice__second-step {
display: none;
}
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step {
display: none;
}
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step {
display: inline-block;
}
.jp-idc-notice .jp-idc-notice__header {
padding-top: 8px;
padding-bottom: 8px;
}
.jp-idc-notice__header__emblem {
fill: #00BE28;
width: 25px;
height: 25px;
margin: 0 1em 0 auto;
float: left;
}
.jp-idc-notice__header__text {
font-size: 14px;
font-weight: 600;
line-height: 25px;
margin: 0;
}
.jp-idc-notice__content-header {
margin: 16px 0;
}
.jp-idc-notice__content-header__lead {
font-size: 16px;
font-weight: 600;
line-height: 21px;
margin: 0;
}
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
font-size: 14px;
font-weight: 400;
margin: 8px 0 0;
}
@media only screen and (min-width: 960px) {
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
margin: 4px 0 0;
}
}
.jp-idc-notice__action {
border: 1px solid #e9eff3;
border-radius: 4px;
display: -ms-flexbox;
display: flex;
padding: 16px;
-ms-flex-direction: column;
flex-direction: column;
margin-top: auto;
}
.jp-idc-notice__action:last-child {
margin: 16px 0 0;
}
@media only screen and (min-width: 960px) {
.jp-idc-notice__actions {
display: -ms-flexbox;
display: flex;
}
.jp-idc-notice__action {
-ms-flex: 1;
flex: 1;
margin: 0 8px 0 0;
}
.jp-idc-notice__action:last-child {
margin: 0 0 0 8px;
}
.jp-idc-notice__action:first-child {
padding-right: 24px;
}
.jp-idc-notice__action:last-child {
padding-left: 24px;
}
}
.jp-idc-notice .jp-idc-notice__action__explanation {
margin: 0 0 16px 0;
}
.jp-idc-notice__separator {
background-color: #e9eff3;
margin: 0 -10px 0 -10px;
height: 1px;
}
.jp-idc-notice.is-dismissible .jp-idc-notice__separator {
margin-right: -46px;
}
@media only screen and (min-width: 782px) {
.jp-idc-notice__separator {
margin: 0 -12px 0 -12px;
}
.jp-idc-notice.is-dismissible .jp-idc-notice__separator {
margin-right: -38px;
}
}
.jp-idc-notice .jp-idc-notice__unsure-prompt {
margin: 16px 0 0;
}
.jp-idc-notice .jp-idc-error__notice {
display: none;
}
.jp-idc-notice .jp-idc-error__notice .dops-notice__icon {
height: auto;
width: auto;
}
@media only screen and (min-width: 683px) {
.jp-idc-notice .jp-idc-error__notice .dops-notice__text {
line-height: 24px;
}
}
/*# sourceMappingURL=jetpack-idc.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
@charset "UTF-8";/*!
* Do not modify this file directly. It is compiled SASS code.
*/.jp-idc-notice,.jp-idc-notice *{box-sizing:border-box}.jp-idc-notice{margin-left:0;margin-right:10px;margin-top:10px;overflow:hidden;padding-bottom:16px;padding-top:0}.jp-idc-notice.is-non-admin{padding-bottom:0}@media all and (min-width:783px){.jp-idc-notice{margin-right:20px;margin-top:20px}.jp-idc-notice.has-help-tabs{margin-top:48px}}.jp-idc-notice p{margin:0;padding:0}.jp-idc-notice h3,.jp-idc-notice p{color:#2e4453}.jp-idc-notice a:not(.dops-notice__action){color:#0087be;text-decoration:none}.jp-idc-notice a:not(.dops-notice__action):visited{color:#0087be}.jp-idc-notice a:not(.dops-notice__action):active,.jp-idc-notice a:not(.dops-notice__action):focus,.jp-idc-notice a:not(.dops-notice__action):hover{color:#33bbe3}.jp-idc-notice .dops-button{-ms-flex-item-align:start;align-self:flex-start;margin-top:auto}.jp-idc-notice>div{padding:0 8px}.jp-idc-notice__first-step{display:inline-block}.jp-idc-notice__second-step{display:none}.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step{display:none}.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step{display:inline-block}.jp-idc-notice .jp-idc-notice__header{padding-top:8px;padding-bottom:8px}.jp-idc-notice__header__emblem{fill:#00be28;width:25px;height:25px;margin:0 1em 0 auto;float:left}.jp-idc-notice__header__text{font-size:14px;font-weight:600;line-height:25px;margin:0}.jp-idc-notice__content-header{margin:16px 0}.jp-idc-notice__content-header__lead{font-size:16px;font-weight:600;line-height:21px;margin:0}.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation{font-size:14px;font-weight:400;margin:8px 0 0}@media only screen and (min-width:960px){.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation{margin:4px 0 0}}.jp-idc-notice__action{border:1px solid #e9eff3;border-radius:4px;display:-ms-flexbox;display:flex;padding:16px;-ms-flex-direction:column;flex-direction:column;margin-top:auto}.jp-idc-notice__action:last-child{margin:16px 0 0}@media only screen and (min-width:960px){.jp-idc-notice__actions{display:-ms-flexbox;display:flex}.jp-idc-notice__action{-ms-flex:1;flex:1;margin:0 8px 0 0}.jp-idc-notice__action:last-child{margin:0 0 0 8px}.jp-idc-notice__action:first-child{padding-right:24px}.jp-idc-notice__action:last-child{padding-left:24px}}.jp-idc-notice .jp-idc-notice__action__explanation{margin:0 0 16px 0}.jp-idc-notice__separator{background-color:#e9eff3;margin:0 -10px 0 -10px;height:1px}.jp-idc-notice.is-dismissible .jp-idc-notice__separator{margin-right:-46px}@media only screen and (min-width:782px){.jp-idc-notice__separator{margin:0 -12px 0 -12px}.jp-idc-notice.is-dismissible .jp-idc-notice__separator{margin-right:-38px}}.jp-idc-notice .jp-idc-notice__unsure-prompt{margin:16px 0 0}.jp-idc-notice .jp-idc-error__notice{display:none}.jp-idc-notice .jp-idc-error__notice .dops-notice__icon{height:auto;width:auto}@media only screen and (min-width:683px){.jp-idc-notice .jp-idc-error__notice .dops-notice__text{line-height:24px}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long