forked from QasimWani/LeetHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request QasimWani#29 from QasimWani/dev
Linting files
- Loading branch information
Showing
15 changed files
with
3,138 additions
and
929 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"env": { | ||
"browser": true, | ||
"commonjs": true, | ||
"es6": true, | ||
"jquery": true, | ||
"webextensions": true | ||
}, | ||
"extends": ["airbnb", "prettier"], | ||
"plugins": ["prettier"], | ||
"rules": { | ||
"prettier/prettier": ["error"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"semi": true, | ||
"trailingComma": "all", | ||
"singleQuote": true, | ||
"printWidth": 70, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
body { | ||
width: 350px; | ||
background-color: #dfd9d99d !important; | ||
padding: 10px; | ||
text-align:center; | ||
transition: background-color .75s ease; | ||
font-size:13px; | ||
|
||
font-family: "Helvetica Neue", "Lucida Grande", sans-serif; | ||
} | ||
width: 350px; | ||
background-color: #dfd9d99d !important; | ||
padding: 10px; | ||
text-align: center; | ||
transition: background-color 0.75s ease; | ||
font-size: 13px; | ||
|
||
#title { | ||
font-family: "Norwester", "Helvetica Neue", "Lucida Grande", sans-serif; | ||
font-size: 30px; | ||
font-weight: bold; | ||
margin-bottom: 0px; | ||
margin-top: 10px; | ||
} | ||
|
||
#caption { | ||
font-family: "Norwester", "Helvetica Neue", "Lucida Grande", sans-serif; | ||
font-size: 14px; | ||
font-weight: normal; | ||
margin-bottom: 0px; | ||
} | ||
font-family: 'Helvetica Neue', 'Lucida Grande', sans-serif; | ||
} | ||
|
||
.onboarding | ||
{ | ||
font-family: sans-serif; | ||
border-top: solid black 1px; | ||
font-weight: 500; | ||
font-size: medium; | ||
} | ||
#title { | ||
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande', | ||
sans-serif; | ||
font-size: 30px; | ||
font-weight: bold; | ||
margin-bottom: 0px; | ||
margin-top: 10px; | ||
} | ||
|
||
#caption { | ||
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande', | ||
sans-serif; | ||
font-size: 14px; | ||
font-weight: normal; | ||
margin-bottom: 0px; | ||
} | ||
|
||
.onboarding { | ||
font-family: sans-serif; | ||
border-top: solid black 1px; | ||
font-weight: 500; | ||
font-size: medium; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,65 @@ | ||
body { | ||
background-color: #000000 !important; | ||
padding: 10px; | ||
text-align:center; | ||
transition: background-color .75s ease; | ||
font-family: "Helvetica Neue", "Lucida Grande", sans-serif; | ||
} | ||
background-color: #000000 !important; | ||
padding: 10px; | ||
text-align: center; | ||
transition: background-color 0.75s ease; | ||
font-family: 'Helvetica Neue', 'Lucida Grande', sans-serif; | ||
} | ||
|
||
#title { | ||
font-family: "Norwester", "Helvetica Neue", "Lucida Grande", sans-serif; | ||
font-size: 5em; | ||
font-weight: bold; | ||
margin-bottom: 0px; | ||
margin-top: 10px; | ||
} | ||
|
||
.caption { | ||
font-family: "Norwester", "Helvetica Neue", "Lucida Grande", sans-serif; | ||
font-size: 1.5em; | ||
font-weight: normal !important; | ||
margin-top: 3px !important; | ||
margin-bottom: 0px; | ||
} | ||
#error | ||
{ | ||
font-family: "Norwester", "Helvetica Neue", "Lucida Grande", sans-serif; | ||
font-weight: normal !important; | ||
color: red !important; | ||
margin-bottom: 0px; | ||
} | ||
|
||
#success | ||
{ | ||
font-family: "Norwester", "Helvetica Neue", "Lucida Grande", sans-serif; | ||
font-size: 1.1em; | ||
font-weight: normal !important; | ||
color: green !important; | ||
margin-bottom: 0px; | ||
} | ||
#title { | ||
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande', | ||
sans-serif; | ||
font-size: 5em; | ||
font-weight: bold; | ||
margin-bottom: 0px; | ||
margin-top: 10px; | ||
} | ||
|
||
#unlink | ||
{ | ||
font-family: "Norwester", "Helvetica Neue", "Lucida Grande", sans-serif; | ||
font-size: 1.1em; | ||
font-weight: normal !important; | ||
color: green !important; | ||
margin-bottom: 0px; | ||
} | ||
.caption { | ||
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande', | ||
sans-serif; | ||
font-size: 1.5em; | ||
font-weight: normal !important; | ||
margin-top: 3px !important; | ||
margin-bottom: 0px; | ||
} | ||
#error { | ||
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande', | ||
sans-serif; | ||
font-weight: normal !important; | ||
color: red !important; | ||
margin-bottom: 0px; | ||
} | ||
|
||
p | ||
{ | ||
color: white !important; | ||
} | ||
.onboarding | ||
{ | ||
font-family: sans-serif; | ||
border-top: solid white 1px; | ||
font-weight: 500; | ||
font-size: medium; | ||
} | ||
#success { | ||
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande', | ||
sans-serif; | ||
font-size: 1.1em; | ||
font-weight: normal !important; | ||
color: green !important; | ||
margin-bottom: 0px; | ||
} | ||
|
||
a | ||
{ | ||
color: white !important; | ||
cursor: pointer; | ||
} | ||
#unlink { | ||
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande', | ||
sans-serif; | ||
font-size: 1.1em; | ||
font-weight: normal !important; | ||
color: green !important; | ||
margin-bottom: 0px; | ||
} | ||
|
||
p { | ||
color: white !important; | ||
} | ||
.onboarding { | ||
font-family: sans-serif; | ||
border-top: solid white 1px; | ||
font-weight: 500; | ||
font-size: medium; | ||
} | ||
|
||
a { | ||
color: white !important; | ||
cursor: pointer; | ||
} |
Oops, something went wrong.