options_field.less 671 B

123456789101112131415161718192021222324252627282930313233
  1. /** Options field type */
  2. .vc_options-fields {
  3. border: 1px solid #dfdfdf;
  4. padding: 10px;
  5. margin-top: 10px;
  6. background: #f5f5f5 url(../vc/rowbg.png);
  7. position: relative;
  8. &:before {
  9. content: "";
  10. display: block;
  11. width: 0;
  12. height: 0;
  13. position: absolute;
  14. top: -8px;
  15. left: 20px;
  16. border-left: 8px solid transparent;
  17. border-right: 8px solid transparent;
  18. border-bottom: 8px solid #dfdfdf;
  19. }
  20. h4 {
  21. font-size: 16px;
  22. padding-bottom: 6px;
  23. margin: 4px 0 10px 0;
  24. border-bottom: 1px double #000;
  25. }
  26. .vc_row-fluid {
  27. border-bottom-color: #cccccc;
  28. .descr {
  29. margin-top: 5px;
  30. }
  31. }
  32. display: none;
  33. }