// Button for new_quotation // _________________________ .button{ margin-top: 1rem; align-items: center; justify-content: center; // display: flex; border-radius: 4px; padding: 12px 24px; &.remove-field{ background-color: #ff5a5f; } &.remove-field__option_buton{ background-color: #fff; border: 1px solid #454545; color:#454545; width: 100%; &.add_option{ border : 1px double #34e79a!important; display: flex!important; } } a{ color:#fff; font-weight: 500; text-decoration: none; } span{ font-weight: 500; } } // Custom for Selectize // _________________________ .selectize-dropdown-content { overflow-y: auto; overflow-x: hidden; max-height: 500px; cursor: pointer; -webkit-overflow-scrolling: touch; } @mixin selected_{ border: 1px solid #d0d0d0; padding: 8px 8px; display: inline-block; width: 100%; overflow: hidden; position: relative; z-index: 1; box-sizing: border-box; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 3px; } .selected_green{ @include selected_; border : 1px solid #00f2c3!important; background-color : #00f2c387!important; } .selected_red{ @include selected_; border : 1px solid #ff543d!important; background-color : #ff543d!important; } // broder // _________________________ .nested-fields.working_zones, fieldset.field-unit--nested.fieldset_line_items, fieldset.field-unit--nested.fieldset_working_zones { margin-left: 0%!important; width: 100%!important; } fieldset.field-unit--nested.fieldset_line_items, // .field-unit--nested.working_zones .nested-fields.working_zones, fieldset.field-unit--nested.fieldset_option_pack, fieldset.field-unit--nested.fieldset_working_zones { border: 0px solid #dfe0e1; } .field-unit__label.check_box_inside_quotation{ width: 18%!important; display: flex; flex-direction: column; align-items: center; justify-content: space-between; text-align: center; height: 4rem; border: 1px solid #cecece1f; padding: 0.3rem; border-radius: 8%; margin: 1rem; } // Job On Main Form // _________________________ #new_quotation .field-unit, #edit_quotation .field-unit, #create_quotation .field-unit, #update_quotation .field-unit, #quotation_solid_id .field-unit{ align-items: center; display: flex; margin-bottom: 0.2em; position: relative; width: 100%; } .field-unit--nested-has-many .nested-fields { margin-bottom: 0.4em; padding-bottom: 0.3em; } .line_item_container .field-unit--has-one { display: flex; /* flex-shrink: unset; */ flex-wrap: wrap; }