12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
-
- #widgetsModal_popup .nav-item .nav-link.active {
- border-radius: 4px;
- padding:5px 15px;
- font-size:12px !important;
- }
-
- #widgetsModal_popup .nav-item .nav-link {
- border-radius: 4px;
- padding: 5px 15px;
- color: #0A0A20 !important;
- background-color: #F5F4FD !important;
- border: 1px solid #D8D5F2 !important;
- font-size: 12px !important;
- font-weight:500;
- }
-
- #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--single .select2-selection__arrow,
- #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--multiple .select2-selection__arrow {
- top: 1px !important;
- right: 6px !important;
- }
- #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--single .select2-selection__rendered {
- padding-left: 18px;
- font-weight: 400;
- color: #495057 !important;
- }
- #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--single .select2-selection__rendered span{
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
- margin-left:18px ;
- }
- #biz-wrapper[data-builder="widget_builder"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
- color: #495057 !important;
- }
-
-
- /* Structures Start Here */
- #structures-settings-m-t .nav-item .nav-link.active {
- background-color: rgb(0, 0, 0) !important;
- color: rgb(255, 255, 255) !important;
- border-color: rgb(0, 0, 0) !important;
- }
- #structures-settings-m-t .nav-item .nav-link {
- border-radius: 4px;
- padding: 5px 15px;
- color: #0A0A20 !important;
- background-color: #F5F4FD !important;
- border: 1px solid #D8D5F2 !important;
- margin: 10px 5px 10px 5px;
- font-size: 12px !important;
- font-weight: 500;
- }
- .sp-preview-inner {
- border: 2px solid #ced4da;
- border-radius: 4px;
- }
-
-
- /* Structures End Here */
|