Skip to content

Commit

Permalink
Remove unused CSS classes
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Aug 12, 2023
1 parent ff6b852 commit 65878de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions assets/css/moodlebox.css
Original file line number Diff line number Diff line change
Expand Up @@ -1364,16 +1364,6 @@ fieldset[disabled] .btn-template-primary.active {
.bar.background-white {
background: #fff;
}
.bar.background-image-fixed-1 {
background: url('/img/fixed-background-1.jpg') center top no-repeat;
background-attachment: fixed;
background-size: cover;
}
.bar.background-image-fixed-2 {
background: url('/img/fixed-background-2.jpg') center top no-repeat;
background-attachment: fixed;
background-size: cover;
}
.bar.color-white h1,
.bar.color-white h2,
.bar.color-white h3,
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/see_more.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ if isset site.Params "see_more" }}
{{ if site.Params.see_more.enable }}
<section class="bar background-image-fixed-2 no-mb color-white text-center">
<section class="bar no-mb color-white text-center">
<div class="dark-mask"></div>
<div class="container">
<div class="row">
Expand Down

0 comments on commit 65878de

Please sign in to comment.