-
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.
- Loading branch information
Showing
11 changed files
with
41,154 additions
and
25,026 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 |
---|---|---|
|
@@ -66,3 +66,4 @@ $RECYCLE.BIN/ | |
*.msix | ||
*.msm | ||
*.msp | ||
dist/ |
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,11 +1,3 @@ | ||
{ | ||
"extends": [ | ||
"stylelint-config-standard", | ||
"stylelint-config-recommended-scss", | ||
"stylelint-config-sass-guidelines", | ||
"stylelint-config-prettier" | ||
], | ||
"rules": { | ||
"max-nesting-depth": 3 | ||
} | ||
"extends": ["stylelint-config-standard", "stylelint-config-prettier"] | ||
} |
This file was deleted.
Oops, something went wrong.
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,39 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Kyssmybutton | MotorCortex Plugin</title> | ||
<style type="text/css"> | ||
html, body { | ||
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; | ||
font-size: 14px; | ||
width: 100%; | ||
height: 100%; | ||
margin: 0; | ||
background-color: #282828; | ||
} | ||
section { | ||
height: 100%; | ||
width: 100%; | ||
position: absolute; | ||
} | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<title>Kyssmybutton | MotorCortex Plugin</title> | ||
<style type="text/css"> | ||
html, | ||
body { | ||
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; | ||
font-size: 14px; | ||
width: 100%; | ||
height: 100%; | ||
margin: 0; | ||
background-color: #282828; | ||
} | ||
section { | ||
height: 100%; | ||
width: 100%; | ||
position: absolute; | ||
} | ||
#clip { | ||
background-color: #bfbfbf; | ||
width: 90%; | ||
height: 90%; | ||
margin:auto; | ||
margin-top:2%; | ||
margin: auto; | ||
margin-top: 2%; | ||
} | ||
</style> | ||
</style> | ||
</head> | ||
<body> | ||
<section> | ||
<div id="clip"></div> | ||
</section> | ||
<script src="./bundle.js"></script> | ||
</body> | ||
|
||
</html> | ||
</html> |
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
Oops, something went wrong.