mirror of
https://github.com/LBRYFoundation/components.git
synced 2025-08-23 17:47:32 +00:00
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",
|
"homepage": "https://github.com/lbryio/components#readme",
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"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",
|
"license": "BSD-3-Clause",
|
||||||
|
|
|
@ -13,9 +13,9 @@ drawer-navigation-helper { // This is to make mouse movement forgiving
|
||||||
width: 0; height: 0;
|
width: 0; height: 0;
|
||||||
top: 3rem; left: -5rem;
|
top: 3rem; left: -5rem;
|
||||||
|
|
||||||
border-left: 8rem solid transparent;
|
|
||||||
border-right: 8rem solid transparent;
|
border-right: 8rem solid transparent;
|
||||||
border-bottom: 5rem solid transparent;
|
border-bottom: 5rem solid transparent;
|
||||||
|
border-left: 8rem solid transparent;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue