File "_link.scss"

Full path: /var/www/html/cemeau/wp-content/plugins/wp-statistics/assets/dev/sass/elements/_link.scss
File size: 995 bytes
MIME-type: text/csv
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

#wp_statistics_editor_meta_box,
#wp-statistics-summary-widget,
#wp-statistics-words-widget,
#wps_hits_postbox,
#wps_top_visitors_postbox,
#wps_search_postbox,
#wps_words_postbox,
#wps_recent_postbox,
#wps_map_postbox,
#wps_pages_postbox,
#wps_summary_postbox,
#wps_browsers_postbox,
#wps_referring_postbox,
#wps_countries_postbox,
#wps_pages_postbox,
.wps-wrap,
.wps-wrap table tbody tr td {

  table tbody {
    tr {
      th {
        line-height: 1.5;
      }

      td, th {
        code {
          font-size: 12px;
          font-weight: 500;
          border-radius: 2px;
        }

        li {
          font-size: 12px;
          font-weight: 500;
        }

        p {
          font-size: 12px;
          font-weight: 500;
          line-height: 1.5;
        }
      }
    }
  }


  a {
    color: $primary-color;
    text-decoration: none;
    font-weight: 500;

    &:hover {
      color: $dark-color;
    }

    &:focus {
      outline: none;
      box-shadow: none;
    }
  }
}