Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.widget_builder.css 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. 
  2. #widgetsModal_popup .nav-item .nav-link.active {
  3. border-radius: 4px;
  4. padding:5px 15px;
  5. font-size:12px !important;
  6. }
  7. #widgetsModal_popup .nav-item .nav-link {
  8. border-radius: 4px;
  9. padding: 5px 15px;
  10. color: #0A0A20 !important;
  11. background-color: #F5F4FD !important;
  12. border: 1px solid #D8D5F2 !important;
  13. font-size: 12px !important;
  14. font-weight:500;
  15. }
  16. #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--single .select2-selection__arrow,
  17. #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  18. top: 1px !important;
  19. right: 6px !important;
  20. }
  21. #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--single .select2-selection__rendered {
  22. padding-left: 18px;
  23. font-weight: 400;
  24. color: #495057 !important;
  25. }
  26. #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--single .select2-selection__rendered span{
  27. white-space: nowrap;
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. }
  31. #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  32. margin-left:18px ;
  33. }
  34. #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  35. color: #495057 !important;
  36. }
  37. /* Structures Start Here */
  38. #structures-settings-m-t .nav-item .nav-link.active {
  39. background-color: rgb(0, 0, 0) !important;
  40. color: rgb(255, 255, 255) !important;
  41. border-color: rgb(0, 0, 0) !important;
  42. }
  43. #structures-settings-m-t .nav-item .nav-link {
  44. border-radius: 4px;
  45. padding: 5px 15px;
  46. color: #0A0A20 !important;
  47. background-color: #F5F4FD !important;
  48. border: 1px solid #D8D5F2 !important;
  49. margin: 10px 5px 10px 5px;
  50. font-size: 12px !important;
  51. font-weight: 500;
  52. }
  53. .sp-preview-inner {
  54. border: 2px solid #ced4da;
  55. border-radius: 4px;
  56. }
  57. /* Structures End Here */