Fixed Sass issues

This commit is contained in:
ポール ウェッブ 2019-03-05 15:09:30 -06:00
parent f477e725ca
commit 3cd08a1faa
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
"homepage": "https://github.com/lbryio/components#readme",
"husky": {
"hooks": {
"pre-commit": "npm run test:sass; npm run sass:prod"
"pre-commit": "npm run test:sass && npm run sass:prod"
}
},
"license": "BSD-3-Clause",

View file

@ -13,9 +13,9 @@ drawer-navigation-helper { // This is to make mouse movement forgiving
width: 0; height: 0;
top: 3rem; left: -5rem;
border-left: 8rem solid transparent;
border-right: 8rem solid transparent;
border-bottom: 5rem solid transparent;
border-left: 8rem solid transparent;
position: absolute;
}