Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit fc1bc91

Browse files
I Made a Fix I UPdate THis Later
1 parent 0dd74db commit fc1bc91

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

Pass.css

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -80,57 +80,4 @@ body img.handle {
8080
z-index: 3;
8181
transform-origin: 50% calc(50% + 80px);
8282
cursor: grab;
83-
}
84-
body {
85-
font-family: Arial, sans-serif;
86-
display: flex;
87-
flex-direction: column;
88-
align-items: center;
89-
justify-content: center;
90-
height: 100vh;
91-
margin: 0;
92-
}
93-
94-
.password_label {
95-
font-size: 1.2em;
96-
margin-bottom: 10px;
97-
}
98-
99-
.password {
100-
font-size: 1em;
101-
padding: 10px;
102-
margin-bottom: 20px;
103-
}
104-
105-
.hidden {
106-
display: none;
107-
}
108-
109-
img {
110-
width: 30px;
111-
height: 30px;
112-
}
113-
114-
img.left {
115-
position: absolute;
116-
left: 5px;
117-
}
118-
119-
img.handle {
120-
position: absolute;
121-
cursor: pointer;
122-
}
123-
124-
img.right {
125-
position: absolute;
126-
right: 5px;
127-
}
128-
129-
.home-button {
130-
position: absolute;
131-
top: 10px;
132-
left: 10px;
133-
padding: 10px 20px;
134-
font-size: 1em;
135-
cursor: pointer;
13683
}

0 commit comments

Comments
 (0)