Sha256: 6caf8bfe901ba9c89243a57af8fc5028c2ac58a717738d00e4e396a2015e24bc
Contents?: true
Size: 1.97 KB
Versions: 40
Compression:
Stored size: 1.97 KB
Contents
@import "../helpers/index.scss"; html { overflow: hidden; } body { box-sizing: border-box; width: 100%; margin: 0px; padding: 0px; font-family: "Open Sans", sans-serif !important; background-color: $grey-lightest-clr !important; } //main-layout-styles .cm-admin { display: flex; width: 100%; height: 100%; .panel-area { width: calc(100% - 225px); margin-left: 225px; height: 100vh; overflow-y: auto; } .components { margin-top: 140px; padding: 10px 30px; .field-container { max-width: 400px; } } } a:hover, a { text-decoration: none !important; } // daterangepicker theme styles .daterangepicker { .active { background-color: $brand-color !important; } .drp-buttons { .btn-primary { background-color: $brand-color !important; } } } // datepicker theme styles .datepicker { .active { background-color: $brand-color !important; } } .opacity-1 { opacity: 1 !important; } .cm-page-container { height: 100vh; } .sticky-container { position: sticky; top: 0; background-color: $white; z-index: 5; } .scrollable { overflow: auto; } // TODO: Check and remove the input-wrapper styles later .input-wrapper { margin-bottom: 24px; input, select, .select2 { width: 320px; } textarea { width: 480px; } } // TODO: Check and remove the input-wrapper styles later .input-wrapper.disabled { input:disabled { background-color: $grey-lightest-clr; } label { color: $ink-lightest-clr; } } .nested-fields .select2 { width: 100% !important; } .datetime-wrapper { position: relative; } .cm-admin-static { width: auto; text-align: center; padding: 0 15px; } .date-filter-wrapper { position: absolute; line-height: 28px; top: 0; opacity: 0; z-index: -1; } //select 2 styles .select2-container--bootstrap-5 .select2-selection--single { padding: 0.375rem 0.75rem 0.375rem 0.75rem !important; background-position: right 0.75rem center !important; }
Version data entries
40 entries across 40 versions & 1 rubygems