diff --git a/app/assets/stylesheets/components/cards/cards/_cards-articles.scss b/app/assets/stylesheets/components/cards/cards/_cards-articles.scss index 61f3d666a..4e60f8478 100644 --- a/app/assets/stylesheets/components/cards/cards/_cards-articles.scss +++ b/app/assets/stylesheets/components/cards/cards/_cards-articles.scss @@ -36,7 +36,7 @@ } &__icon { - @include icon-placeholder-image; + // @include icon-placeholder-image; } } } \ No newline at end of file diff --git a/app/assets/stylesheets/components/table/_table-head-pame.scss b/app/assets/stylesheets/components/table/_table-head-pame.scss index 0b92cbeaf..397a03342 100644 --- a/app/assets/stylesheets/components/table/_table-head-pame.scss +++ b/app/assets/stylesheets/components/table/_table-head-pame.scss @@ -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;