Skip to content

Commit

Permalink
[#1714] Removed unused empty CSS rules from Video component
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Schoor committed Sep 25, 2023
1 parent 2f31687 commit a9ffd61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/open_inwoner/scss/components/Video/Video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
margin: var(--spacing-large) 0;
max-width: var(--mobile-s-width);

&__container {
}

&__player {
position: relative;
overflow: hidden;
Expand All @@ -21,7 +18,4 @@
width: 100%;
height: 100%;
}

&--full-width {
}
}

0 comments on commit a9ffd61

Please sign in to comment.