Fixed Sass issues
This commit is contained in:
parent
f477e725ca
commit
3cd08a1faa
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue