Skip to content

Commit

Permalink
Add style to hide elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Tymofeiev committed Aug 19, 2024
1 parent 5ef6900 commit c50e42b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lms/static/sass/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,9 @@ a.nav-skip {

.fa {
font-family: 'FontAwesome' !important;
}

// Hide element when rendered in iFrame
.hidden-element {
display: none !important;
}

0 comments on commit c50e42b

Please sign in to comment.