summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css')
-rw-r--r--plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css117
1 files changed, 0 insertions, 117 deletions
diff --git a/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css b/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css
deleted file mode 100644
index 20bc0893..00000000
--- a/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css
+++ /dev/null
@@ -1,117 +0,0 @@
-/* Do not modify this file directly. It is concatenated from individual module CSS files. */
-/* loads inline on wp-admin in order to reduce http requests */
-
-#protect_dashboard_widget .inside {
- margin: 0;
- padding: 0;
- text-align: center;
-}
-
-.jetpack-security * {
- box-sizing: border-box;
-}
-
-/* alert msgs */
-#protect_dashboard_widget .msg {
- color: #fff;
- text-align: center;
- padding: 10px;
-}
-
-#protect_dashboard_widget .msg.working {
- background: #7BAC48;
-}
-
-#protect_dashboard_widget .msg.attn {
- background: #d94f4f;
-}
-
-#protect_dashboard_widget .msg a {
- color: #fff;
- text-decoration: underline;
-}
-
-#protect_dashboard_widget .msg a:hover {
- text-decoration: none;
-}
-
-#protect_dashboard_widget .msg .dashicons {
- float: left;
- text-decoration: none;
- border-radius: 2px;
-}
-
-#protect_dashboard_widget .msg.working .dashicons {
- color: #609643;
-}
-
-#protect_dashboard_widget .msg.working .dashicons:hover {
- background: #609643;
- color: #7BAC48;
-}
-
-#protect_dashboard_widget .msg.attn .dashicons {
- color: #a93838;
-}
-
-#protect_dashboard_widget .msg.attn .dashicons:hover {
- background: #a93838;
- color: #d94f4f;
-}
-
-.blocked-attacks,
-.file-scanning {
- position: relative;
-}
-
-.blocked-attacks {
- background: #fafafa;
- border-bottom: 1px #eee solid;
- padding-bottom: 35px;
-}
-
-.jetpack-security-sharing {
- width: 60px;
- display: inline-block;
- position: absolute;
- left: 0;
- top: 10px;
-}
-
-.jetpack-security-sharing a {
- color: #dcdcdc;
-}
-
-.jetpack-security-sharing a:hover {
- color: #cdcbcb;
-}
-
-.blocked-attacks h2,
-.blocked-attacks h3 {
- color: #7BAC48;
- font-weight: 300;
-}
-
-.blocked-attacks h2 {
- font-size: 4em;
- line-height: 110%;
- margin: 0;
- padding: 10px 12px 10px 12px;
-}
-
-.blocked-attacks h3 {
- font-size: 1.1em;
- line-height: 110%;
- padding: 0 12px 10px 12px;
- margin: 0;
-}
-
-.jetpack-protect-logo {
- width: 50px;
- position: relative;
-}
-
-.file-scanning {
- margin-top: -30px;
- padding: 0 12px;
-}