AnandSAA

Deal Detail En Webview CSS

Oct 13th, 2022
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. .contents {
  2.     margin-bottom: 1.5rem;
  3.     font-size: .9rem;
  4.     line-height: 1.5rem;
  5.     font-weight: 500;
  6.     color: #535969;
  7. }
  8. .contents ul {
  9.   margin: 1rem 0;
  10. }
  11. .contents li {
  12.     position: relative;
  13.     margin-bottom: 0.75rem;
  14.     padding-left: 1rem;
  15.     font-size: .9rem;
  16.     line-height: 1.5rem;
  17.     font-weight: 500;
  18.     color: #535969;
  19. }
  20. .contents li::after {
  21.     position: absolute;
  22.     content: "›";
  23.     left: 0;
  24.     top: 0;
  25.     font-size: 1.05rem;
  26.     line-height: 1.25rem;
  27.     color: #bfc1c7;
  28. }
  29. .contents li strong {
  30.   font-weight: 700;
  31. }
  32. .contents p {
  33.     margin-bottom: 0.5rem;
  34.     font-size: .95rem;
  35.     font-weight: 700;
  36.     color: #a9acb4;
  37. }
  38. .contents a {
  39.     text-decoration: underline;
  40.     color: #dbb764;
  41.     transition: all .3s ease;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment