Skip to content

Commit

Permalink
Merge pull request #404 from epfl-idevelop/fix-stylelint-study-plan
Browse files Browse the repository at this point in the history
Fix study plan stylelint warnings
  • Loading branch information
jdelasoie authored Oct 30, 2019
2 parents 2713b27 + 1b54070 commit 00f9115
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assets/components/content-types/study-plan/study-plan.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@charset 'utf-8';

.table-like {
$table-cours-template-columns: minmax(200px, 3fr) minmax(auto, 1fr) minmax(200px, 3fr);
$table-grid-template-columns: 1fr $table-cours-template-columns 2fr 2fr 2fr minmax(200px, 3fr) 1fr;
$table-cours-template-columns: minmax(200px, 3fr) minmax(auto, 1fr) minmax(200px, 3fr);
$table-grid-template-columns: 1fr $table-cours-template-columns 2fr 2fr 2fr minmax(200px, 3fr) 1fr;

.table-like {
--table-columns: #{$table-grid-template-columns};

overflow-x: scroll;
max-width: 100%;

h4 {
font-weight: $font-weight-bold;
font-size: $font-size-base;
font-weight: $font-weight-bold;
}

// Lines
Expand Down Expand Up @@ -42,10 +42,10 @@
}

.first-line {
color: $table-head-color;
font-size: 0.6875 * $font-size-base;
font-weight: $font-weight-bold;
color: $table-head-color;
text-transform: uppercase;
font-size: 0.6875 * $font-size-base;

> div {
border-top: $table-border-width solid $table-border-color;
Expand Down Expand Up @@ -88,7 +88,7 @@
margin-bottom: 0;
padding-bottom: $headings-margin-bottom;
}

.line-down + h3,
.line-down + h4 {
padding-top: 2em;
Expand Down

0 comments on commit 00f9115

Please sign in to comment.