vc_pointer.less 465 B

123456789101112131415161718192021222324
  1. .vc_controls.vc-with-vc-pointer-controls {
  2. filter: alpha(opacity=1);
  3. opacity: 1;
  4. visibility: visible;
  5. }
  6. .wp-pointer {
  7. p {
  8. font-size: 13px;
  9. line-height: 1.5;
  10. margin: 1em 0;
  11. }
  12. .vc_pointer-close.close {
  13. cursor: pointer;
  14. line-height: 18px !important;
  15. font-size: 13px !important;
  16. .opacity(1) !important;
  17. color: #0074a2 !important;
  18. font-weight: normal !important;
  19. &:hover {
  20. color: #2ea2cc !important;
  21. }
  22. }
  23. }