HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/zaklada/wp-content/plugins/wordpress-seo/css/src/dashboard.css
#yoast-seo-dashboard-widget h3 {
  /* csslint allow: qualified-headings */
  font-weight: bold;
}

#yoast-seo-dashboard-widget .assessments, #yoast-seo-dashboard-widget .score-assessments {
  padding-left: 0;
}

#yoast-seo-dashboard-widget .wordpress-feed {
  margin: 16px -12px 0;
  padding: 12px 12px 0;
  border-top: 1px solid #eee;
}

#yoast-seo-dashboard-widget .wordpress-feed .wordpress-feed__post {
  margin-top: 12px;
}

#yoast-seo-dashboard-widget .wordpress-feed .wordpress-feed__footer {
  margin: 0 -12px;
  padding: 4px 12px 0;
  border-top: 1px solid #eee;
}

#yoast-seo-ryte-assessment {
  margin: 12px -12px 0;
  padding: 12px 12px 0;
  border-top: 1px solid #eee;
}

#yoast-seo-ryte-assessment .button {
  margin-right: 8px;
}

#yoast-seo-ryte-assessment .button.landing-page {
  border-color: #7b1e4f #6f1b47 #6f1b47;
  color: #fff;
  background: #a4286a;
  box-shadow: 0 1px 0 #6f1b47;
}

#yoast-seo-ryte-assessment .button.landing-page:hover, #yoast-seo-ryte-assessment .button.landing-page:focus {
  background: #90235d;
  border-color: #6f1b47;
}

#yoast-seo-ryte-assessment .button.landing-page:focus {
  box-shadow: 0 1px 0 #7b1e4f, 0 0 2px 1px #a35685;
}

#yoast-seo-ryte-assessment .button.landing-page:active {
  background: #7b1e4f;
  border-color: #6f1b47;
  box-shadow: inset 0 2px 0 #6f1b47;
  vertical-align: top;
}

#yoast-seo-dashboard-widget:empty:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../../images/Yoast_SEO_Icon.svg");
  margin: 25px auto;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(120px);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
}

/*# sourceMappingURL=dashboard.css.map */