Advertisement
phpface

Untitled

May 23rd, 2023
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.78 KB | None | 0 0
  1. .terms-menu{
  2.     margin-top: 1rem!important;
  3. }
  4.  
  5. .terms-menu.slick-initialized .slick-prev+.slick-list{
  6.     margin-left: 0!important;
  7.     margin-right: 0!important;
  8. }
  9.  
  10. .terms-menu .term-item{
  11.     position: relative;
  12. }
  13.  
  14. .terms-menu .term-item a{
  15.     color: #838D99;
  16.     fill: #838D99;
  17.     background: none;
  18.     font-size: 17px;
  19.     font-weight: 500;    
  20. }
  21.  
  22. .terms-menu .term-item a:hover{
  23.     color: #000;
  24.     text-decoration: underline;
  25.     background: #e2e3e3;
  26. }
  27.  
  28. .terms-menu .term-item:first-child{
  29.     margin-right: 1.75rem;
  30. }
  31.  
  32. .terms-menu .term-item:first-child a:after {
  33.     background-color: #838D99;
  34.     content: "";
  35.     position: absolute;
  36.     width: 2px;
  37.     height: 55%;
  38.     top: 50%;
  39.     margin-top: -12%;
  40.     right: 0;
  41.     margin-right: -10px;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement