Skip to content

Commit

Permalink
feat: on 'AccesPage.scss' Added properties to '.accessPage-video'
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Sep 6, 2023
1 parent b03e2a1 commit 4aa76f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles/pages/AccessPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ main {
}
}
}

.accessPage-video {
display: none;
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: 100;
}

0 comments on commit 4aa76f3

Please sign in to comment.