fixing sass error with calc,turning off justMyCode
This commit is contained in:
parent
de1f09456f
commit
e767241c21
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -18,7 +18,8 @@
|
|||||||
"run",
|
"run",
|
||||||
"--no-debugger"
|
"--no-debugger"
|
||||||
],
|
],
|
||||||
"jinja": true
|
"jinja": true,
|
||||||
|
"justMyCode": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "npm run devbuild",
|
"command": "npm run devbuild",
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user