Open ratanmaurya opened 1 month ago
Here are the changes made in your CSS:
Fixed missing colon in the .btn::after block: Before: &::after { content: ''; position absolute; ... } After: &::after { content: ''; position: absolute; ... }
Here are the changes made in your CSS:
Fixed missing colon in the .btn::after block: Before: &::after { content: ''; position absolute; ... } After: &::after { content: ''; position: absolute; ... }