Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

underline-dashed.scss 286 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. // Text styling
  2. .underline-dashed {
  3. display: inline;
  4. padding-bottom: $spacer-1;
  5. background-image: linear-gradient(
  6. to right,
  7. var(--color-auto-gray-3) 50%,
  8. transparent 0%
  9. );
  10. background-repeat: repeat-x;
  11. background-position: bottom;
  12. background-size: 10px 1px;
  13. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...