Skip to content

Commit

Permalink
Remove leftover style
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl committed Dec 10, 2023
1 parent a74c75d commit 9fae6e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,3 @@
border-left: 2px solid white;
}
}

.authenticationContainer {
place-self: center;
padding: 0px;
width: 300px;
color: black;
background-color: white;
z-index: 1000;
border: 10px solid black;

.content {
padding: 20px;
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
export type Styles = {
authenticationContainer: string
authenticationDisplayButtons: string
content: string
}

export type ClassNames = keyof Styles
Expand Down

0 comments on commit 9fae6e9

Please sign in to comment.