Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pacahon committed Sep 24, 2019
1 parent 382326c commit 0360c92
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/v2/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
@import "pages/project";
@import "pages/student_profile";
@import "pages/announcement";
@import "pages/course_list";
@import "pages/course_detail";
@import "components/table";
// TODO: Remove styles below from production build
Expand Down
21 changes: 21 additions & 0 deletions src/v2/scss/pages/_course_list.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.table._courses {
border: none;

.table__row {
.table__cell {
padding-left: spacer("4x");
}
}

@include media-breakpoint-up(md) {
.table__row {
.table__cell:first-child {
padding-left: spacer("8x");
}

.table__cell:last-child {
padding-right: spacer("8x");
}
}
}
}
2 changes: 1 addition & 1 deletion templates/v2/pages/courses.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<div class="col-lg-3 pl-6 mt-10">
<form class="ui form __no-border _right-side-filter d-none d-lg-block" action="">
<div class="grouped mb-6">
<h4>Направление обучения</h4>
<h4>Отделение</h4>
<label class="ui option checkbox">
<input type="checkbox" class="control__input">
<span class="control__indicator"></span>
Expand Down

0 comments on commit 0360c92

Please sign in to comment.