File "browsers.scss"

Full path: /var/www/html/cemeau/wp-content/plugins/wp-statistics/assets/dev/sass/pages/browsers.scss
File size: 493 bytes
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

.wps-equal-postbox {
    display: flex;
}
.wps-flex{
  display: flex;
}
.wps-half-card{
  width: 50%;
  flex:1
}
.wps-postbox-half {
  width: calc((100% / 2) - 20px);
  margin-right: 10px;

  .title-center {
    text-align: center;
    margin: 25px auto;
    color: #828282;
  }

  .inside {
      padding: 5px 10px !important;
      margin: 5px 0 5px 0 !important;
  }
}

.wps-title-group {
  margin: 15px 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 13px;
  width: 98%;
}