fixing sass error with calc,turning off justMyCode

This commit is contained in:
andy 2022-04-10 22:19:18 +01:00
parent de1f09456f
commit e767241c21
2 changed files with 4 additions and 3 deletions

3
.vscode/launch.json vendored
View File

@ -18,7 +18,8 @@
"run", "run",
"--no-debugger" "--no-debugger"
], ],
"jinja": true "jinja": true,
"justMyCode": false
}, },
{ {
"command": "npm run devbuild", "command": "npm run devbuild",

View File

@ -101,7 +101,7 @@ input[type=text], input[type=password], input[type=number], select {
img { img {
height: auto; height: auto;
border: 10px solid #313439; border: 10px solid #313439;
margin: $pad-px / 2; margin: calc($pad-px / 2);
box-shadow: 4px 4px 7px #070707; box-shadow: 4px 4px 7px #070707;
} }
} }
@ -158,7 +158,7 @@ h1.title {
background-color: $ui-colour; background-color: $ui-colour;
box-shadow: 4px 4px 8px black; box-shadow: 4px 4px 8px black;
padding: 10px; padding: 10px;
margin: $pad-px / 2; margin: calc($pad-px / 2);
/*border-radius: 3px;*/ /*border-radius: 3px;*/
h1 { h1 {