mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-79841 theme_boost: Do not remove card borders
* When we are in small screensize we had removed the left and right borders for cards. This is now restored
This commit is contained in:
parent
b1bb5671df
commit
57791ecd61
@ -347,13 +347,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;
|
||||
|
@ -16895,12 +16895,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;
|
||||
|
@ -16895,12 +16895,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user