Skip to content

Commit

Permalink
Fix registration and enterence
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Sep 9, 2022
1 parent 8aff13c commit 658f001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified src/images/groundFloor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/styles/rooms/groundFloor.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
height: 100%;
background-color: red;
animation: blinker 1s linear infinite;
clip-path:polygon(62% 88%, 73% 88%, 73% 100%, 62% 100%);
clip-path:polygon(79% 88%, 89% 88%, 89% 100%, 79% 100%);
}

.registration {
Expand All @@ -98,5 +98,5 @@
height: 100%;
background-color: red;
animation: blinker 1s linear infinite;
clip-path:polygon(86% 88%, 98% 88%, 98% 100%, 86% 100%);
clip-path:polygon(91% 88%, 100% 88%, 100% 100%, 91% 100%);
}

0 comments on commit 658f001

Please sign in to comment.