Sha256: a1764b4080015ec174de850e9f3c1f6d4b9e1031a34384fe507cbc2fbe28ffdd
Contents?: true
Size: 1.99 KB
Versions: 4
Compression:
Stored size: 1.99 KB
Contents
// buttons // _______________________________ .button.disabled { opacity: 0.65; cursor: not-allowed; } button, input[type="button"], input[type="reset"], input[type="submit"], .button{ background-color: #526889; margin: 0 0.75em; // &:hover{ // background-color: #344d71; // color: #fff; // } } // flex button inside lineItem // _______________________________ .sophieTolouba_line_items{ position: absolute; bottom: 20px; width: 95%; display: flex; justify-content: flex-end; align-items: center; } // Button float inside Quotation // _______________________________ // .testtststst{ // position: sticky; // bottom: 50%; // right: 0; // margin-left: 88%; // // } // .add_has_many.oioioioioi { // position: sticky; // bottom: 57%; // right: 0; // margin-left: 88%; // } .container-flex_line_items, .container-flex_working_zones, { display: flex; flex-wrap: wrap; position: relative; } .field-unit--nested.fieldset_line_items{ padding-left: 0px!important; } .nested-fields.working_zones{ padding: 1rem 1rem 8rem 1rem!important; } .nested-fields.working_zones { border: 1px solid rgba(255, 90, 95, 0.32)!important; border-radius: 6px; } // .add_has_many.div_button_add_line_items{ // width: 110px; // position: sticky; // bottom: 51%; // z-index: 9999; // margin-left: 98.3%; // height: 20px; // .button{ // padding: 25px; // border-radius: 50%; // z-index: 9999; // background: #34e79a; // // box-shadow: 0 2px 2px 0 rgba(91, 255, 97, 0.2), 0 3px 1px -2px rgba(91, 255, 97, 0.2), 0 1px 5px 0 rgba(91, 255, 97, 0.2); // // transition: all 0.35s ease-in-out; // // border: 0px solid #FFFFFF; // } // } // .add_has_many.div_button_add_working_zones{ // position: sticky; // bottom: 40%; // z-index: 9999; // margin-left: 94%; // height: 20px; // .button{ // padding: 25px; // border-radius: 50%; // z-index: 9999; // background: #48ac98; // } // }
Version data entries
4 entries across 4 versions & 1 rubygems