Skip to content

Commit

Permalink
refactor: lint project
Browse files Browse the repository at this point in the history
  • Loading branch information
brage-andreas committed Sep 13, 2024
1 parent b8956b2 commit 02d8f81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions src/core/less/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ body {
>iframe[src^='https://online.ntnu.no/openid/authorize'] {
display: block !important;
}
}

body {
main {
display: flex;
flex-direction: column;
Expand Down
8 changes: 4 additions & 4 deletions src/frontpage/components/AprilFoolsCaptcha/Stage2/stage2.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
width: 120px;
position: relative;
cursor: pointer;
background-color: white;
background-color: #fff;
border-radius: 10px;
padding: 10px;
}
Expand All @@ -25,7 +25,7 @@
position: absolute;
top: 0;
right: 0;
background-color: white;
background-color: #fff;
}

.imageWrong {
Expand All @@ -41,7 +41,7 @@
transform: translate(-1px, -2px) rotate(-1deg);
}
20% {
transform: translate(-3px, 0px) rotate(1deg);
transform: translate(-3px, 0) rotate(1deg);
}
30% {
transform: translate(3px, 2px) rotate(0deg);
Expand Down Expand Up @@ -97,7 +97,7 @@
width: 120px;
height: 60px;
background-color: #498fe2;
color: white;
color: #fff;
border: none;
border-radius: 10px;
cursor: pointer;
Expand Down
4 changes: 2 additions & 2 deletions src/frontpage/components/AprilFoolsCaptcha/aprilfools.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
background-color: #fff;
padding: 20px;
border-radius: 10px;
min-width: 600px;
Expand Down Expand Up @@ -56,7 +56,7 @@
.aprilfoolsCaptchaInput {
width: 60px;
height: 60px;
background-color: white;
background-color: #fff;
border-radius: 10px;
border: 4px solid #707070;
margin-right: 10px;
Expand Down
2 changes: 1 addition & 1 deletion src/profile/components/Profile/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useContext } from 'react';
import React, { useContext } from 'react';

import { ProfilePageContext } from 'profile/providers/ProfilePage';

Expand Down

0 comments on commit 02d8f81

Please sign in to comment.