Replies: 1 comment 4 replies
-
Hello @raqueeb, thanks! The I would put the dots scss in Yes, fonts then in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know it really look nice for having the dotted line in the landing page of https://getdoks.org/. It's out of the world!
I have seen that is coming from --
element.style {
}
.bg-dots {
background-image: radial-gradient(#dee2e6 15%, transparent 15%);
background-position: 0 0;
background-size: 1rem 1rem;
-webkit-mask: linear-gradient(to top, #fff, transparent);
mask: linear-gradient(to top, #fff, transparent);
width: 100%;
height: 9rem;
margin-top: -10rem;
z-index: -1;
}
If I need to create this css, where should I able to add? Can I add it to assets/scss/common/_global.scss?
And for fonts, should I add it to assets/scss/common/_fonts.scss file?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions