UNPKG

@ciq-dev/style-guide

Version:
3,289 lines (2,797 loc) 195 kB
/* color tones: - x-dark - dark * - mid-dark - base (default) - mid-light - light * - x-light */ @font-face { font-family: "ProximaNova"; src: url("https://cdn.rboomerang.com/fonts/ProximaNova-Light.otf"); font-weight: 300; } @font-face { font-family: "ProximaNova"; src: url("https://cdn.rboomerang.com/fonts/ProximaNova-Regular.otf"); font-weight: normal; } @font-face { font-family: "ProximaNova"; src: url("https://cdn.rboomerang.com/fonts/ProximaNova-Semibold.otf"); font-weight: 600; } @font-face { font-family: "ProximaNova"; src: url("https://cdn.rboomerang.com/fonts/ProximaNova-Bold.otf"); font-weight: bold; } @font-face { font-family: "ProximaNova"; src: url("https://cdn.rboomerang.com/fonts/ProximaNova-xBold.otf"); font-weight: 800; } @font-face { font-family: "ProximaNova"; src: url("https://cdn.rboomerang.com/fonts/ProximaNova-xxBold.otf"); font-weight: 900; } .slide-enter-active { animation: slide-in 150ms ease-out forwards; } .slide-leave-active { animation: slide-out 150ms ease-out forwards; } @keyframes slide-in { from { transform: translateY(-20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes slide-out { from { transform: translateY(0); opacity: 1; } to { transform: translateY(-20px); opacity: 0; } } .rotate { -webkit-animation: rotation 2s infinite linear !important; } @-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { border: none; margin: 0; padding: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } ol, ul { list-style: none; margin: 0; padding: 0; } ol li, ul li { padding: 0; margin: 0; } button, html, input, select, textarea { color: inherit; font-family: sans-serif; } .rb-checkbox, .rb-radio { cursor: pointer; display: inline-block; line-height: 1.25; position: relative; } .rb-checkbox input, .rb-radio input { cursor: pointer; } .rb-checkbox:hover, .rb-radio:hover { color: #363636; } .rb-checkbox[disabled], .rb-radio[disabled] { color: #7a7a7a; cursor: not-allowed; } .rb-radio + .rb-radio, .rb-checkbox + .rb-checkbox { margin-left: 8px; } .u-bg-color-purple-base { background-color: #bd10e0; } .u-bg-color-purple-light { background-color: #fcebff; } .u-bg-color-purple-dark { background-color: #7800f2; } .u-bg-color-red-base { background-color: #d7263d; } .u-bg-color-blue-base, .rb-tab.rb-tab--basic .rb-tab__item.active, .list--blue-hover.list--hover li:hover { background-color: #007cf6; } .u-bg-color-blue-light, .chip { background-color: #2690f8; } .u-bg-color-blue-x-light, .tab.tab--expandable .tab__item.active, .tab.tab--expandable .tab__item.active:hover, .tab.tab--expandable .tab__action.active, .tab.tab--expandable .tab__action.active:hover { background-color: #bfdffd; } .u-bg-color-blue-xx-light { background-color: #e6f3ff; } .u-bg-color-blue-dark { background-color: #001de1; } .u-bg-color-blue-lighter { background-color: #73b8fb; } .u-bg-color-cyan-base { background-color: #23b5d3; } .u-bg-color-cyan-dark { background-color: #00abe4; } .u-bg-color-cyan-light { background-color: #eefcfe; } .u-bg-color-green-base, .media--sku__value { background-color: #3ea95e; } .u-bg-color-green-light { background-color: #97cc04; } .u-bg-color-green-dark { background-color: #23d349; } .u-bg-color-black-base { background-color: #000; } .u-bg-color-grey-dark { background-color: #333; } .u-bg-color-grey-base { background-color: #2b333b; } .u-bg-color-grey-light { background-color: #4b5158; } .u-bg-color-grey-mid-light { background-color: #6a7075; } .u-bg-color-grey-lighter { background-color: #8b8f93; } .u-bg-color-grey-x-light, .list--hover li:hover { background-color: #aaadb1; } .u-bg-color-grey-xx-light { background-color: #caccce; } .u-bg-color-grey-xxx-light { background-color: #e9eaeb; } .u-bg-color-grey-white, .table th { background-color: #fff; } .u-bg-color-yellow-base { background-color: #f5d908; } .u-bg-color-orange-base, .media--sku__value.is-negative { background-color: #ffa800; } .u-bg-color-orange-dark { background-color: #e57000; } .u-bg-color-orange-light { background-color: #fff4de; } .u-bg-color-white-base { background-color: #fff; } .u-bg-color-pink-base { background-color: #ff6072; } .u-bg-color-indigo-base { background-color: #3800a7; } .u-bg-color-indigo-xxx-light { background-color: #6886C5; } .u-bg-color-transparent-base { background-color: transparent; } .u-bg-color-turquoise-base { background-color: #50e3c2; } .u-border-left { border-left: solid; } .u-border-top, .custom-chart-legend { border-top: solid; } .u-border-right, .tab.tab--expandable .tab__item, .tab.tab--expandable .tab__action { border-right: solid; } .u-border-bottom { border-bottom: solid; } .u-border-all { border: solid; } .u-border-color-purple-base { border-color: #bd10e0; } .u-border-color-purple-light { border-color: #fcebff; } .u-border-color-purple-dark { border-color: #7800f2; } .u-border-color-red-base { border-color: #d7263d; } .u-border-color-blue-base { border-color: #007cf6; } .u-border-color-blue-light { border-color: #2690f8; } .u-border-color-blue-x-light { border-color: #bfdffd; } .u-border-color-blue-xx-light { border-color: #e6f3ff; } .u-border-color-blue-dark { border-color: #001de1; } .u-border-color-blue-lighter { border-color: #73b8fb; } .u-border-color-cyan-base { border-color: #23b5d3; } .u-border-color-cyan-dark { border-color: #00abe4; } .u-border-color-cyan-light { border-color: #eefcfe; } .u-border-color-green-base { border-color: #3ea95e; } .u-border-color-green-light { border-color: #97cc04; } .u-border-color-green-dark { border-color: #23d349; } .u-border-color-black-base { border-color: #000; } .u-border-color-grey-dark { border-color: #333; } .u-border-color-grey-base { border-color: #2b333b; } .u-border-color-grey-light { border-color: #4b5158; } .u-border-color-grey-mid-light { border-color: #6a7075; } .u-border-color-grey-lighter { border-color: #8b8f93; } .u-border-color-grey-x-light, .tab.tab--expandable .tab__item, .tab.tab--expandable .tab__action { border-color: #aaadb1; } .u-border-color-grey-xx-light { border-color: #caccce; } .u-border-color-grey-xxx-light { border-color: #e9eaeb; } .u-border-color-grey-white { border-color: #fff; } .u-border-color-yellow-base { border-color: #f5d908; } .u-border-color-orange-base { border-color: #ffa800; } .u-border-color-orange-dark { border-color: #e57000; } .u-border-color-orange-light { border-color: #fff4de; } .u-border-color-white-base { border-color: #fff; } .u-border-color-pink-base { border-color: #ff6072; } .u-border-color-indigo-base { border-color: #3800a7; } .u-border-color-indigo-xxx-light { border-color: #6886C5; } .u-border-color-transparent-base { border-color: transparent; } .u-border-color-turquoise-base { border-color: #50e3c2; } .u-border-width-s { border-width: 1px; } .u-border-width-m { border-width: 3px; } .u-border-width-l { border-width: 4px; } .u-box-sizing-border-box { box-sizing: border-box; } .u-box-sizing-content-box { box-sizing: content-box; } .u-border-radius-xs, .custom-chart-legend { border-radius: 2px; } .u-border-radius-s { border-radius: 4px; } .u-border-radius-m { border-radius: 6px; } .u-border-radius-l, .chip { border-radius: 8px; } .u-border-radius-xl { border-radius: 10px; } .u-color-purple-base { color: #bd10e0; fill: #bd10e0; } .u-color-purple-light { color: #fcebff; fill: #fcebff; } .u-color-purple-dark { color: #7800f2; fill: #7800f2; } .u-color-red-base { color: #d7263d; fill: #d7263d; } .u-color-blue-base, .link, .button--text.button--nav.router-link-active, .button--text.button--nav:hover, .tab.tab--expandable .tab__item.active, .tab.tab--expandable .tab__item.active:hover, .tab.tab--expandable .tab__action.active, .tab.tab--expandable .tab__action.active:hover, .tab .tab__item.active, .tab .tab__item:hover.active, .markdown a { color: #007cf6; fill: #007cf6; } .u-color-blue-light { color: #2690f8; fill: #2690f8; } .u-color-blue-x-light { color: #bfdffd; fill: #bfdffd; } .u-color-blue-xx-light { color: #e6f3ff; fill: #e6f3ff; } .u-color-blue-dark { color: #001de1; fill: #001de1; } .u-color-blue-lighter { color: #73b8fb; fill: #73b8fb; } .u-color-cyan-base { color: #23b5d3; fill: #23b5d3; } .u-color-cyan-dark { color: #00abe4; fill: #00abe4; } .u-color-cyan-light { color: #eefcfe; fill: #eefcfe; } .u-color-green-base { color: #3ea95e; fill: #3ea95e; } .u-color-green-light { color: #97cc04; fill: #97cc04; } .u-color-green-dark { color: #23d349; fill: #23d349; } .u-color-black-base { color: #000; fill: #000; } .u-color-grey-dark, .card, a, .tab .tab__item, .media__title, a.dropdown-item { color: #333; fill: #333; } .u-color-grey-base, .table th, td, .media__subtitle { color: #2b333b; fill: #2b333b; } .u-color-grey-light, .button--text.button--nav, .tab.tab--expandable .tab__item:hover, .tab.tab--expandable .tab__action:hover, .tab.tab--expandable .tab__item, .tab.tab--expandable .tab__action, .text-input--search .icon { color: #4b5158; fill: #4b5158; } .u-color-grey-mid-light { color: #6a7075; fill: #6a7075; } .u-color-grey-lighter, .v2-forecast .ag-header-row .ag-header-group-cell.ag-header-group-cell-with-group .ag-header-group-cell-label .ag-header-group-text, .el-table th .cell, .el-table .el-table--columnHeaderLabel { color: #8b8f93; fill: #8b8f93; } .u-color-grey-x-light { color: #aaadb1; fill: #aaadb1; } .u-color-grey-xx-light { color: #caccce; fill: #caccce; } .u-color-grey-xxx-light { color: #e9eaeb; fill: #e9eaeb; } .u-color-grey-white, .list--blue-hover.list--hover li:hover, .media--selectable.active .media--sku__value, .media--selectable.active:hover .media--sku__value, .chip { color: #fff; fill: #fff; } .u-color-yellow-base { color: #f5d908; fill: #f5d908; } .u-color-orange-base { color: #ffa800; fill: #ffa800; } .u-color-orange-dark { color: #e57000; fill: #e57000; } .u-color-orange-light { color: #fff4de; fill: #fff4de; } .u-color-white-base { color: #fff; fill: #fff; } .u-color-pink-base { color: #ff6072; fill: #ff6072; } .u-color-indigo-base { color: #3800a7; fill: #3800a7; } .u-color-indigo-xxx-light { color: #6886C5; fill: #6886C5; } .u-color-transparent-base { color: transparent; fill: transparent; } .u-color-turquoise-base { color: #50e3c2; fill: #50e3c2; } .u-fill-color-purple-base { color: #bd10e0; fill: #bd10e0; } .u-fill-color-purple-light { color: #fcebff; fill: #fcebff; } .u-fill-color-purple-dark { color: #7800f2; fill: #7800f2; } .u-fill-color-red-base { color: #d7263d; fill: #d7263d; } .u-fill-color-blue-base { color: #007cf6; fill: #007cf6; } .u-fill-color-blue-light { color: #2690f8; fill: #2690f8; } .u-fill-color-blue-x-light { color: #bfdffd; fill: #bfdffd; } .u-fill-color-blue-xx-light { color: #e6f3ff; fill: #e6f3ff; } .u-fill-color-blue-dark { color: #001de1; fill: #001de1; } .u-fill-color-blue-lighter { color: #73b8fb; fill: #73b8fb; } .u-fill-color-cyan-base { color: #23b5d3; fill: #23b5d3; } .u-fill-color-cyan-dark { color: #00abe4; fill: #00abe4; } .u-fill-color-cyan-light { color: #eefcfe; fill: #eefcfe; } .u-fill-color-green-base { color: #3ea95e; fill: #3ea95e; } .u-fill-color-green-light { color: #97cc04; fill: #97cc04; } .u-fill-color-green-dark { color: #23d349; fill: #23d349; } .u-fill-color-black-base { color: #000; fill: #000; } .u-fill-color-grey-dark { color: #333; fill: #333; } .u-fill-color-grey-base { color: #2b333b; fill: #2b333b; } .u-fill-color-grey-light { color: #4b5158; fill: #4b5158; } .u-fill-color-grey-mid-light { color: #6a7075; fill: #6a7075; } .u-fill-color-grey-lighter { color: #8b8f93; fill: #8b8f93; } .u-fill-color-grey-x-light { color: #aaadb1; fill: #aaadb1; } .u-fill-color-grey-xx-light { color: #caccce; fill: #caccce; } .u-fill-color-grey-xxx-light { color: #e9eaeb; fill: #e9eaeb; } .u-fill-color-grey-white { color: #fff; fill: #fff; } .u-fill-color-yellow-base { color: #f5d908; fill: #f5d908; } .u-fill-color-orange-base { color: #ffa800; fill: #ffa800; } .u-fill-color-orange-dark { color: #e57000; fill: #e57000; } .u-fill-color-orange-light { color: #fff4de; fill: #fff4de; } .u-fill-color-white-base { color: #fff; fill: #fff; } .u-fill-color-pink-base { color: #ff6072; fill: #ff6072; } .u-fill-color-indigo-base { color: #3800a7; fill: #3800a7; } .u-fill-color-indigo-xxx-light { color: #6886C5; fill: #6886C5; } .u-fill-color-transparent-base { color: transparent; fill: transparent; } .u-fill-color-turquoise-base { color: #50e3c2; fill: #50e3c2; } .u-cursor-auto { cursor: auto; } .u-cursor-default { cursor: default; } .u-cursor-pointer, .list--hover li { cursor: pointer; } .u-cursor-text { cursor: text; } .u-cursor-move { cursor: move; } .u-display-block { display: block; } .u-display-flex, .tab.tab--expandable .tab__item, .tab.tab--expandable .tab__action, .tab, .media { display: flex; } .u-display-inline-flex, .button--text, .spinner { display: inline-flex; } .u-display-inline { display: inline; } .u-display-inline-block, .media--sku__value, .chip { display: inline-block; } .u-display-none { display: none; } .u-flex-none { flex: none; } .u-flex-1, .media__content { flex: 1; } .u-flex-2 { flex: 2; } .u-flex-3 { flex: 3; } .u-flex-4 { flex: 4; } .u-flex-5 { flex: 5; } .u-flex-6 { flex: 6; } .u-flex-7 { flex: 7; } .u-flex-8 { flex: 8; } .u-flex-9 { flex: 9; } .u-flex-10 { flex: 10; } .u-flex-11 { flex: 11; } .u-flex-12 { flex: 12; } .u-flex-align-items-baseline { align-items: baseline; } .u-flex-align-items-center, .button--text, .tab.tab--expandable .tab__item, .tab.tab--expandable .tab__action, .spinner { align-items: center; } .u-flex-align-items-flex-end { align-items: flex-end; } .u-flex-align-items-flex-start { align-items: flex-start; } .u-flex-align-self-baseline { align-self: baseline; } .u-flex-align-self-center { align-self: center; } .u-flex-align-self-flex-end { align-self: flex-end; } .u-flex-align-self-flex-start { align-self: flex-start; } .u-flex-direction-column { flex-direction: column; } .u-flex-direction-row-reverse { flex-direction: row-reverse; } .u-flex-grow-0 { flex-grow: 0; } .u-flex-grow-1 { flex-grow: 1; } .u-flex-justify-content-center, .v2-forecast .ag-header-row .ag-header-group-cell.ag-header-group-cell-with-group, .v2-forecast .ag-pinned-left-header .ag-header-row:nth-child(2) .ag-header-cell .header-text { justify-content: center; } .u-flex-justify-content-flex-end { justify-content: flex-end; } .u-flex-justify-content-space-between { justify-content: space-between; } .u-flex-justify-content-space-around { justify-content: space-around; } .u-flex-shrink-0 { flex-shrink: 0; } .u-flex-shrink-1 { flex-shrink: 1; } .u-flex-shrink-past-min-size { min-width: 0 !important; } .u-flex-wrap-no { flex-wrap: nowrap; } .u-flex-wrap-yes { flex-wrap: wrap; } .u-font-weight-100 { font-weight: 100; } .u-font-weight-200 { font-weight: 200; } .u-font-weight-300 { font-weight: 300; } .u-font-weight-400, .button--text, a.dropdown-item, .text-input.text-input--large, .text-input { font-weight: 400; } .u-font-weight-500 { font-weight: 500; } .u-font-weight-600, .v2-forecast .c3 svg .c3-axis-y-label, .v2-forecast .c3 svg .c3-axis-y2-label, .v2-forecast .ag-header-row .ag-header-group-cell.ag-header-group-cell-with-group .ag-header-group-cell-label .ag-header-group-text, .local-filter--token, .circular-date-picker-trigger, .filter--token, .link, .dashboard__section-header, .table th, .tab.tab--expandable .tab__item, .tab.tab--expandable .tab__action, .markdown a, .markdown h2, .markdown h1, .media--sku .media__title, .spinner { font-weight: 600; } .u-font-weight-700, .media--sku__value { font-weight: 700; } .u-font-weight-800 { font-weight: 800; } .u-font-weight-bold { font-weight: bold; } .u-font-weight-normal, .tippy-tooltip.rb-tooltip-sku-theme .tippy-content .rb-sku .sku--content .middle-row, .list--hover li { font-weight: normal; } .u-overflow-hidden { overflow: hidden; } .u-overflow-scroll { overflow: scroll; } .u-overflow-auto { overflow: auto; } .u-overflow-visible { overflow: visible; } .u-overflow-x-hidden { overflow-x: hidden; } .u-overflow-x-scroll { overflow-x: scroll; } .u-overflow-x-auto { overflow-x: auto; } .u-overflow-x-visible { overflow-x: visible; } .u-overflow-y-hidden { overflow-y: hidden; } .u-overflow-y-scroll { overflow-y: scroll; } .u-overflow-y-auto { overflow-y: auto; } .u-overflow-y-visible { overflow-y: visible; } .u-pointer-events-none { pointer-events: none; } .u-position-relative, .card { position: relative; } .u-position-absolute { position: absolute; } .u-position-fixed { position: fixed; } .u-spacing-m-xxxl { margin: 6.4rem; } .u-spacing-mb-xxxl { margin-bottom: 6.4rem; } .u-spacing-ml-xxxl { margin-left: 6.4rem; } .u-spacing-mr-xxxl { margin-right: 6.4rem; } .u-spacing-mt-xxxl { margin-top: 6.4rem; } .u-spacing-mv-xxxl { margin-bottom: 6.4rem; margin-top: 6.4rem; } .u-spacing-mh-xxxl { margin-left: 6.4rem; margin-right: 6.4rem; } .u-spacing-p-xxxl { padding: 6.4rem; } .u-spacing-pb-xxxl { padding-bottom: 6.4rem; } .u-spacing-pl-xxxl { padding-left: 6.4rem; } .u-spacing-pr-xxxl { padding-right: 6.4rem; } .u-spacing-pt-xxxl { padding-top: 6.4rem; } .u-spacing-pv-xxxl { padding-bottom: 6.4rem; padding-top: 6.4rem; } .u-spacing-ph-xxxl { padding-left: 6.4rem; padding-right: 6.4rem; } .u-spacing-m-xxl { margin: 4.8rem; } .u-spacing-mb-xxl { margin-bottom: 4.8rem; } .u-spacing-ml-xxl { margin-left: 4.8rem; } .u-spacing-mr-xxl { margin-right: 4.8rem; } .u-spacing-mt-xxl { margin-top: 4.8rem; } .u-spacing-mv-xxl { margin-bottom: 4.8rem; margin-top: 4.8rem; } .u-spacing-mh-xxl { margin-left: 4.8rem; margin-right: 4.8rem; } .u-spacing-p-xxl { padding: 4.8rem; } .u-spacing-pb-xxl { padding-bottom: 4.8rem; } .u-spacing-pl-xxl { padding-left: 4.8rem; } .u-spacing-pr-xxl { padding-right: 4.8rem; } .u-spacing-pt-xxl { padding-top: 4.8rem; } .u-spacing-pv-xxl { padding-bottom: 4.8rem; padding-top: 4.8rem; } .u-spacing-ph-xxl { padding-left: 4.8rem; padding-right: 4.8rem; } .u-spacing-m-xl { margin: 3.2rem; } .u-spacing-mb-xl { margin-bottom: 3.2rem; } .u-spacing-ml-xl { margin-left: 3.2rem; } .u-spacing-mr-xl { margin-right: 3.2rem; } .u-spacing-mt-xl { margin-top: 3.2rem; } .u-spacing-mv-xl { margin-bottom: 3.2rem; margin-top: 3.2rem; } .u-spacing-mh-xl { margin-left: 3.2rem; margin-right: 3.2rem; } .u-spacing-p-xl { padding: 3.2rem; } .u-spacing-pb-xl { padding-bottom: 3.2rem; } .u-spacing-pl-xl { padding-left: 3.2rem; } .u-spacing-pr-xl { padding-right: 3.2rem; } .u-spacing-pt-xl { padding-top: 3.2rem; } .u-spacing-pv-xl { padding-bottom: 3.2rem; padding-top: 3.2rem; } .u-spacing-ph-xl { padding-left: 3.2rem; padding-right: 3.2rem; } .u-spacing-m-l { margin: 2.4rem; } .u-spacing-mb-l { margin-bottom: 2.4rem; } .u-spacing-ml-l { margin-left: 2.4rem; } .u-spacing-mr-l { margin-right: 2.4rem; } .u-spacing-mt-l { margin-top: 2.4rem; } .u-spacing-mv-l { margin-bottom: 2.4rem; margin-top: 2.4rem; } .u-spacing-mh-l { margin-left: 2.4rem; margin-right: 2.4rem; } .u-spacing-p-l { padding: 2.4rem; } .u-spacing-pb-l { padding-bottom: 2.4rem; } .u-spacing-pl-l { padding-left: 2.4rem; } .u-spacing-pr-l { padding-right: 2.4rem; } .u-spacing-pt-l { padding-top: 2.4rem; } .u-spacing-pv-l { padding-bottom: 2.4rem; padding-top: 2.4rem; } .u-spacing-ph-l { padding-left: 2.4rem; padding-right: 2.4rem; } .u-spacing-m-m { margin: 1.6rem; } .u-spacing-mb-m { margin-bottom: 1.6rem; } .u-spacing-ml-m { margin-left: 1.6rem; } .u-spacing-mr-m { margin-right: 1.6rem; } .u-spacing-mt-m { margin-top: 1.6rem; } .u-spacing-mv-m { margin-bottom: 1.6rem; margin-top: 1.6rem; } .u-spacing-mh-m { margin-left: 1.6rem; margin-right: 1.6rem; } .u-spacing-p-m { padding: 1.6rem; } .u-spacing-pb-m { padding-bottom: 1.6rem; } .u-spacing-pl-m { padding-left: 1.6rem; } .u-spacing-pr-m { padding-right: 1.6rem; } .u-spacing-pt-m { padding-top: 1.6rem; } .u-spacing-pv-m { padding-bottom: 1.6rem; padding-top: 1.6rem; } .u-spacing-ph-m { padding-left: 1.6rem; padding-right: 1.6rem; } .u-spacing-m-s { margin: 0.8rem; } .u-spacing-mb-s { margin-bottom: 0.8rem; } .u-spacing-ml-s { margin-left: 0.8rem; } .u-spacing-mr-s { margin-right: 0.8rem; } .u-spacing-mt-s { margin-top: 0.8rem; } .u-spacing-mv-s { margin-bottom: 0.8rem; margin-top: 0.8rem; } .u-spacing-mh-s { margin-left: 0.8rem; margin-right: 0.8rem; } .u-spacing-p-s { padding: 0.8rem; } .u-spacing-pb-s { padding-bottom: 0.8rem; } .u-spacing-pl-s { padding-left: 0.8rem; } .u-spacing-pr-s { padding-right: 0.8rem; } .u-spacing-pt-s { padding-top: 0.8rem; } .u-spacing-pv-s { padding-bottom: 0.8rem; padding-top: 0.8rem; } .u-spacing-ph-s { padding-left: 0.8rem; padding-right: 0.8rem; } .u-spacing-m-xs { margin: 0.4rem; } .u-spacing-mb-xs { margin-bottom: 0.4rem; } .u-spacing-ml-xs { margin-left: 0.4rem; } .u-spacing-mr-xs { margin-right: 0.4rem; } .u-spacing-mt-xs { margin-top: 0.4rem; } .u-spacing-mv-xs { margin-bottom: 0.4rem; margin-top: 0.4rem; } .u-spacing-mh-xs { margin-left: 0.4rem; margin-right: 0.4rem; } .u-spacing-p-xs { padding: 0.4rem; } .u-spacing-pb-xs { padding-bottom: 0.4rem; } .u-spacing-pl-xs { padding-left: 0.4rem; } .u-spacing-pr-xs { padding-right: 0.4rem; } .u-spacing-pt-xs { padding-top: 0.4rem; } .u-spacing-pv-xs { padding-bottom: 0.4rem; padding-top: 0.4rem; } .u-spacing-ph-xs { padding-left: 0.4rem; padding-right: 0.4rem; } .u-spacing-m-xxs { margin: 0.2rem; } .u-spacing-mb-xxs { margin-bottom: 0.2rem; } .u-spacing-ml-xxs { margin-left: 0.2rem; } .u-spacing-mr-xxs { margin-right: 0.2rem; } .u-spacing-mt-xxs { margin-top: 0.2rem; } .u-spacing-mv-xxs { margin-bottom: 0.2rem; margin-top: 0.2rem; } .u-spacing-mh-xxs { margin-left: 0.2rem; margin-right: 0.2rem; } .u-spacing-p-xxs { padding: 0.2rem; } .u-spacing-pb-xxs { padding-bottom: 0.2rem; } .u-spacing-pl-xxs { padding-left: 0.2rem; } .u-spacing-pr-xxs { padding-right: 0.2rem; } .u-spacing-pt-xxs { padding-top: 0.2rem; } .u-spacing-pv-xxs { padding-bottom: 0.2rem; padding-top: 0.2rem; } .u-spacing-ph-xxs { padding-left: 0.2rem; padding-right: 0.2rem; } .u-spacing-m-0 { margin: 0; } .u-spacing-mb-0 { margin-bottom: 0; } .u-spacing-ml-0 { margin-left: 0; } .u-spacing-mr-0 { margin-right: 0; } .u-spacing-mt-0 { margin-top: 0; } .u-spacing-mv-0 { margin-bottom: 0; margin-top: 0; } .u-spacing-mh-0 { margin-left: 0; margin-right: 0; } .u-spacing-p-0 { padding: 0; } .u-spacing-pb-0 { padding-bottom: 0; } .u-spacing-pl-0 { padding-left: 0; } .u-spacing-pr-0 { padding-right: 0; } .u-spacing-pt-0 { padding-top: 0; } .u-spacing-pv-0 { padding-bottom: 0; padding-top: 0; } .u-spacing-ph-0 { padding-left: 0; padding-right: 0; } .u-spacing-mt-zero-first-child:first-child { margin-top: 0; } .u-spacing-mb-zero-last-child:last-child { margin-bottom: 0; } .u-text-align-center { text-align: center; } .u-text-align-justify { text-align: justify; } .u-text-align-left { text-align: left; } .u-text-align-right { text-align: right; } .u-text-case-lower { text-transform: lowercase; } .u-text-case-normal { text-transform: none; } .u-text-case-title { text-transform: capitalize; } .u-text-case-upper, .tab.tab--expandable .tab__item, .tab.tab--expandable .tab__action, .tab .tab__item { text-transform: uppercase; } .u-font-size-1 { font-size: 3.2rem; } .u-font-size-2, .dashboard__section-header, .markdown h1, .text-input.text-input--large { font-size: 2.1rem; } .u-font-size-3, .card__title, .markdown h2, .text-input--search .text-input { font-size: 1.8rem; } .u-font-size-4, .v2-forecast .c3 svg .c3-axis-y-label, .v2-forecast .c3 svg .c3-axis-y2-label, a.dropdown-item, .list li, .button--text, .markdown h3, .spinner { font-size: 1.6rem; } .u-font-size-5, .el-table th div, .el-table th > .cell, .el-table__empty-text, .table th, td, .tab.tab--small .tab__item, .tab .tab__item, .markdown li, .markdown p, .chip, .text-input { font-size: 1.4rem; } .u-font-size-6, .card__subtitle, .media--sku__value, .media__title { font-size: 1.3rem; } .u-font-size-7, .v2-forecast .c3 svg, .v2-forecast .ag-header-row .ag-header-group-cell.ag-header-group-cell-with-group .ag-header-group-cell-label .ag-header-group-text, .local-filter--token, .circular-date-picker-trigger, .filter--token, .el-table th .cell, .el-table .el-table--columnHeaderLabel, .tab.tab--expandable .tab__item, .tab.tab--expandable .tab__action, .media__subtitle { font-size: 1.1rem; } .u-font-size-8 { font-size: 0.9rem; } .u-icon-size-1 { width: 3.2rem; height: 3.2rem; } .u-icon-size-2 { width: 2.1rem; height: 2.1rem; } .u-icon-size-3 { width: 1.8rem; height: 1.8rem; } .u-icon-size-4 { width: 1.6rem; height: 1.6rem; } .u-icon-size-5 { width: 1.4rem; height: 1.4rem; } .u-icon-size-6 { width: 1.3rem; height: 1.3rem; } .u-icon-size-7 { width: 1.1rem; height: 1.1rem; } .u-icon-size-8 { width: 0.9rem; height: 0.9rem; } .u-text-overflow-ellipsis { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; } .u-visibility-hidden { visibility: hidden; } .u-visibility-visible { visibility: visible; } .u-vertical-align-baseline { vertical-align: baseline; } .u-vertical-align-bottom { vertical-align: bottom; } .u-vertical-align-middle { vertical-align: middle; } .u-vertical-align-text-bottom { vertical-align: text-bottom; } .u-vertical-align-text-top { vertical-align: text-top; } .u-vertical-align-top { vertical-align: top; } .u-visually-hidden { border: none !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; } .u-white-space-no-wrap { white-space: nowrap; } .u-white-space-normal { white-space: normal; } .u-white-space-pre { white-space: pre; } .u-width-10 { width: 10% !important; } .u-width-20 { width: 20% !important; } .u-width-25 { width: 25% !important; } .u-width-30 { width: 30% !important; } .u-width-33 { width: 33.3333% !important; } .u-width-40 { width: 40% !important; } .u-width-50 { width: 50% !important; } .u-width-55 { width: 55% !important; } .u-width-60 { width: 60% !important; } .u-width-66 { width: 66.6666% !important; } .u-width-70 { width: 70% !important; } .u-width-75 { width: 75% !important; } .u-width-80 { width: 80% !important; } .u-width-90 { width: 90% !important; } .u-width-100, .el-table th .cell, .el-table .el-table--columnHeaderLabel, .table { width: 100% !important; } .u-width-80px { width: 80px !important; } .u-width-100px { width: 100px !important; } .u-width-120px { width: 120px !important; } .u-width-160px { width: 160px !important; } .u-width-240px { width: 240px !important; } .u-width-260px { width: 260px !important; } .u-width-320px { width: 320px !important; } .u-width-400px { width: 400px !important; } .u-width-480px { width: 480px !important; } .u-width-560px { width: 560px !important; } .u-min-width-10 { min-width: 10% !important; } .u-min-width-20 { min-width: 20% !important; } .u-min-width-25 { min-width: 25% !important; } .u-min-width-30 { min-width: 30% !important; } .u-min-width-33 { min-width: 33.3333% !important; } .u-min-width-40 { min-width: 40% !important; } .u-min-width-50 { min-width: 50% !important; } .u-min-width-55 { min-width: 55% !important; } .u-min-width-60 { min-width: 60% !important; } .u-min-width-66 { min-width: 66.6666% !important; } .u-min-width-70 { min-width: 70% !important; } .u-min-width-75 { min-width: 75% !important; } .u-min-width-80 { min-width: 80% !important; } .u-min-width-90 { min-width: 90% !important; } .u-min-width-100 { min-width: 100% !important; } .u-min-width-80px { min-width: 80px !important; } .u-min-width-100px { min-width: 100px !important; } .u-min-width-120px { min-width: 120px !important; } .u-min-width-160px { min-width: 160px !important; } .u-min-width-240px { min-width: 240px !important; } .u-min-width-260px { min-width: 260px !important; } .u-min-width-320px { min-width: 320px !important; } .u-min-width-400px { min-width: 400px !important; } .u-min-width-480px { min-width: 480px !important; } .u-min-width-560px { min-width: 560px !important; } .u-max-width-10 { max-width: 10% !important; } .u-max-width-20 { max-width: 20% !important; } .u-max-width-25 { max-width: 25% !important; } .u-max-width-30 { max-width: 30% !important; } .u-max-width-33 { max-width: 33.3333% !important; } .u-max-width-40 { max-width: 40% !important; } .u-max-width-50 { max-width: 50% !important; } .u-max-width-55 { max-width: 55% !important; } .u-max-width-60 { max-width: 60% !important; } .u-max-width-66 { max-width: 66.6666% !important; } .u-max-width-70 { max-width: 70% !important; } .u-max-width-75 { max-width: 75% !important; } .u-max-width-80 { max-width: 80% !important; } .u-max-width-90 { max-width: 90% !important; } .u-max-width-100 { max-width: 100% !important; } .u-max-width-80px { max-width: 80px !important; } .u-max-width-100px { max-width: 100px !important; } .u-max-width-120px { max-width: 120px !important; } .u-max-width-160px { max-width: 160px !important; } .u-max-width-240px { max-width: 240px !important; } .u-max-width-260px { max-width: 260px !important; } .u-max-width-320px { max-width: 320px !important; } .u-max-width-400px { max-width: 400px !important; } .u-max-width-480px { max-width: 480px !important; } .u-max-width-560px { max-width: 560px !important; } .u-height-100 { height: 100%; } .u-height-100vh { height: 100vh; } .u-min-height-100 { min-height: 100px; } .u-max-height-400 { max-height: 400px; } .u-height-auto { height: auto; } .u-line-height-1 { line-height: 1; } .u-line-height-1-1 { line-height: 1.1; } .u-line-height-1-2 { line-height: 1.2; } .u-line-height-1-3 { line-height: 1.3; } .u-line-height-1-4 { line-height: 1.4; } .u-line-height-1-5 { line-height: 1.5; } .u-line-height-2 { line-height: 2; } .u-line-height-2-5 { line-height: 2.5; } .u-min-height-200 { min-height: 200px; } .u-min-height-300 { min-height: 300px; } .u-word-break { word-break: break-word !important; word-wrap: break-word !important; } .text-input { : 0.8rem; : 1.6rem; border: none; line-height: 1; outline: none; cursor: text; transition: 0.3s background ease; } .text-input-width--s { width: 15rem; } .text-input-width--m { width: 25rem; } .text-input-width--l { width: 40rem; } .text-input--line { border-bottom: 1px #c5c5c5 solid; } .text-input--line:hover, .text-input--line:focus { border-bottom: 1px #333 solid; } .text-input.text-input--large { : 0.8rem; : 1.6rem; border: none; line-height: 1; outline: none; cursor: text; transition: 0.3s background ease; } .text-input--search { position: relative; overflow: hidden; outline: 0; border: 1px #8b8f93 solid; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border-radius: 4px; top: 0; } .text-input--search .icon { position: absolute; top: 7px; left: 6px; z-index: 100; } .text-input--search .text-input { padding-left: 36px; width: 320px; border: 0; outline: 0; box-shadow: none; : 0.8rem; } .img--thumbnail, .media__img { width: 96px; height: 96px; overflow: hidden; border: 1px solid #e9eaeb; } .img--thumbnail img, .media__img img { object-fit: contain; width: 96px; height: 96px; } .img--thumbnail.img--x-small, .media__img { width: 48px; height: 48px; } .img--thumbnail.img--x-small img, .media__img img { width: 48px; height: 48px; } .img--thumbnail.img--small, .img--thumbnail.media__img--small, .img--small.media__img, .media__img.media__img--small { width: 60px; height: 60px; } .img--thumbnail.img--small img, .img--thumbnail.media__img--small img, .img--small.media__img img, .media__img.media__img--small img { width: 60px; height: 60px; } .img--thumbnail.img--large, .img--large.media__img { width: 120px; height: 120px; margin: 0 auto; } .img--thumbnail.img--large img, .img--large.media__img img { width: 120px; height: 120px; } .img--thumbnail.img--x-large, .img--x-large.media__img { width: 180px; height: 180px; margin: 0 auto; } .img--thumbnail.img--x-large img, .img--x-large.media__img img { width: 180px; height: 180px; } .chip { : 0.4rem; : 1.6rem; : 0.8rem; line-height: 1; } .surface, .card { box-shadow: 0 1px 4px 0 #e9eaeb; background: white; } .surface--rounded, .card { border-radius: 4px; } .spinner .clip { border-color: white white transparent; width: 15px; height: 15px; } .loader--expand { position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: rgba(255, 255, 255, 0.9); border-radius: 10px; z-index: 10; } .dropdown { display: inline-flex; position: relative; vertical-align: top; } .dropdown.is-active .dropdown-menu { display: block; } .dropdown.is-hoverable:hover .dropdown-menu { display: block; } .dropdown.is-right .dropdown-menu { left: auto; right: 0; } .dropdown.is-up .dropdown-menu { bottom: 100%; padding-bottom: 4px; padding-top: unset; top: auto; } .dropdown-menu { display: none; left: 0; padding-top: 4px; position: absolute; top: 100%; z-index: 20; min-width: 100%; max-width: 200px; } .dropdown-item { color: #4a4a4a; display: block; font-size: 0.875rem; line-height: 1.5; padding: 0.375rem 1rem; position: relative; } .dropdown-divider { background-color: #dbdbdb; border: none; display: block; height: 1px; margin: 0.5rem 0; } a.dropdown-item { padding-right: 3rem; white-space: nowrap; } a.dropdown-item:hover { background-color: whitesmoke; color: #0a0a0a; } a.dropdown-item.is-active { background-color: #3273dc; color: #fff; } .dropdown + .dropdown { margin-left: 0.5em; } .dropdown .background { position: fixed; background-color: rgba(0, 0, 0, 0.86); z-index: 10; cursor: pointer; } .dropdown .dropdown-menu .dropdown-item.is-disabled { cursor: not-allowed; opacity: 0.5; } .dropdown .dropdown-menu .dropdown-item.is-disabled:hover { background: inherit; color: inherit; } .dropdown .dropdown-menu .has-link a { padding-right: 3rem; white-space: nowrap; } .dropdown .navbar-item { height: 100%; } .dropdown.is-disabled { opacity: 0.5; cursor: not-allowed; } .dropdown.is-disabled .dropdown-trigger { pointer-events: none; } .dropdown.is-inline .dropdown-menu { position: static; display: inline-block; padding: 0; } .dropdown.is-top-right .dropdown-menu { top: auto; bottom: 100%; } .dropdown.is-top-left .dropdown-menu { top: auto; bottom: 100%; right: 0; left: auto; } .dropdown.is-bottom-left .dropdown-menu { right: 0; left: auto; } .media { : 1.6rem; : 1.6rem; } .media--table { padding: 0; } .media__img { : 1.6rem; } .media, .media + .media { : 0; } .media__subtitle { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; line-height: 1; } .media__title { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; line-height: 1; } .media--sku__value { color: white; padding: 2px 6px; border-radius: 5px; } .media--selectable { cursor: pointer; background: white; } .media--selectable.active, .media--selectable.active:hover { background: #007cf6; } .media--selectable.active *, .media--selectable.active:hover * { color: white; } .media--selectable:hover { background: rgba(255, 255, 255, 0.5); } .icon { display: inline-flex; align-self: center; position: relative; height: 24px; width: 24px; } .icon svg { height: 24px; width: 24px; } .icon--large { height: 32px; width: 32px; } .icon--large svg { height: 32px; width: 32px; } .icon--small { height: 16px; width: 16px; } .icon--small svg { height: 16px; width: 16px; } .icon--x-large { height: 60px; width: 60px; } .icon--x-large svg { height: 60px; width: 60px; } .icon--page-level { height: 150px; width: 150px; } .icon--page-level svg { height: 150px; width: 150px; } .markdown h2 { : 1.6rem; } .markdown p, .markdown ul { : 1.6rem; } .markdown ul { : 1.6rem; } .markdown li { list-style-type: disc; } .markdown td, .markdown th { border: none; } .tab .tab__item { cursor: pointer; line-height: 1; } .tab .tab__item:last-child { margin-right: 0; } .tab .tab__item:hover { color: rgb(76.5, 76.5, 76.5); } .tab.tab--small .tab__item { : 0.8rem; } .tab.tab--bordered { position: relative; top: 4px; } .tab.tab--bordered .tab__item { : 0.8rem; : 0.8rem; : 0.8rem; } .tab.tab--bordered .tab__item.active { border-bottom: 2px solid #007cf6; } .tab.tab--expandable .tab__item, .tab.tab--expandable .tab__action { border-width: 1px; : 1.6rem; : 0.8rem; cursor: pointer; } .tab.tab--expandable .tab__item:hover, .tab.tab--expandable .tab__action:hover { background: rgb(249.9, 249.9, 249.9); } .tab.tab--expandable .tab__item.active, .tab.tab--expandable .tab__item.active:hover, .tab.tab--expandable .tab__action.active, .tab.tab--expandable .tab__action.active:hover { : 0.8rem; } .tab.tab--expandable .tab-item__action { display: none; } .tab.tab--expandable .tab__item.active .tab-item__action { display: inline-block; } a.dropdown-item { font-size: 1.4rem; } .table { : 1.6rem; } .table tr td, .table tr th { border-bottom: 1px #f3f3f3 solid; white-space: nowrap; : 1.6rem; } .table tbody tr:last-child td, .table tbody tr:last-child th { border-bottom-width: 1px; } .pagination-list { justify-content: flex-end !important; width: 100%; } .pagination-list li a { font-size: 1.4rem !important; } .button--text { color: #007cf6; fill: #007cf6; cursor: pointer; } .button--text:hover { color: rgb(42, 149.3658536585, 255); fill: rgb(42, 149.3658536585, 255); } .button--text.button--nav.router-link-active { border-bottom: 2px #007cf6 solid; } .el-pagination--small .arrow.disabled, .el-table .hidden-columns, .el-table td.is-hidden > *, .el-table th.is-hidden > *, .el-table--hidden { visibility: hidden; } .no-padding-first-cell.el-table th:not(.is-sortable):nth-child(2) { padding-left: 16px; } .no-padding-first-cell.el-table table tbody tr td:nth-child(1) .cell { padding: 0; } .no-padding-first-cell.el-table table tbody tr td:nth-child(2) .cell { padding: 0; } .no-padding-first-cell.el-table table tbody tr td:nth-child(2) { padding-left: 16px; } .el-table, .el-table__expanded-cell { background-color: #fff; } .el-table { position: relative; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; max-width: 100%; color: #606266; } .el-table--mini, .el-table--small, .el-table__expand-icon { font-size: 12px; } .el-table__empty-block { position: relative; min-height: 60px; text-align: center; width: 100%; height: 100%; } .el-table__empty-text { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #909399; } .el-table__expand-column .cell { padding: 0; text-align: center; } .el-table__expand-icon { position: relative; cursor: pointer; color: #666; -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; height: 20px; } .el-table__expand-icon--expanded { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .el-table__expand-icon > .el-icon { position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -5px; } .el-table__expanded-cell[class*=cell] { padding: 20px 50px; } .el-table__expanded-cell:hover { background-color: transparent !important; } .el-table--fit { border-right: 0; border-bottom: 0; } .el-table--fit td.gutter, .el-table--fit th.gutter { border-right-width: 1px; } .el-table--scrollable-x .el-table__body-wrapper { overflow-x: auto; } .el-table--scrollable-y .el-table__body-wrapper { overflow-y: auto; } .el-table thead { font-weight: 600; text-transform: capitalize; } .el-table thead.is-group th { background: white; } .el-table th { background: white; } .el-table tr { color: #2b333b; background-color: #fff; } .el-table table tr th, .el-table table tr td { padding: 12px 16px 9px; } .el-table td, .el-table th { padding: 12px 0; min-width: 0; -webkit-box-sizing: border-box; box-sizing: border-box; text-overflow: ellipsis; vertical-align: middle; position: relative; } .el-table th div, .el-table th > .cell { -webkit-box-sizing: border-box; display: inline-block; text-overflow: ellipsis; } .el-table td.is-center, .el-table th.is-center { text-align: center; } .el-table td.is-left, .el-table th.is-left { text-align: left; } .el-table td.is-right, .el-table th.is-right { text-align: right; } .el-table td.gutter, .el-table th.gutter { width: 15px; border-right-width: 0; border-bottom-width: 0; padding: 0; } .el-table--medium td, .el-table--medium th { padding: 10px 0; } .el-table--small td, .el-table--small th { padding: 8px 0; } .el-table--mini td, .el-table--mini th { padding: 6px 0; } .el-table .cell, .el-table th div { padding-right: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { padding-left: 0; white-space: nowrap; } .el-table tr input[type=checkbox] { margin: 0; } .el-table td, .el-table th.is-leaf { border-right: 1px solid #e9eaeb !important; } .el-table.el-table--border thead:hover th { border-right: 1px solid #caccce; } .el-table th.is-sortable { cursor: pointer; padding-left: 4px !important; } .el-table td { border-bottom: 1px solid #e9eaeb; } .el-table th { text-align: left; white-space: nowrap; overflow: hidden; user-select: none; border-top: 1px solid #e9eaeb !important; border-bottom: 1px solid #aaadb1 !important; } .el-table th.u-text-align-right { text-align: right; } .el-slider__button-wrapper, .el-time-panel { -ms-user-select: none; -moz-user-select: none; } .el-table th div { line-height: 40px; box-sizing: border-box; white-space: nowrap; } .el-table th > .cell { position: relative; word-wrap: normal; text-overflow: ellipsis; vertical-align: middle; width: 100%; box-sizing: border-box; } .el-table th > .cell.highlight { color: #409eff; } .el-table th.required > div::before { display: inline-block; content: ""; width: 8px; height: 8px; border-radius: 50%; background: #ff4d51; margin-right: 5px; vertical-align: middle; } .el-table td div { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; } .el-table td.gutter { width: 0; } .el-table .cell { -webkit-box-sizing: border-box; box-sizing: border-box; /* white-space: normal; */ word-break: break-all; line-height: 23px; position: relative; } .el-badge__content, .el-progress-bar__inner, .el-steps--horizontal, .el-table .cell.el-tooltip, .el-tabs__nav, .el-tag, .el-time-spinner, .el-tree-node, .el-upload-cover__title { white-space: nowrap; } .el-table .cell.el-tooltip { min-width: 50px; } .el-table--border, .el-table--group { border: 1px solid #ebeef5; } .el-table--border::after, .el-table--group::after, .el-table::before { content: ""; position: absolute; background-color: #ebeef5; z-index: 1; } .el-table--border::after, .el-table--group::after { top: 0; right: 0; width: 1px; height: 100%; } .el-table::before { left: 0; bottom: 0; width: 100%; height: 1px; } .el-table--border { border-right: none; border-bottom: none; } .el-table--border.el-loading-parent--relative { border: none; } .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed { border-right: 1px solid #ebeef5; } .el-table--border th.gutter:last-of-type { border-bottom: 1px solid #ebeef5; border-bottom-width: 1px; } .el-table--border th, .el-table__fixed-right-patch { border-bottom: 1px solid #ebeef5; } .el-table__fixed, .el-table__fixed-right { position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: hidden; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); } .el-table__fixed-right::before, .el-table__fixed::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #ebeef5; z-index: 4; } .el-table__fixed-right-patch { position: absolute; top: -1px; right: 0; background-color: #fff; } .el-table__fixed-right { top: 0; left: auto; right: 0; } .el-table__fixed-right .el-table__fixed-body-wrapper, .el-table__fixed-right .el-table__fixed-footer-wrapper, .el-table__fixed-right .el-table__fixed-header-wrapper { left: auto; right: 0; } .el-table__fixed-header-wrapper { position: absolute; left: 0; top: 0; z-index: 3; } .el-table__fixed-footer-wrapper { position: absolute; left: 0; bottom: 0; z-index: 3; } .el-table__fixed-footer-wrapper tbody td { border-top: 1px solid #ebeef5; background-color: #f5f7fa; color: #606266; } .el-table__fixed-body-wrapper { position: absolute; left: 0; top: 37px; overflow: hidden; z-index: 3; } .el-table__body-wrapper, .el-table__footer-wrapper, .el-table__header-wrapper { width: 100%; } .el-table__footer-wrapper { margin-top: -1px; } .el-table__footer-wrapper td { border-top: 1px solid #ebeef5; } .el-table__body, .el-table__footer, .el-table__header { table-layout: fixed; border-collapse: separate; } .el-table__footer-wrapper, .el-table__header-wrapper { overflow: hidden; } .el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td { background-color: #f5f7fa; color: #606266; } .el-table__body-wrapper { overflow: hidden; position: relative; } .el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed, .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed, .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right, .el-table__body-wrapper.is-scrolling-right ~ .el-table__fixed-right { -webkit-box-shadow: none; box-shadow: none; } .el-picker-panel, .el-table-filter { -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .el-table__body-wrapper .el-table--border.is-scrolling-right ~ .el-table__fixed-right { border-left: 1px solid #ebeef5; } .el-table .caret-wrapper { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 14px; width: 24px; vertical-align: middle; cursor: pointer; overflow: initial; position: relative; } .el-table .sort-caret { width: 0; height: 0; border: 4px solid transparent; position: absolute; left: 7px; } .el-table .sort-caret.ascending { border-bottom-color: #2b333b; top: -4px; } .el-table .sort-caret.descending { border-top-color: #2b333b; bottom: 0; } .el-table .ascending .sort-caret.ascending { border-bottom-color: #409eff; } .el-table .descending .sort-caret.descending { border-top-color: #409eff; } .el-table .hidden-columns { position: absolute; z-index: -1; } .el-table--striped .el-table__body tr.el-table__row--striped td { background: #fafafa; } .el-table--striped .el-table__body tr.el-table__row--striped.current-row td, .el-table__body tr.current-row > td, .el-table__body tr.hover-row.current-row > td, .el-table__body tr.hover-row.el-table__row--striped.current-row > td, .el-table__body tr.hover-row.el