Skip to content

Commit

Permalink
Add css for elevator takeover (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJKim authored Jan 13, 2025
1 parent b53e4f6 commit c74c99a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/elevator_v2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@import "v2/elevator/footer";
@import "v2/lcd_common/route_pill";
@import "v2/arrow";
@import "v2/elevator/screen/takeover";

.evergreen-content-image__container,
.evergreen-content-image__image {
Expand Down
14 changes: 14 additions & 0 deletions assets/css/v2/elevator/screen/takeover.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.screen-takeover {
position: relative;
width: 1080px;
margin-right: auto;
margin-left: auto;
}

.screen-takeover__full-screen {
position: absolute;
top: 0;
left: 0;
width: 1080px;
height: 1920px;
}

0 comments on commit c74c99a

Please sign in to comment.