Sha256: e9359d7fbdf583067c4621d5a8e60139411cb17ab5265a7b9e88f500f68b74bc

Contents?: true

Size: 721 Bytes

Versions: 81

Compression:

Stored size: 721 Bytes

Contents

@import '~@theforeman/vendor/scss/variables';
@import '~@theforeman/vendor/scss/mixins';

@mixin create-tasks-dashboard-column($columns: 12, $screen-min: 0, $gutter: $grid-gutter-width) {
  @media (min-width: $screen-min) {
    width: percentage(($columns / $grid-columns));
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: ($gutter / 2);
    padding-left: ($gutter / 2);
  }
}

.tasks-dashboard-grid {
  min-height: 200px;
  background-color: #f5f5f5;
  margin: 5px -60px 20px -60px;
  padding: 20px 50px;

  .row > div {
    @include create-tasks-dashboard-column(12, 0);
    @include create-tasks-dashboard-column(6, 900px);
    @include create-tasks-dashboard-column(3, 1500px);
  }
}

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
foreman-tasks-10.0.2 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-10.0.1 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-10.0.0 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.2.3 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.2.2 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.2.1 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.2.0 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.1.1 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.0.4 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.1.0 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.0.2 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.0.1 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-8.3.3 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-9.0.0 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-8.2.1 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-8.1.4 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-8.3.2 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-8.3.1 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-8.1.3 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss
foreman-tasks-8.3.0 webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss