Sha256: 3ae3214f6a4e516ea63185c9565b520e6e85a5c502469738ccc16312cf5ea307
Contents?: true
Size: 1.35 KB
Versions: 9
Compression:
Stored size: 1.35 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; } .page-container { height: 100vh; } .sticky-container { position: sticky; top: 0; background-color: #fff; z-index: 1; } .scrollable { overflow: auto; } .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; }
Version data entries
9 entries across 9 versions & 1 rubygems