Skip to content

Commit d783cc3

Browse files
committed
Remove unused styles
1 parent 17cc75f commit d783cc3

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
.logo {
22
width: 200px;
33
}
4-
5-
.helperBtns {
6-
position: absolute;
7-
top: 10px;
8-
right: 10px;
9-
z-index: 1000;
10-
}

frontend/src/pages/Login/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ export default function Login() {
125125
</div>
126126
</Page>
127127
);
128-
}
128+
}

0 commit comments

Comments
 (0)