Skip to content

Commit

Permalink
commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stacytalbot committed Jul 8, 2020
1 parent ed97db0 commit 3c39ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

&__icon {
@include icon-placeholder-image;
// @include icon-placeholder-image;
}
}
}
4 changes: 4 additions & 0 deletions app/assets/stylesheets/components/table/_table-head-pame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
margin-top: rem-calc(30);
height: rem-calc(56);

display: none;

@include breakpoint($medium) { display: block; }

.table-head {
&--stuck {
position: fixed;
Expand Down

0 comments on commit 3c39ba7

Please sign in to comment.