Merge pull request #201 from houdiniproject/fix_cornerholes

Fix cornerhole on ticket
This commit is contained in:
Eric Schultz 2019-06-12 09:58:23 -05:00 committed by GitHub
commit c1940e1d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ $cubic_bevier: cubic-bezier(.5,1.2,.6,1);
position: absolute;
border: $size solid $color;
border-bottom: none;
border-left: none;
border-right: none;
border-top-left-radius: $size;
right: 0;
bottom: 0;