Sha256: 1b260db3f7acc721e7192e4a26d954920e12ccf59bab8ea6edad5b650e6452e6

Contents?: true

Size: 1.18 KB

Versions: 13

Compression:

Stored size: 1.18 KB

Contents

.card-chart {
  overflow: hidden;

  .card-header {
    .card-title {
      i {
        font-size: 16px;
        margin-right: 5px;
        margin-bottom: 3px;
      }
    }

    .card-category {
      margin-bottom: 5px;
    }
  }

  .card-body {
    padding-left: 5px;
    padding-right: 5px;

    .tab-space {
      padding: 0;
    }
  }

  .table {
    margin-bottom: 0;

    td {
      border-top: none;
      border-bottom: 1px solid rgba($white, 0.1);
    }
  }

  .card-progress {
    margin-top: 30px;
    padding: 0 10px;
  }

  .chart-area {
    height: 220px;
    width: 100%;
  }

  .card-footer {
    margin-top: 15px;

    .stats {
      color: $dark-gray;
    }
  }

  .dropdown {
    position: absolute;
    right: 20px;
    top: 20px;

    .btn {
      margin: 0;
    }
  }

  &.card-chart-pie {
    .chart-area {
      padding: 10px 0 25px;
      height: auto;
    }

    .card-title {
      margin-bottom: 10px;

      i {
        font-size: 1rem;
      }
    }

  }

}

@include media-breakpoint-down(sm) {
  .card.card-chart {
    .card-header .btn-group-toggle {

      .tim-icons,
      .v2lrf-by-nucleo {
        font-size: $font-size-base;
        top: -1px;
      }
    }
  }
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
viniBaxter-desk_front-300.0.12 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-300.0.11 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-300.0.10 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-300.0.8 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-300.0.7 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-300.0.6 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-300.0.4 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-300.0.2 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-300.0.1 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-200.0.1 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-100.0.1 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-40.3.0 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss
viniBaxter-desk_front-40.2.0 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/cards/_card-chart.scss