Skip to content

Commit

Permalink
Merge branch 'MDL-79841-402' of https://github.com/laurentdavid/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_402_STABLE
  • Loading branch information
junpataleta committed Nov 29, 2023
2 parents 3028b06 + 034d447 commit 27c51d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
7 changes: 0 additions & 7 deletions theme/boost/scss/moodle/blocks.scss
Expand Up @@ -348,13 +348,6 @@ $card-gutter : $card-deck-margin * 2;
color: $text-muted;
}

@include media-breakpoint-down(sm) {
.block.card {
border-left: 0;
border-right: 0;
}
}

.block_social_activities li a.movehere,
.block_site_main_menu li a.movehere {
display: block;
Expand Down
6 changes: 0 additions & 6 deletions theme/boost/style/moodle.css
Expand Up @@ -27053,12 +27053,6 @@ aside[id^=block-region-side-] .block_recentlyaccesseditems .dashboard-card-deck
color: #6a737b;
}

@media (max-width: 767.98px) {
.block.card {
border-left: 0;
border-right: 0;
}
}
.block_social_activities li a.movehere,
.block_site_main_menu li a.movehere {
display: block;
Expand Down
6 changes: 0 additions & 6 deletions theme/classic/style/moodle.css
Expand Up @@ -27053,12 +27053,6 @@ aside[id^=block-region-side-] .block_recentlyaccesseditems .dashboard-card-deck
color: #6a737b;
}

@media (max-width: 767.98px) {
.block.card {
border-left: 0;
border-right: 0;
}
}
.block_social_activities li a.movehere,
.block_site_main_menu li a.movehere {
display: block;
Expand Down

0 comments on commit 27c51d0

Please sign in to comment.