diff --git a/accounts/public/assets/css/blockchart.css b/accounts/public/assets/css/blockchart.css index 572a689136..3338242e7c 100755 --- a/accounts/public/assets/css/blockchart.css +++ b/accounts/public/assets/css/blockchart.css @@ -81,7 +81,7 @@ div.block-chart { z-index: 100000; } .tipsy-inner { - background-color: #32325d; + background-color: #4c4c4c; color: #FFF; max-width: 200px; padding: 5px 12px 5px 12px; @@ -104,21 +104,21 @@ div.block-chart { width: 0; height: 0; line-height: 0; - border: 5px dashed #32325d; + border: 5px dashed #4c4c4c; } /* Rules to colour arrows */ .tipsy-arrow-n { - border-bottom-color: #32325d; + border-bottom-color: #4c4c4c; } .tipsy-arrow-s { - border-top-color: #32325d; + border-top-color: #4c4c4c; } .tipsy-arrow-e { - border-left-color: #32325d; + border-left-color: #4c4c4c; } .tipsy-arrow-w { - border-right-color: #32325d; + border-right-color: #4c4c4c; } .tipsy-n .tipsy-arrow { diff --git a/accounts/public/assets/css/dashboard.css b/accounts/public/assets/css/dashboard.css index 7b28741fa6..70a0b48cc6 100755 --- a/accounts/public/assets/css/dashboard.css +++ b/accounts/public/assets/css/dashboard.css @@ -607,7 +607,7 @@ th { box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 3px 9px 0 rgba(50, 50, 93, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08); - color: #32325d; + color: #4c4c4c; } .bs-Actions-action.bs-is-focused, .bs-Actions-action:focus, @@ -650,7 +650,7 @@ th { box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.08), 0 2px 5px 0 rgba(50, 50, 93, 0.06), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 transparent; - color: #32325d; + color: #4c4c4c; } .bs-Actions-action.bs-is-disabled, .bs-Actions-action:disabled, @@ -993,7 +993,7 @@ h3, h4, h5 { margin: 0; - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; line-height: 1.6; } @@ -1072,14 +1072,14 @@ p + p { margin-top: 5px; } a { - color: #3297d3; + color: #000000; } a, a:hover { text-decoration: none; } a:hover { - color: #32325d; + color: #4c4c4c; } b, strong { @@ -1304,7 +1304,7 @@ span.bs-Icon { .bs-Number { display: inline-block; margin: 0; - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; font-size: 24px; line-height: 1.6; @@ -2534,7 +2534,7 @@ figure.bs-Number > figcaption { border: 0; border-radius: 0; box-shadow: none; - color: #3297d3; + color: #000000; line-height: inherit; font-size: inherit; vertical-align: inherit; @@ -2871,7 +2871,7 @@ figure.bs-Number > figcaption { } .bs-Badge--cyan { box-shadow: inset 0 0 0 1px rgba(50, 151, 211, 0.2); - color: #3297d3; + color: #000000; } .bs-Badge--green { box-shadow: inset 0 0 0 1px rgba(36, 180, 126, 0.2); @@ -2970,7 +2970,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-selection-option:active, .bs-ContentSection-selection-option:focus, .bs-ContentSection-selection-option:hover { - color: #32325d; + color: #4c4c4c; } .bs-ContentSection-selection-option:first-child { border-left: 0; @@ -2978,7 +2978,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-selection-option.bs-is-active { background-color: #fff; border-left: 2px solid transparent; - color: #32325d; + color: #4c4c4c; cursor: default; } .bs-ContentSection-switcher { @@ -3007,7 +3007,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-switcher-option:active, .bs-ContentSection-switcher-option:hover { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07); - color: #32325d; + color: #4c4c4c; } .bs-ContentSection-switcher-option:active { background: rgba(0, 0, 0, 0.03); @@ -3299,7 +3299,7 @@ figure.bs-Number > figcaption { left: 20px; right: 0; height: 1px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .bs-LinkList-item:first-child { padding-top: 20px; @@ -3347,13 +3347,13 @@ figure.bs-Number > figcaption { .bs-LinkList-item a .bs-LinkList-copy h2, .bs-LinkList-item a .bs-LinkList-copy h3, .bs-LinkList-item a .bs-LinkList-copy h4 { - color: #3297d3; + color: #000000; } .bs-LinkList-item a:hover .bs-LinkList-copy h1, .bs-LinkList-item a:hover .bs-LinkList-copy h2, .bs-LinkList-item a:hover .bs-LinkList-copy h3, .bs-LinkList-item a:hover .bs-LinkList-copy h4 { - color: #32325d; + color: #4c4c4c; } .bs-LinkList-copy p { color: #000000; @@ -3379,7 +3379,7 @@ figure.bs-Number > figcaption { } .bs-Menu-group { padding: 5px 0; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-Menu-group:last-child { border-bottom: 0; @@ -3397,7 +3397,7 @@ figure.bs-Number > figcaption { display: block; padding: 5px 12px; width: 100%; - color: #3297d3; + color: #000000; font-weight: 500; line-height: 1.6; text-align: left; @@ -3406,8 +3406,8 @@ figure.bs-Number > figcaption { color 0.08s ease-in; } .bs-Menu-item:hover { - background-color: #f6f9fc; - color: #32325d; + background-color: #f7f7f7; + color: #4c4c4c; } .bs-Menu-item.bs-is-disabled, .bs-Menu-item:disabled { @@ -3574,7 +3574,7 @@ figure.bs-Number > figcaption { z-index: 200; margin: 0 auto 20px; width: 450px; - background: #f6f9fc; + background: #f7f7f7; border-radius: 4px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(84, 96, 103, 0.25); } @@ -3729,7 +3729,7 @@ figure.bs-Number > figcaption { background-color: #f0f3f5; } .bs-Notice { - box-shadow: inset 0 -1px 0 #e6ebf1; + box-shadow: inset 0 -1px 0 #fbfbfb; } .bs-Notice:first-child { border-top-left-radius: 4px; @@ -3748,7 +3748,7 @@ figure.bs-Number > figcaption { linear-gradient(#fff, #fff); } .bs-Notice--color--offset { - background-color: #f6f9fc; + background-color: #f7f7f7; } .bs-Notice--color--red { background-image: linear-gradient( @@ -3783,7 +3783,7 @@ figure.bs-Number > figcaption { text-transform: uppercase; } .bs-Notice-dismiss:hover { - color: #32325d; + color: #4c4c4c; } .bs-Notice-dismiss:active, .bs-Notice-dismiss:focus { @@ -3814,7 +3814,7 @@ figure.bs-Number > figcaption { display: table-row-group; } .bs-ObjectList-group .bs-ObjectList-row:first-child .bs-ObjectList-cell { - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-ObjectList-group:first-child .bs-ObjectList-row:first-child @@ -3851,7 +3851,7 @@ a.bs-ObjectList-row { .bs-ObjectList-row:hover .bs-ObjectList-copy.bs-is-muted, .bs-ObjectList-row:hover .bs-ObjectList-copy.bs-is-reverted, .bs-ObjectList-row:hover code { - color: #32325d; + color: #4c4c4c; } .bs-ObjectList-row:focus:not(:active) { background-color: rgba(50, 151, 211, 0.05); @@ -3869,7 +3869,7 @@ a.bs-ObjectList-row { white-space: nowrap; } .bs-ObjectList-row > .bs-ObjectList-cell { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-ObjectList-row .bs-ObjectList-cell:first-child { padding-left: 20px; @@ -3891,7 +3891,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-cell.bs-is-highlighted, .bs-ObjectList-copy.bs-is-highlighted { - color: #3297d3; + color: #000000; font-weight: 500; } .bs-ObjectList-cell.bs-is-muted, @@ -3980,13 +3980,13 @@ a.bs-ObjectList-row { background-color: #14aad9; } .bs-ObjectList-row--header { - background-color: #f6f9fc; + background-color: #f7f7f7; transform: translateZ(0); } .bs-ObjectList-row--header .bs-ObjectList-cell { padding-top: 6px; padding-bottom: 6px; - color: #32325d; + color: #4c4c4c; font-size: 13px; font-weight: 500; text-transform: uppercase; @@ -3998,7 +3998,7 @@ a.bs-ObjectList-row { .bs-ObjectList-row--divider .bs-ObjectList-cell, .bs-ObjectList-row--divider:first-child .bs-ObjectList-cell, .bs-ObjectList-row--separated .bs-ObjectList-cell { - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-ObjectList-row--divider .bs-ObjectList-cell, .bs-ObjectList-row--divider:first-child .bs-ObjectList-cell { @@ -4119,7 +4119,7 @@ a.bs-ObjectList-row { white-space: nowrap; } .bs-ObjectList-rows + .bs-ObjectList-more { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-ObjectList-more-action { display: block; @@ -4145,7 +4145,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-row--expandable { display: table-row-group; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-ObjectList-row--expandable:last-child { border-bottom: 0; @@ -4234,7 +4234,7 @@ a.bs-ObjectList-row { right: 20px; top: 0; display: block; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-ObjectList-cell--card:after { content: ''; @@ -4679,7 +4679,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-row:hover:not(.bs-is-disabled) .bs-ObjectList-cell > .bs-Badge { box-shadow: inset 0 0 0 1px rgba(66, 71, 112, 0.2); - color: #32325d; + color: #4c4c4c; } .bs-ObjectList-cell .bs-Badge { top: 1px; @@ -4815,7 +4815,7 @@ a.bs-ObjectList-row { .bs-PageHeading--separated { margin: 0; padding: 20px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-PageHeading--short { padding-bottom: 10px; @@ -4916,11 +4916,11 @@ pre.bs-PropertyList-property { .bs-PropertyList-definition { flex: 1 1 auto; padding: 2px 20px 2px 5px; - color: #32325d; + color: #4c4c4c; line-height: 1.6; } .bs-PropertyList-definition code { - color: #32325d; + color: #4c4c4c; font-size: 13px; font-weight: 400; } @@ -4959,7 +4959,7 @@ pre.bs-PropertyList-property { justify-content: flex-end; margin-top: 10px; padding: 10px 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-PropertyList--editor .bs-PropertyList-row @@ -5317,7 +5317,7 @@ pre.bs-PropertyList-property { top: 4px; } .bs-Popover-highlight { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .bs-Popover-activate { @@ -5386,7 +5386,7 @@ pre.bs-PropertyList-property { margin-right: 0; } .bs-Source-detail--title { - color: #32325d; + color: #4c4c4c; font-size: 14px; font-weight: 500; line-height: 20px; @@ -5463,7 +5463,7 @@ pre.bs-PropertyList-property { padding-top: 5px; } .bs-Stat-copy-title { - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; font-size: 14px; font-weight: 500; @@ -5492,7 +5492,7 @@ pre.bs-PropertyList-property { display: flex; } .bs-StatGroup .bs-Stat { - border-right: 1px solid #e6ebf1; + border-right: 1px solid #fbfbfb; } .bs-StatGroup .bs-Stat:last-child { border-right: 0; @@ -5523,10 +5523,10 @@ pre.bs-PropertyList-property { font-size: 15px; } .bs-Table-row.bs-is-highlighted .bs-Table-cell.bs-is-highlighted { - color: #32325d; + color: #4c4c4c; } .bs-Table-row--divider .bs-Table-cell { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Table-head .bs-Table-cell, .bs-Table-head .bs-Table-cell.bs-is-highlighted { @@ -5646,8 +5646,8 @@ pre.bs-PropertyList-property { } .bs-ObjectList .bs-Table-cell { padding: 0; - border-bottom: 1px solid #e6ebf1; - border-top: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; + border-top: 1px solid #fbfbfb; } .bs-ObjectList + .bs-Table-row--divider { border-top: 0; @@ -5672,7 +5672,7 @@ pre.bs-PropertyList-property { .bs-Tail--separated { margin: 0; padding: 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Tail--short { padding-bottom: 10px; @@ -5690,7 +5690,7 @@ pre.bs-PropertyList-property { border: 0; display: flex; padding: 12px 20px; - box-shadow: inset 0 -1px 0 #e6ebf1; + box-shadow: inset 0 -1px 0 #fbfbfb; } .bs-Timeline:first-child .bs-Timeline-row:first-child { border-top-left-radius: 4px; @@ -5743,12 +5743,12 @@ pre.bs-PropertyList-property { z-index: 4; } .bs-Timeline-row--reveal { - color: #3297d3; + color: #000000; font-weight: 500; text-align: left; } .bs-Timeline-row--reveal:hover { - color: #32325d; + color: #4c4c4c; } .bs-Timeline-content { flex: 1 1 auto; @@ -5762,7 +5762,7 @@ pre.bs-PropertyList-property { word-break: break-word; } .bs-Timeline-title strong { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .bs-Timeline-title em { @@ -5840,7 +5840,7 @@ pre.bs-PropertyList-property { cursor: pointer; } .bs-Toggle-button:hover { - color: #32325d; + color: #4c4c4c; } .bs-Toggle-button.bs-is-selected, .bs-Toggle-source:checked + .bs-Toggle-button { @@ -5982,7 +5982,7 @@ pre.bs-PropertyList-property { .bs-VerticalMenu-item:active, .bs-VerticalMenu-item:focus, .bs-VerticalMenu-item:hover { - color: #32325d; + color: #4c4c4c; } .bs-VerticalMenu-item a { padding: 0 15px; @@ -5992,7 +5992,7 @@ pre.bs-PropertyList-property { .bs-VerticalMenu-item:hover a:active, .bs-VerticalMenu-item:hover a:focus, .bs-VerticalMenu-item:hover a:hover { - color: #32325d; + color: #4c4c4c; } .bs-VerticalMenu-item.bs-is-selected a { color: #14aad9; @@ -6089,7 +6089,7 @@ pre.bs-PropertyList-property { line-height: 1.6; } .bs-Checkbox:hover .bs-Checkbox-label { - color: #32325d; + color: #4c4c4c; } .bs-Checkbox.bs-is-invalid .bs-Checkbox-label, .bs-Fieldset-row.bs-is-invalid .bs-Checkbox-label { @@ -6189,7 +6189,7 @@ pre.bs-PropertyList-property { .bs-Fieldset { margin: 0; padding: 10px 0; - background-color: #f6f9fc; + background-color: #f7f7f7; border: 0; } .bs-Fieldset--white { @@ -6210,7 +6210,7 @@ pre.bs-PropertyList-property { right: 20px; display: block; height: 1px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .bs-Fieldset-legend h3, .bs-Fieldset-legend h4, @@ -6241,7 +6241,7 @@ pre.bs-PropertyList-property { align-self: flex-start; flex: 30% 0 0; padding: 4px 5px 0 0; - color: #32325d; + color: #4c4c4c; line-height: 1.6; text-align: right; } @@ -6305,7 +6305,7 @@ pre.bs-PropertyList-property { } .bs-Fieldset-value { padding-top: 4px; - color: #32325d; + color: #4c4c4c; font-weight: 500; line-height: 1.6; white-space: nowrap; @@ -6370,10 +6370,10 @@ pre.bs-PropertyList-property { flex: 100% 0 0; } .bs-Fieldset-row--toggle .bs-Fieldset-row:nth-child(2) { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Fieldset-row--toggle .bs-Fieldset-row:last-child { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-Fieldset-row--toggle.bs-is-collapsed .bs-Fieldset-row { display: none; @@ -6530,7 +6530,7 @@ pre.bs-PropertyList-property { line-height: 1.6; } .bs-Radio:hover .bs-Radio-label { - color: #32325d; + color: #4c4c4c; } .bs-Fieldset-row.bs-is-invalid .bs-Radio-label, .bs-Radio.bs-is-invalid .bs-Radio-label { @@ -6755,7 +6755,7 @@ pre.bs-PropertyList-property { .bs-TextInputExtension-extension { flex: 0 0 auto; padding: 4px 7px 2px; - background: #f6f9fc; + background: #f7f7f7; color: #6b7c93; white-space: nowrap; } @@ -6776,7 +6776,7 @@ pre.bs-PropertyList-property { .bs-TextInputExtension .bs-TextInputExtension-extension, .bs-TextInputExtension.bs-is-disabled .bs-TextInputExtension-extension { - background: #e6ebf1; + background: #fbfbfb; color: #8898aa; } .bs-TextInputExtension .bs-TextInput { @@ -6848,7 +6848,7 @@ pre.bs-PropertyList-property { border-top-right-radius: 0; } .bs-TextInputGroup--horizontal .bs-TextInput { - border-right: 1px solid #e6ebf1; + border-right: 1px solid #fbfbfb; } .bs-TextInputGroup--horizontal .bs-TextInput:focus { border-right-color: transparent; @@ -6861,7 +6861,7 @@ pre.bs-PropertyList-property { border-color: rgba(226, 89, 80, 0.1); } .bs-TextInputGroup--vertical .bs-TextInput { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-TextInputGroup--vertical .bs-TextInput:focus { border-bottom-color: transparent; @@ -7163,7 +7163,7 @@ pre.bs-PropertyList-property { padding: 15px; width: 260px; background-color: #f7f9fa; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; } .bs-Doc-sheet { @@ -7300,7 +7300,7 @@ pre.bs-PropertyList-property { } .bs-BD-section { padding: 45px; - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-BD-section > h2 code { font-size: inherit; @@ -7314,7 +7314,7 @@ pre.bs-PropertyList-property { .bs-BD-section-part { margin-top: 30px; padding-top: 30px; - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-BD-section-part > h3 code { font-size: inherit; @@ -8858,8 +8858,8 @@ html .modal-dialog-view div.modal div.modal-content p { } html .modal-dialog-view div.modal div.modal-header { text-shadow: none; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; box-shadow: none; height: auto; } @@ -10251,7 +10251,7 @@ html.db-NewChrome .chart-view div.head span.title { html.db-NewChrome div.account-application-view div.status { background: #fff; border: none; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } html.db-NewChrome div.account-application-view div.status:after, html.db-NewChrome div.account-application-view div.status:before { @@ -15031,7 +15031,7 @@ strong.button.grey span { display: block; color: #333; text-shadow: 0 1px 0 #fff; - background: #f6f9fc; + background: #f7f7f7; background: #eff1f4; background: linear-gradient(#f7f8fa, #eff1f4); -ms-box-shadow: inset 0 1px 0 #fff; @@ -15984,7 +15984,7 @@ div.filter-view div.row label { position: relative; z-index: 10; display: block; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; padding: 10px; } div.filter-view div.row label input { @@ -15999,8 +15999,8 @@ div.filter-view div.row label span { div.filter-view div.row div.row-content { padding: 10px; position: relative; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; border-top: none; } div.filter-view div.row div.row-content input[type='text'] { @@ -16109,7 +16109,7 @@ div.filter-view div.row:last-child label { border: none; } div.filter-view div.row:last-child div.row-content { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; border-bottom: none; } .date-filter .timezone { @@ -16553,8 +16553,8 @@ div.pagination div.position strong { position: relative; z-index: 30; text-shadow: none; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; box-shadow: none; height: auto; } @@ -16835,7 +16835,7 @@ div.transfer-view > div.detail-container span.footnote { div.transfer-view > div.detail-container .other_transfers { padding: 10px; margin: 10px; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; font-size: 12px; } div.transfer-view > div.detail-container div.section-wrap h4 { @@ -26540,7 +26540,7 @@ div.notice { font-size: 13px; line-height: 20px; border-radius: 4px; - background: #f1f1f1; + background: #fbfbfb; border: 1px solid #c8c8c8; -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff; -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff; @@ -27186,10 +27186,10 @@ div.items-list a:hover em.long-label:after { background-image: linear-gradient(0, hsla(0, 0%, 98%, 0), #f9f9f9); } div.items-list a:active { - background-color: #f5f5f5; + background-color: #f7f7f7; } div.items-list a:active em.long-label:after { - background-image: linear-gradient(0, hsla(0, 0%, 96%, 0), #f5f5f5); + background-image: linear-gradient(0, hsla(0, 0%, 96%, 0), #f7f7f7); } div.items-list a.deleted { text-decoration: line-through; @@ -45826,7 +45826,7 @@ div.coinbase-bitcoin-activate-view div.florida-notice.visible { .page-wrapper div#wrap { position: relative; min-height: 100%; - background-color: #fdfdfd; + background-color: #f7f7f7; } #login div#login-background, @@ -46571,7 +46571,7 @@ div.coinbase-bitcoin-activate-view div.florida-notice.visible { } #login div#footer a strong, .page-wrapper div#footer a strong { - color: #3297d3; + color: #000000; font-weight: 700; } #login div#footer a span, @@ -46747,9 +46747,9 @@ html.placeholder #login p.remember label { width: 23px; } .code-puncher .code-minibox-group { - -ms-box-shadow: inset 0 9px 1px -8px #e6ebf1; - -o-box-shadow: inset 0 9px 1px -8px #e6ebf1; - box-shadow: inset 0 9px 1px -8px #e6ebf1; + -ms-box-shadow: inset 0 9px 1px -8px #fbfbfb; + -o-box-shadow: inset 0 9px 1px -8px #fbfbfb; + box-shadow: inset 0 9px 1px -8px #fbfbfb; border-radius: 5px; background-color: #fff; border: 1px solid #9d9d9d; @@ -47954,7 +47954,7 @@ div.ui-datepicker.bezeled td a:active { -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; - background-color: #f6f9fc; + background-color: #f7f7f7; border: 1px solid #adb2bb; border-top-color: #bfc3ca; color: #555; @@ -49521,7 +49521,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { .public_fixedDataTable_hasBottomBorder, .public_fixedDataTable_header, .public_fixedDataTable_main { - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTable_header .public_fixedDataTableCell_main { font-weight: 700; @@ -49533,7 +49533,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { } .public_fixedDataTable_footer .public_fixedDataTableCell_main { background-color: #f6f7f8; - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTable_topShadow { background: 0 0 @@ -49550,7 +49550,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { } .public_fixedDataTableCell_main { background-color: #fff; - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTableCell_highlighted { background-color: #f4f4f4; @@ -49572,7 +49572,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { background-color: #f6f7f8; } .public_fixedDataTableRow_fixedColumnsDivider { - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTableRow_columnsShadow { background: 0 0 diff --git a/accounts/public/assets/css/newdashboard.css b/accounts/public/assets/css/newdashboard.css index ac2638a3ef..a202c2899f 100755 --- a/accounts/public/assets/css/newdashboard.css +++ b/accounts/public/assets/css/newdashboard.css @@ -101,7 +101,7 @@ opacity: 1; } .db-Account:hover .db-Account-nickname { - color: #32325d; + color: #4c4c4c; } .db-Account-image, .db-Account-image-content, @@ -658,7 +658,7 @@ html.db-NewChrome body { } .db-Sidebar-link:hover { font-weight: 500; - color: #32325d; + color: #4c4c4c; text-decoration: none; } .db-Sidebar-link--popover { @@ -948,7 +948,7 @@ html.db-NewChrome body { left: -11px; } .db-ContentTabs-tab a:not(.db-is-selected):hover { - color: #32325d; + color: #4c4c4c; text-decoration: none; } .db-ContentTabs-tab .db-is-selected { @@ -981,7 +981,7 @@ html.db-NewChrome body { right: 81px; } .db-EventDetail-webhook .db-EventDetail-webhookJSON { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; font-size: 11px; line-height: 18px; padding: 4px 0 4px 8px; @@ -1107,7 +1107,7 @@ html.db-NewChrome body { width: 330px; } .db-Chrome .db-FeedbackInput-container { - background-color: #f6f9fc; + background-color: #f7f7f7; height: 30px; padding-top: 1px; } @@ -1321,7 +1321,7 @@ html.db-NewChrome body { } .db-FixedPopover { position: absolute; - background: #f6f9fc; + background: #f7f7f7; box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08); border-radius: 4px; @@ -1445,7 +1445,7 @@ html.db-NewChrome body { .db-LivemodeSwitcher.db-is-livemode:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label { font-weight: 500; - color: #32325d; + color: #4c4c4c; } .db-LivemodeSwitcher .db-LivemodeSwitcher-switch { display: inline-flex; @@ -1531,7 +1531,7 @@ html.db-NewChrome body { .db-MenuItem--notHighlighted:not(:last-child):after { content: ''; position: absolute; - background: #e6ebf1; + background: #fbfbfb; left: 8px; right: 0; bottom: 0; @@ -1652,7 +1652,7 @@ html.db-NewChrome body { background: #ecfaff; border-radius: 3px; height: 20px; - color: #3297d3; + color: #000000; font-weight: 500; padding: 0 6px; display: inline-block; @@ -1707,7 +1707,7 @@ html.db-NewChrome body { .db-SearchField--tokenizable .public-DraftStyleDefault-block { font-size: 14px; line-height: 20px; - color: #32325d; + color: #4c4c4c; margin-top: 3px; overflow: hidden; white-space: pre; @@ -1828,7 +1828,7 @@ html.db-NewChrome body { border-radius: 0; } .db-SearchResults.db-is-livemode .db-SearchResults-inner { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-SearchResults-info { min-height: 100px; @@ -1863,7 +1863,7 @@ html.db-NewChrome body { text-decoration: none; } .db-SearchResults-item.db-is-selected { - background: #f6f9fc; + background: #f7f7f7; color: #43458b; } .db-SearchResults-item:not(:last-child):not(.db-is-selected):after { @@ -2134,7 +2134,7 @@ html.db-NewChrome body { font-weight: 500; } .db-TransferDetail-transactionsFootnote { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 12px 20px; } .db-TransferDetail-retriedTransfer { @@ -2149,7 +2149,7 @@ html.db-NewChrome body { padding: 20px; } .db-TransferDetail-feeAmount { - color: #32325d; + color: #4c4c4c; font-weight: 300; } .db-PayoutDetail-header { @@ -2175,7 +2175,7 @@ html.db-NewChrome body { font-weight: 500; } .db-PayoutDetail-transactionsFootnote { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 12px 20px; } .db-PayoutDetail-retriedPayout { @@ -2190,7 +2190,7 @@ html.db-NewChrome body { padding: 20px; } .db-PayoutDetail-feeAmount { - color: #32325d; + color: #4c4c4c; font-weight: 300; } .db-PayoutDetail-noticeOutcome { @@ -2313,14 +2313,14 @@ html.db-NewChrome body { } .db-Reload-link { cursor: pointer; - color: #3297d3; + color: #000000; font-weight: 500; display: inline-block; text-decoration: underline; } .db-JsonDisplay { background-color: #fff; - color: #32325d; + color: #4c4c4c; font-size: 13px; line-height: 23px; height: auto; @@ -2334,7 +2334,7 @@ html.db-NewChrome body { padding-left: 70px; padding-right: 20px; font-family: Source Code Pro, Courier New, Courier, monospace; - color: #32325d; + color: #4c4c4c; } .db-JsonDisplay-line:first-child, .db-JsonDisplay-line:first-child:before { @@ -2369,7 +2369,7 @@ html.db-NewChrome body { } .db-JsonDisplay-boolean { font-weight: 600; - color: #3297d3; + color: #000000; } .db-JsonDisplay-null { color: #e39f48; @@ -2389,7 +2389,7 @@ html.db-NewChrome body { } .db-LineChart-lineChartContainer { position: relative; - background: #f6f9fc; + background: #f7f7f7; } .db-LineChart-lineChart { padding: 18px 48px; @@ -2469,7 +2469,7 @@ html.db-NewChrome body { right: 0; top: 0; height: 1px; - background: #e6ebf1; + background: #fbfbfb; } .db-LineChart-xLegend.db-animate-enter, .db-LineChart-xLegend.db-animate-leave.db-animate-leave-active, @@ -2505,8 +2505,8 @@ html.db-NewChrome body { } .db-MultiEmailInput .db-MultiEmailInput-email { border-radius: 100px; - background-color: #e6ebf1; - color: #32325d; + background-color: #fbfbfb; + color: #4c4c4c; padding: 4px 8px 5px; } .db-MultiEmailInput .public-DraftEditorPlaceholder-root { @@ -2520,7 +2520,7 @@ html.db-NewChrome body { flex-direction: row; justify-content: space-between; padding: 12px 20px; - box-shadow: inset 20px 0 0 #f6f9fc, inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #f7f7f7, inset 0 -1px 0 #fbfbfb; } .db-NotificationSettings:last-child { box-shadow: none; @@ -2644,7 +2644,7 @@ html.db-NewChrome body { justify-content: center; text-align: center; z-index: 12; - background: #e6ebf1; + background: #fbfbfb; border: 4px dashed #aab7c4; } .db-Copilot-container--collapsed { @@ -2669,7 +2669,7 @@ html.db-NewChrome body { } .db-Copilot-splashChoice { background: none; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; text-align: left; width: 100%; @@ -2681,7 +2681,7 @@ html.db-NewChrome body { width: 20px; height: 20px; border-radius: 50%; - background: #e6ebf1; + background: #fbfbfb; } .db-Copilot-container--prechatForm { padding: 0; @@ -2749,12 +2749,12 @@ html.db-NewChrome body { color: #68d4f8; } .db-Copilot-messageContainer--visitor .db-Copilot-messageLink:hover { - color: #f6f9fc; + color: #f7f7f7; } .db-Copilot-messageContainer--agent .db-Copilot-message { align-self: flex-start; color: #1f2d3d; - background-color: #e6ebf1; + background-color: #fbfbfb; } .db-Copilot-messageContainer--agent + .db-Copilot-messageContainer--visitor, .db-Copilot-messageContainer--visitor + .db-Copilot-messageContainer--agent { @@ -2798,7 +2798,7 @@ html.db-NewChrome body { z-index: 11; height: 25px; padding: 4px 7px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-Copilot-clearFile { flex-shrink: 0; @@ -3000,7 +3000,7 @@ html.db-NewChrome body { color: #000000; } .db-DateRangeInput.db-is-disabled { - background-color: #f6f9fc; + background-color: #f7f7f7; box-shadow: none; } .db-DateRangeInput.db-is-disabled:hover { @@ -3107,7 +3107,7 @@ html.db-NewChrome body { line-height: 36px; } .db-MoneyTransmission-receiptTableRow { - color: #32325d; + color: #4c4c4c; } .db-MoneyTransmission-receiptTable .db-MoneyTransmission-receiptTableDummyCell { border-bottom: 0; @@ -3118,7 +3118,7 @@ html.db-NewChrome body { white-space: nowrap; } .db-MoneyTransmission-disclosureContainer pre { - background-color: #f6f9fc; + background-color: #f7f7f7; display: inline-block; margin-top: 5px; padding: 5px 10px; @@ -3236,7 +3236,7 @@ html.db-NewChrome body { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5NiAxMC4wMDVhLjY5NS42OTUgMCAwIDAgLjQ5Ni0uMjAybDQuNTk2LTQuNTk2YS43MDQuNzA0IDAgMCAwLS4wMDctLjk5OC43MS43MSAwIDAgMC0xLS4wMDhMNi4yOTcgOC4yODggMi4yMDkgNC4yYS43MS43MSAwIDAgMC0uOTk4LjAwOC43MDQuNzA0IDAgMCAwLS4wMDcuOTk4bDQuNTk1IDQuNTk2YS42OTUuNjk1IDAgMCAwIC40OTcuMjAyeiIvPjwvc3ZnPg=='); } .db-Trends-content { - background-color: #f6f9fc; + background-color: #f7f7f7; min-height: 40px; position: relative; } @@ -3397,7 +3397,7 @@ html.db-NewChrome body { margin-left: 8px; } .db-Trend-colComparison { - color: #3297d3; + color: #000000; } .db-Trend-colChart { flex-basis: 50%; @@ -3493,7 +3493,7 @@ div.db-Trend-groupChart { .db-HomeWelcome-headerTitle { font-weight: 300; font-size: 28px; - color: #32325d; + color: #4c4c4c; line-height: 50px; margin: 0; } @@ -3517,8 +3517,8 @@ div.db-Trend-groupChart { color: #43458b; } .db-HomeWelcome-content { - border-top: 1px solid #e6ebf1; - background: #f6f9fc; + border-top: 1px solid #fbfbfb; + background: #f7f7f7; padding: 13px 30px; } .db-HomeWelcome-item { @@ -3603,10 +3603,10 @@ div.db-Trend-groupChart { } .db-HomeWelcome-link:hover { text-decoration: none; - color: #32325d; + color: #4c4c4c; } .db-HomeWelcome-link:hover strong { - color: #32325d; + color: #4c4c4c; } .db-Task { font-size: 14px; @@ -3635,13 +3635,13 @@ div.db-Trend-groupChart { position: relative; display: inline-block; white-space: nowrap; - color: #3297d3; + color: #000000; } .db-Task--info .db-Task-directive { color: inherit; } .db-Task-directive strong { - color: #3297d3; + color: #000000; } .db-Task--info .db-Task-directive strong { color: inherit; @@ -3653,7 +3653,7 @@ div.db-Trend-groupChart { transform: inherit; } .db-Task:hover .db-Task-directive { - color: #3297d3; + color: #000000; } .db-Task--info:hover .db-Task-directive { color: inherit; @@ -3673,7 +3673,7 @@ div.db-Trend-groupChart { .db-Tasks { position: relative; padding: 17px 20px; - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-HomeTasks-title { color: #000000; @@ -3796,7 +3796,7 @@ div.db-Trend-groupChart { .db-DailyComparison { -webkit-print-color-adjust: exact; background-color: transparent; - color: #32325d; + color: #4c4c4c; } .db-DailyComparison-chartToggle, .db-DailyComparison-compareToDateHandle { @@ -3844,8 +3844,8 @@ div.db-Trend-groupChart { 90deg, rgba(246, 249, 252, 0), rgba(246, 249, 252, 0) 25%, - #f6f9fc 40%, - #f6f9fc 42%, + #f7f7f7 40%, + #f7f7f7 42%, rgba(246, 249, 252, 0) 57% ); } @@ -3886,10 +3886,10 @@ div.db-Trend-groupChart { cursor: pointer; } .db-ListViewItem-header { - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-ListViewItem-cell { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-ListViewItem-cellContent .db-ListViewItem-text { white-space: inherit; @@ -3924,7 +3924,7 @@ div.db-Trend-groupChart { } .db-ListViewItem--hasLink:hover, .db-ListViewItem--hasLink:hover .db-ListViewItem-link .db-ListViewItem-text { - color: #32325d; + color: #4c4c4c; } .db-ListViewItem-link { text-decoration: none; @@ -3933,10 +3933,10 @@ div.db-Trend-groupChart { display: block; } .db-ListViewItem--hasLink:active { - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-ListViewItem-actionsSeparator { - background-color: #e6ebf1; + background-color: #fbfbfb; } .db-ListViewItem .db-ListViewItem-actions { max-height: 20px; @@ -3993,7 +3993,7 @@ div.db-Trend-groupChart { height: 872px; } .db-AnalyticsSection { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; } .db-ShieldSection-badge--animation-enter { @@ -4027,7 +4027,7 @@ div.db-Trend-groupChart { .db-UpgradeModal-heading { font-size: 40px; font-weight: 300; - color: #32325d; + color: #4c4c4c; margin-bottom: 4px; text-align: center; } @@ -4513,7 +4513,7 @@ div.db-Trend-groupChart { flex-grow: 1; } .db-BusinessSettings-warning { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-BusinessSettings-testDataSpinner, .db-PCICompliance-contentLoading { @@ -4543,7 +4543,7 @@ div.db-Trend-groupChart { margin-top: 20px; } .db-PCICompliance-survey { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding-left: 50px; padding-top: 20px; list-style-type: none; @@ -4621,8 +4621,8 @@ div.db-Trend-groupChart { display: table-row; line-height: 26px; align-items: center; - color: #32325d; - border-bottom: 1px solid #e6ebf1; + color: #4c4c4c; + border-bottom: 1px solid #fbfbfb; } .db-Role:last-child { border: none; @@ -4697,7 +4697,7 @@ div.db-Trend-groupChart { transform: translateZ(0); } .db-RoleEditor .bs-Table-head { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-RoleEditor .bs-Table-head .bs-Table-cell { color: #6b7c93; @@ -4731,7 +4731,7 @@ div.db-Trend-groupChart { } .db-RoleEditor-row--subRow, .db-RoleEditor-row--subRowDark { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-RoleEditor-row--subRow .db-RoleEditor-descriptionColumn, .db-RoleEditor-row--subRowDark .db-RoleEditor-descriptionColumn { @@ -4814,7 +4814,7 @@ div.db-Trend-groupChart { margin: 16px 20px; } .db-RoleRadioListLabel-popoverHeader { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; margin: 16px 0; padding: 0 20px; padding-bottom: 16px; @@ -4863,7 +4863,7 @@ div.db-Trend-groupChart { flex-direction: column; background-color: hsla(0, 0%, 100%, 0.55); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; align-items: center; justify-content: center; @@ -4953,7 +4953,7 @@ div.db-Trend-groupChart { .db-CustomizeEmailReceiptDesign-optionsCardIcon { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18); padding: 4px; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 50%; } .db-CustomizeEmailReceiptDesign-optionsCardIcon, @@ -5164,7 +5164,7 @@ div.db-Trend-groupChart { } .db-DeveloperChart-stack { height: 100%; - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-DeveloperChart--empty { height: 100%; @@ -5213,13 +5213,13 @@ div.db-Trend-groupChart { grid-auto-flow: row; } .db-Tiles-divider--bottomRight { - box-shadow: inset -1px -1px #e6ebf1; + box-shadow: inset -1px -1px #fbfbfb; } .db-Tiles-divider--bottom { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-Tiles-divider--right { - box-shadow: inset -1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb; } .db-RunkitEmbed iframe { position: relative; @@ -5272,7 +5272,7 @@ div.db-Trend-groupChart { box-sizing: border-box; transition: opacity 0.25s ease-in-out; opacity: 1; - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-SigmaIndex-container--loading { opacity: 0; @@ -5302,7 +5302,7 @@ div.db-Trend-groupChart { display: flex; justify-content: space-between; padding: 20px 20px 20px 13px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; position: relative; min-height: 79px; } @@ -5351,7 +5351,7 @@ div.db-Trend-groupChart { display: block; cursor: pointer; font-weight: 400; - color: #32325d; + color: #4c4c4c; font-size: 14px; line-height: 28px; margin-right: 24px; @@ -5360,7 +5360,7 @@ div.db-Trend-groupChart { color: #14aad9; } .db-SigmaSidebar-sectionFixedContent { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 8px 20px; } .db-SigmaSidebar-tabs { @@ -5371,7 +5371,7 @@ div.db-Trend-groupChart { display: block; cursor: pointer; font-weight: 400; - color: #32325d; + color: #4c4c4c; padding: 0 12px; font-size: 14px; line-height: 28px; @@ -5425,7 +5425,7 @@ div.db-Trend-groupChart { } .db-SigmaSidebar-footerDocsLink, .db-SigmaSidebar-footerFeedbackLink { - color: #32325d; + color: #4c4c4c; } .db-SigmaSidebar-footerDocsLink:hover, .db-SigmaSidebar-footerFeedbackLink:hover { @@ -5537,7 +5537,7 @@ div.db-Trend-groupChart { } .db-QueryEntry-row:last-child .db-QueryEntry-content { padding-bottom: 16px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-QueryEntry-spacer { width: 36px; @@ -5623,7 +5623,7 @@ div.db-Trend-groupChart { margin-bottom: 3px; } .db-QueryTemplates-query:hover .db-QueryTemplates-queryTitle { - color: #32325d; + color: #4c4c4c; } .db-QueryTemplates-query.bs-is-active .db-QueryTemplates-queryTitle { font-weight: 600; @@ -5766,7 +5766,7 @@ div.db-Trend-groupChart { padding: 0 20px; } .db-SchemaBrowser-tableName:hover { - color: #32325d; + color: #4c4c4c; } .db-SchemaBrowser-columnAnimationContainer { display: flex; @@ -5839,7 +5839,7 @@ div.db-Trend-groupChart { .db-SchemaBrowserColumn-name--pk, .db-SchemaBrowserColumn-type--fk, .db-SchemaBrowserColumn-type--pk { - color: #3297d3; + color: #000000; } .db-SchemaBrowserColumn.bs-is-active { background-color: #e3eaff; @@ -6081,10 +6081,10 @@ div.db-Trend-groupChart { } .CodeMirror-hint-active, .CodeMirror-hint:nth-child(2n).CodeMirror-hint-active { - background-color: #e6ebf1; + background-color: #fbfbfb; border-bottom-color: #0e74c3; border-top-color: #369ad9; - color: #32325d; + color: #4c4c4c; } .db-QueryEditor-hintContainer { padding: 5px 10px; @@ -6140,7 +6140,7 @@ div.db-Trend-groupChart { } .db-QueryTitleEditor-title { font-size: 20px; - color: #32325d; + color: #4c4c4c; } .db-QueryTitleEditor .bs-TextInput { flex: 1; @@ -6236,7 +6236,7 @@ div.db-Trend-groupChart { font-size: 13px; } .db-ResultsHeader:hover { - color: #32325d; + color: #4c4c4c; } .db-ResultsHeader-cell { display: flex; @@ -6272,8 +6272,8 @@ div.db-Trend-groupChart { 180deg, #fff, #fff 35px, - #e6ebf1 0, - #e6ebf1 36px, + #fbfbfb 0, + #fbfbfb 36px, #fff 0 ); } @@ -6342,7 +6342,7 @@ div.db-Trend-groupChart { background: none; } .db-ResultsTable .public_fixedDataTableRow_main.db-ResultsTable-table-row { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; font-size: 13px; } .db-ResultsTable .fixedDataTableCellLayout_columnResizerContainer { @@ -6358,7 +6358,7 @@ div.db-Trend-groupChart { .db-ResultsTable .fixedDataTableCellLayout_columnResizerKnob:after { content: ''; display: block; - background-color: #e6ebf1; + background-color: #fbfbfb; position: relative; width: 1px; margin: 6px auto; @@ -6421,7 +6421,7 @@ div.db-Trend-groupChart { } .db-ActivationModal-heading { font-size: 28px; - color: #32325d; + color: #4c4c4c; margin-bottom: 15px; font-weight: 700; margin-top: auto; @@ -6430,7 +6430,7 @@ div.db-Trend-groupChart { .db-ActivationModal-title { font-weight: 300; font-size: 34px; - color: #32325d; + color: #4c4c4c; line-height: 44px; margin-bottom: 10px; } @@ -6490,7 +6490,7 @@ div.db-Trend-groupChart { .db-IntroModal-heading { font-size: 40px; font-weight: 300; - color: #32325d; + color: #4c4c4c; margin-bottom: 4px; text-align: center; } @@ -6611,7 +6611,7 @@ div.db-Trend-groupChart { } .db-PricingSlider-totalsCostNumber, .db-PricingSlider-totalsTransactionsNumber { - color: #32325d; + color: #4c4c4c; font-size: 24px; font-weight: 500; } @@ -6621,7 +6621,7 @@ div.db-Trend-groupChart { padding-top: 10px; } .db-PricingSlider-processingEstimate { - color: #32325d; + color: #4c4c4c; } .db-PricingSlider-slider { height: 70px; @@ -6662,7 +6662,7 @@ div.db-Trend-groupChart { .db-PricingSlider-label { font-size: 14px; line-height: 22px; - color: #32325d; + color: #4c4c4c; position: relative; display: block; margin: auto; @@ -6700,7 +6700,7 @@ div.db-Trend-groupChart { display: block; width: 1px; height: 18px; - background-color: #32325d; + background-color: #4c4c4c; } .db-PricingSlider-rail { position: absolute; @@ -6792,7 +6792,7 @@ div.db-Trend-groupChart { } .db-SigmaUpgradeModal-header { font-size: 28px; - color: #32325d; + color: #4c4c4c; margin-bottom: 15px; } .db-SigmaUpgradeModal-subHeader { @@ -6807,13 +6807,13 @@ div.db-Trend-groupChart { } .db-SigmaUpgradeModal-subheading { font-size: 14px; - color: #32325d; + color: #4c4c4c; margin-bottom: 20px; } .db-SigmaUpgradeModal-divider { height: 2px; width: 100%; - background-color: #e6ebf1; + background-color: #fbfbfb; margin-bottom: 20px; } .db-SigmaUpgradeModal-question { @@ -6825,7 +6825,7 @@ div.db-Trend-groupChart { margin-bottom: 10px; } .db-SigmaUpgradeModal-answer { - color: #32325d; + color: #4c4c4c; margin-bottom: 10px; line-height: 22px; } @@ -6836,7 +6836,7 @@ div.db-Trend-groupChart { .db-SigmaUpgradeModal-footer { display: flex; flex-direction: row; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 20px; } .db-SigmaUpgradeModal-footerRow { @@ -6859,7 +6859,7 @@ div.db-Trend-groupChart { flex-grow: 1; } .db-SigmaUpgradeModal-notNowButton { - color: #32325d; + color: #4c4c4c; font-size: 16px; } .db-SigmaUpgradeModal-notNowButton:before { @@ -6891,7 +6891,7 @@ div.db-Trend-groupChart { font-size: 20px; } .db-SigmaUpgradeModal-usageNumber { - color: #32325d; + color: #4c4c4c; font-weight: 500; font-size: 24px; } @@ -6935,7 +6935,7 @@ div.db-Trend-groupChart { .db-StateChangedModal-header { font-size: 24px; margin-bottom: 10px; - color: #32325d; + color: #4c4c4c; } .db-StateChangedModal-content { background: #fff; @@ -6943,7 +6943,7 @@ div.db-Trend-groupChart { } .db-StateChangedModal-subheading { font-size: 14px; - color: #32325d; + color: #4c4c4c; margin-bottom: 20px; } .db-UnsavedChangesModal-doNotSaveButton { @@ -6959,7 +6959,7 @@ div.db-Trend-groupChart { color: #e04c4c; } .db-Banners { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-Banners-subscriptionActions { height: 45px; @@ -7026,7 +7026,7 @@ div.db-Trend-groupChart { } .db-MonthlyRepeatDayNumberTable-day.bs-is-selected, .db-MonthlyRepeatDayNumberTable-day:hover { - color: #f6f9fc; + color: #f7f7f7; } .db-MonthlyRepeatDayNumberTable-day:hover { background-color: #7795f8; @@ -7067,7 +7067,7 @@ div.db-Trend-groupChart { .db-ScheduledQueryTimeline-heading { font-size: 16px; font-weight: 500; - color: #32325d; + color: #4c4c4c; } .db-ScheduledQueryTimeline-row { padding: 12px 20px 12px 0; @@ -7109,11 +7109,11 @@ div.db-Trend-groupChart { flex-shrink: 1; } .db-Scheduler-footer { - background-color: #f6f9fc; + background-color: #f7f7f7; display: flex; flex-direction: column; padding: 10px 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; flex-shrink: 0; } .db-Scheduler-footerButtons { @@ -7215,9 +7215,9 @@ div.db-Trend-groupChart { .db-ResizeHandle { cursor: row-resize; flex: 0 0 5px; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; - border-top: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; + border-top: 1px solid #fbfbfb; z-index: 4; } .db-SigmaBigError, @@ -7232,7 +7232,7 @@ div.db-Trend-groupChart { } .db-SigmaBigError-line { height: 79px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-SigmaBigError-message { font-weight: 500; @@ -7245,8 +7245,8 @@ div.db-Trend-groupChart { margin-top: -4px; } .db-SigmaMarkdownText code { - background-color: #f6f9fc; - border: 1px solid #e6ebf1; + background-color: #f7f7f7; + border: 1px solid #fbfbfb; color: #8898aa; border-radius: 3px; } @@ -7265,7 +7265,7 @@ div.db-Trend-groupChart { padding-top: 2px; font-size: 13px; transition: all 0.5s; - background-color: #f6f9fc; + background-color: #f7f7f7; box-shadow: 0 0 0 0 rgba(50, 50, 93, 0.05), 0 15px 35px 0 rgba(50, 50, 93, 0.07), 0 5px 15px 0 rgba(0, 0, 0, 0.08); border-radius: 16px; @@ -7400,7 +7400,7 @@ div.db-Trend-groupChart { } @media print { .db-AnimatedValue { - color: #32325d !important; + color: #4c4c4c !important; } .db-AnimatedValue, .db-AnimatedValue-letter { @@ -7500,7 +7500,7 @@ div.db-Trend-groupChart { font-size: 36px; font-weight: 300; line-height: 46px; - color: #32325d; + color: #4c4c4c; } .db-DiscountAcceptanceModal-content { padding-top: 0; @@ -7516,7 +7516,7 @@ div.db-Trend-groupChart { margin-top: 4px; } .db-DiscountAcceptanceModal-tosLink { - color: #3297d3; + color: #000000; font-size: 14px; font-weight: 500; } @@ -7570,7 +7570,7 @@ div.db-Trend-groupChart { } .db-MentionEditor-mentionSuggestionsEntryFocused { padding: 7px 10px 3px; - color: #f6f9fc; + color: #f7f7f7; background-color: #14aad9; } .db-MentionEditor-mentionSuggestionsEntryContainer { @@ -7594,8 +7594,8 @@ div.db-Trend-groupChart { .db-MentionEditor-mentionSuggestions { background: #fff; border-radius: 5px; - border: 1px solid #e6ebf1; - box-shadow: 0 4px 30px 0 #e6ebf1; + border: 1px solid #fbfbfb; + box-shadow: 0 4px 30px 0 #fbfbfb; box-sizing: border-box; cursor: pointer; display: flex; @@ -7611,8 +7611,8 @@ div.db-Trend-groupChart { z-index: 5; } .db-MentionEditor-mentionSuggestions[data-help-text]:before { - background-color: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background-color: #f7f7f7; + border-bottom: 1px solid #fbfbfb; color: #8898aa; content: attr(data-help-text); cursor: auto; @@ -7727,7 +7727,7 @@ div.db-Trend-groupChart { padding: 0 5px; } .db-GroupChartHover-rowValue { - background: #f6f9fc; + background: #f7f7f7; font-size: 12px; line-height: 20px; color: #424770; @@ -7744,7 +7744,7 @@ div.db-Trend-groupChart { text-align: right; } .db-GroupChartHover-compareToValue { - color: #3297d3; + color: #000000; } .db-GroupChartHover-disputeWarningVal { color: #e25950; @@ -7883,11 +7883,11 @@ div.db-Trend-groupChart { stroke: #424770; } .db-Sparkline--color-gray .db-Sparkline-fill { - fill: #32325d; + fill: #4c4c4c; opacity: 0.15; } .db-Sparkline--color-gray .db-Sparkline-dot { - fill: #32325d; + fill: #4c4c4c; stroke: #fff; } .db-Sparkline--color-lightGray .db-Sparkline-main-line { @@ -8116,7 +8116,7 @@ html.db-NewChrome .bs-Cloud { background-color: #fff; } html.db-NewChrome .bs-Cloud > :last-child { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } html.db-NewChrome .DayPicker-container .DayPicker--horizontal, html.db-NewChrome .DayPicker-container .transition-container { @@ -8226,18 +8226,18 @@ html.db-NewChrome .DayPicker-container .CalendarMonth__day { margin-bottom: -1px; width: 40px; height: 40px; - border: 1px solid #e6ebf1; - background: #f6f9fc; + border: 1px solid #fbfbfb; + background: #f7f7f7; box-sizing: border-box; position: relative; } html.db-NewChrome .DayPicker-container .CalendarMonth__day:active { - background: #f6f9fc; + background: #f7f7f7; } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--valid:active { - background: #e6ebf1; + background: #fbfbfb; } html.db-NewChrome .DayPicker-container @@ -8347,8 +8347,8 @@ html.db-NewChrome .bs-FilterControl-flyout-contents { } html.db-NewChrome .bs-FilterControl-flyout-header { align-items: center; - background-color: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background-color: #f7f7f7; + border-bottom: 1px solid #fbfbfb; display: flex; flex-direction: row; justify-content: space-between; @@ -8378,7 +8378,7 @@ html.db-NewChrome color: #fff; } html.db-NewChrome .bs-FilterControl-item-label { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; color: #000000; display: block; font-size: 12px; @@ -8394,7 +8394,7 @@ html.db-NewChrome .bs-FilterControl-item-checkbox { margin-right: 8px; } html.db-NewChrome .bs-FilterControl-item-content { - background-color: #f6f9fc; + background-color: #f7f7f7; box-sizing: border-box; max-height: 0; overflow: hidden; @@ -8501,7 +8501,7 @@ html.db-NewChrome html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-content { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; max-height: 110px; padding: 10px; } @@ -8581,7 +8581,7 @@ html.db-NewChrome .bs-PageHeading-actions .bs-Button--new { } .db-ContentSection .bs-Tail--separated { padding: 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } html.db-NewChrome .bs-ContentSection .bs-Tail--short { padding-top: 10px; @@ -8825,7 +8825,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { background-color: #fdf9f6; border-top: 2px solid #f8e9db; padding: 15px 25px; - color: #32325d; + color: #4c4c4c; } .db-TopUpError-icon { padding-right: 30px; @@ -8977,10 +8977,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { cursor: pointer; } .db-PlanForm-billing-type-box { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; padding: 20px; - background-color: #f6f9fc; + background-color: #f7f7f7; margin-top: 20px; margin-bottom: 20px; flex-grow: 1; @@ -9351,7 +9351,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { .db-Notification h6 { display: block; margin: 0; - color: #32325d; + color: #4c4c4c; font-size: 14px; font-weight: 500; line-height: 20px; @@ -9367,7 +9367,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { margin-bottom: 0; } .db-Notification p strong { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .db-Notification p em { @@ -9419,7 +9419,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { height: 28px; } .db-Notifications-showMore { - background: #f6f9fc; + background: #f7f7f7; width: 100%; line-height: 20px; } @@ -9455,7 +9455,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { font-size: 10px; font-weight: 700; pointer-events: none; - border: 2px solid #e6ebf1; + border: 2px solid #fbfbfb; display: flex; align-items: center; justify-content: center; @@ -9789,7 +9789,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { overflow-y: hidden; } .db-World-scrollWrapper { - background-color: #e6ebf1; + background-color: #fbfbfb; height: 100%; min-width: 1024px; position: relative; @@ -9830,7 +9830,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { } .db-World-topContent--left, .db-World-topContent--right { - background: linear-gradient(#e6ebf1, rgba(230, 235, 241, 0)); + background: linear-gradient(#fbfbfb, rgba(230, 235, 241, 0)); bottom: -20px; height: 16px; position: absolute; @@ -10221,7 +10221,7 @@ html.db-Locale--notEnUS div.dispute-evidence-view .header .dispute-formMenu { opacity: 1; } .db-DevTools-header { - background-color: #f6f9fc; + background-color: #f7f7f7; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } @@ -10316,7 +10316,7 @@ html div.db-SurveyRequestNotice .Icon { } .db-CurrencyBlock--selected { box-shadow: inset 0 4px #14aad9; - color: #32325d; + color: #4c4c4c; } .db-CurrencyBlock:not(:first-child) { box-shadow: inset 1px 0 #cfd7df; @@ -10332,14 +10332,14 @@ html div.db-SurveyRequestNotice .Icon { } .db-CurrencyBlock:hover .db-CurrencyBlock-amount, .db-CurrencyBlock:hover .db-CurrencyBlock-currencyCode { - color: #32325d; + color: #4c4c4c; } .db-CurrencySelectorSection { - background: #f6f9fc; + background: #f7f7f7; } table { - border-color: #e6ebf1; + border-color: #fbfbfb; } .db-Icons-delete { diff --git a/accounts/public/assets/css/newdashobard2.css b/accounts/public/assets/css/newdashobard2.css index 7a9666ecfa..79b1013913 100755 --- a/accounts/public/assets/css/newdashobard2.css +++ b/accounts/public/assets/css/newdashobard2.css @@ -95,7 +95,7 @@ opacity:1 } .db-Account:hover .db-Account-nickname{ - color:#32325d + color:#4c4c4c } .db-Account-image,.db-Account-image-content,.db-Account-image:after,.db-Account-image:before{ width:30px; @@ -623,7 +623,7 @@ html.db-NewChrome body{ } .db-Sidebar-link:hover{ font-weight:500; - color:#32325d; + color:#4c4c4c; text-decoration:none } .db-Sidebar-link--popover{ @@ -895,7 +895,7 @@ html.db-NewChrome body{ left:-11px } .db-ContentTabs-tab a:not(.db-is-selected):hover{ - color:#32325d; + color:#4c4c4c; text-decoration:none } .db-ContentTabs-tab .db-is-selected{ @@ -928,7 +928,7 @@ html.db-NewChrome body{ right:81px } .db-EventDetail-webhook .db-EventDetail-webhookJSON{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; font-size:11px; line-height:18px; padding:4px 0 4px 8px; @@ -1049,7 +1049,7 @@ html.db-NewChrome body{ width:330px } .db-Chrome .db-FeedbackInput-container{ - background-color:#f6f9fc; + background-color:#f7f7f7; height:30px; padding-top:1px } @@ -1221,7 +1221,7 @@ html.db-NewChrome body{ } .db-FixedPopover{ position:absolute; - background:#f6f9fc; + background:#f7f7f7; box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08); border-radius:4px; transform-origin:393px -9px @@ -1334,7 +1334,7 @@ html.db-NewChrome body{ } .db-LivemodeSwitcher.db-is-disabled:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label,.db-LivemodeSwitcher.db-is-livemode:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label{ font-weight:500; - color:#32325d + color:#4c4c4c } .db-LivemodeSwitcher .db-LivemodeSwitcher-switch{ display:inline-flex; @@ -1419,7 +1419,7 @@ html.db-NewChrome body{ .db-MenuItem--notHighlighted:not(:last-child):after{ content:""; position:absolute; - background:#e6ebf1; + background:#fbfbfb; left:8px; right:0; bottom:0; @@ -1534,7 +1534,7 @@ html.db-NewChrome body{ background:#ecfaff; border-radius:3px; height:20px; - color:#3297d3; + color:#000000; font-weight:500; padding:0 6px; display:inline-block @@ -1587,7 +1587,7 @@ html.db-NewChrome body{ .db-SearchField--tokenizable .public-DraftStyleDefault-block{ font-size:14px; line-height:20px; - color:#32325d; + color:#4c4c4c; margin-top:3px; overflow:hidden; white-space:pre @@ -1691,7 +1691,7 @@ html.db-NewChrome body{ border-radius:0 } .db-SearchResults.db-is-livemode .db-SearchResults-inner{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-SearchResults-info{ min-height:100px; @@ -1725,7 +1725,7 @@ html.db-NewChrome body{ text-decoration:none } .db-SearchResults-item.db-is-selected{ - background:#f6f9fc; + background:#f7f7f7; color:#43458b } .db-SearchResults-item:not(:last-child):not(.db-is-selected):after{ @@ -1992,7 +1992,7 @@ html.db-NewChrome body{ font-weight:500 } .db-TransferDetail-transactionsFootnote{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:12px 20px } .db-TransferDetail-retriedTransfer{ @@ -2007,7 +2007,7 @@ html.db-NewChrome body{ padding:20px } .db-TransferDetail-feeAmount{ - color:#32325d; + color:#4c4c4c; font-weight:300 } .db-PayoutDetail-header{ @@ -2032,7 +2032,7 @@ html.db-NewChrome body{ font-weight:500 } .db-PayoutDetail-transactionsFootnote{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:12px 20px } .db-PayoutDetail-retriedPayout{ @@ -2047,7 +2047,7 @@ html.db-NewChrome body{ padding:20px } .db-PayoutDetail-feeAmount{ - color:#32325d; + color:#4c4c4c; font-weight:300 } .db-PayoutDetail-noticeOutcome{ @@ -2165,14 +2165,14 @@ html.db-NewChrome body{ } .db-Reload-link{ cursor:pointer; - color:#3297d3; + color:#000000; font-weight:500; display:inline-block; text-decoration:underline } .db-JsonDisplay{ background-color:#fff; - color:#32325d; + color:#4c4c4c; font-size:13px; line-height:23px; height:auto @@ -2186,7 +2186,7 @@ html.db-NewChrome body{ padding-left:70px; padding-right:20px; font-family:Source Code Pro,Courier New,Courier,monospace; - color:#32325d + color:#4c4c4c } .db-JsonDisplay-line:first-child,.db-JsonDisplay-line:first-child:before{ padding-top:8px @@ -2219,7 +2219,7 @@ html.db-NewChrome body{ } .db-JsonDisplay-boolean{ font-weight:600; - color:#3297d3 + color:#00000 } .db-JsonDisplay-null{ color:#e39f48 @@ -2239,7 +2239,7 @@ html.db-NewChrome body{ } .db-LineChart-lineChartContainer{ position:relative; - background:#f6f9fc + background:#f7f7f7 } .db-LineChart-lineChart{ padding:18px 48px; @@ -2319,7 +2319,7 @@ html.db-NewChrome body{ right:0; top:0; height:1px; - background:#e6ebf1 + background:#fbfbfb } .db-LineChart-xLegend.db-animate-enter,.db-LineChart-xLegend.db-animate-leave.db-animate-leave-active,.db-LineChart-yLegend.db-animate-enter,.db-LineChart-yLegend.db-animate-leave.db-animate-leave-active{ opacity:0 @@ -2345,8 +2345,8 @@ html.db-NewChrome body{ } .db-MultiEmailInput .db-MultiEmailInput-email{ border-radius:100px; - background-color:#e6ebf1; - color:#32325d; + background-color:#fbfbfb; + color:#4c4c4c; padding:2px 8px } .db-MultiEmailInput .public-DraftEditorPlaceholder-root{ @@ -2360,7 +2360,7 @@ html.db-NewChrome body{ flex-direction:row; justify-content:space-between; padding:12px 20px; - box-shadow:inset 20px 0 0 #f6f9fc,inset 0 -1px 0 #e6ebf1 + box-shadow:inset 20px 0 0 #f7f7f7,inset 0 -1px 0 #fbfbfb } .db-NotificationSettings:last-child{ box-shadow:none @@ -2484,7 +2484,7 @@ html.db-NewChrome body{ justify-content:center; text-align:center; z-index:12; - background:#e6ebf1; + background:#fbfbfb; border:4px dashed #aab7c4 } .db-Copilot-container--collapsed{ @@ -2622,7 +2622,7 @@ html.db-NewChrome body{ z-index:11; height:25px; padding:4px 7px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-Copilot-clearFile{ flex-shrink:0 @@ -2809,7 +2809,7 @@ html.db-NewChrome body{ color:#000000 } .db-DateRangeInput.db-is-disabled{ - background-color:#f6f9fc; + background-color:#f7f7f7; box-shadow:none } .db-DateRangeInput.db-is-disabled:hover{ @@ -2913,7 +2913,7 @@ html.db-NewChrome body{ line-height:36px } .db-MoneyTransmission-receiptTableRow{ - color:#32325d + color:#4c4c4c } .db-MoneyTransmission-receiptTable .db-MoneyTransmission-receiptTableDummyCell{ border-bottom:0; @@ -2924,7 +2924,7 @@ html.db-NewChrome body{ white-space:nowrap } .db-MoneyTransmission-disclosureContainer pre{ - background-color:#f6f9fc; + background-color:#f7f7f7; display:inline-block; margin-top:5px; padding:5px 10px @@ -3041,7 +3041,7 @@ html.db-NewChrome body{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5NiAxMC4wMDVhLjY5NS42OTUgMCAwIDAgLjQ5Ni0uMjAybDQuNTk2LTQuNTk2YS43MDQuNzA0IDAgMCAwLS4wMDctLjk5OC43MS43MSAwIDAgMC0xLS4wMDhMNi4yOTcgOC4yODggMi4yMDkgNC4yYS43MS43MSAwIDAgMC0uOTk4LjAwOC43MDQuNzA0IDAgMCAwLS4wMDcuOTk4bDQuNTk1IDQuNTk2YS42OTUuNjk1IDAgMCAwIC40OTcuMjAyeiIvPjwvc3ZnPg==") } .db-Trends-content{ - background-color:#f6f9fc; + background-color:#f7f7f7; min-height:40px; position:relative } @@ -3195,7 +3195,7 @@ html.db-NewChrome body{ margin-left:8px } .db-Trend-colComparison{ - color:#3297d3 + color:#00000 } .db-Trend-colChart{ flex-basis:50%; @@ -3290,7 +3290,7 @@ div.db-Trend-groupChart{ .db-HomeWelcome-headerTitle{ font-weight:300; font-size:28px; - color:#32325d; + color:#4c4c4c; line-height:50px; margin:0 } @@ -3314,8 +3314,8 @@ div.db-Trend-groupChart{ color:#43458b } .db-HomeWelcome-content{ - border-top:1px solid #e6ebf1; - background:#f6f9fc; + border-top:1px solid #fbfbfb; + background:#f7f7f7; padding:13px 30px } .db-HomeWelcome-item{ @@ -3399,10 +3399,10 @@ div.db-Trend-groupChart{ } .db-HomeWelcome-link:hover{ text-decoration:none; - color:#32325d + color:#4c4c4c } .db-HomeWelcome-link:hover strong{ - color:#32325d + color:#4c4c4c } .db-Task{ font-size:14px; @@ -3430,13 +3430,13 @@ div.db-Trend-groupChart{ position:relative; display:inline-block; white-space:nowrap; - color:#3297d3 + color:#00000 } .db-Task--info .db-Task-directive{ color:inherit } .db-Task-directive strong{ - color:#3297d3 + color:#00000 } .db-Task--info .db-Task-directive strong{ color:inherit @@ -3448,7 +3448,7 @@ div.db-Trend-groupChart{ transform:inherit } .db-Task:hover .db-Task-directive{ - color:#3297d3 + color:#00000 } .db-Task--info:hover .db-Task-directive{ color:inherit @@ -3468,7 +3468,7 @@ div.db-Trend-groupChart{ .db-Tasks{ position:relative; padding:17px 20px; - background-color:#f6f9fc + background-color:#f7f7f7 } .db-HomeTasks-title{ color:#000000; @@ -3590,7 +3590,7 @@ div.db-Trend-groupChart{ .db-DailyComparison{ -webkit-print-color-adjust:exact; background-color:transparent; - color:#32325d + color:#4c4c4c } .db-DailyComparison-chartToggle,.db-DailyComparison-compareToDateHandle{ display:none @@ -3623,7 +3623,7 @@ div.db-Trend-groupChart{ transition:opacity .2s ease-in-out } .db-LoadingBackground--colorSlate1{ - background-image:linear-gradient(90deg,rgba(246,249,252,0),rgba(246,249,252,0) 25%,#f6f9fc 40%,#f6f9fc 42%,rgba(246,249,252,0) 57%) + background-image:linear-gradient(90deg,rgba(246,249,252,0),rgba(246,249,252,0) 25%,#f7f7f7 40%,#f7f7f7 42%,rgba(246,249,252,0) 57%) } .db-LoadingBackground--size-large{ background-size:1000px 100%; @@ -3660,10 +3660,10 @@ div.db-Trend-groupChart{ cursor:pointer } .db-ListViewItem-header{ - background-color:#f6f9fc + background-color:#f7f7f7 } .db-ListViewItem-cell{ - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-ListViewItem-cellContent .db-ListViewItem-text{ white-space:inherit @@ -3695,7 +3695,7 @@ div.db-Trend-groupChart{ padding-right:20px } .db-ListViewItem--hasLink:hover,.db-ListViewItem--hasLink:hover .db-ListViewItem-link .db-ListViewItem-text{ - color:#32325d + color:#4c4c4c } .db-ListViewItem-link{ text-decoration:none; @@ -3722,10 +3722,10 @@ div.db-Trend-groupChart{ opacity:1 } .db-ListViewItem--hasLink:active,.db-ListViewItem-link--sortable:active{ - background-color:#f6f9fc + background-color:#f7f7f7 } .db-ListViewItem-actionsSeparator{ - background-color:#e6ebf1 + background-color:#fbfbfb } .db-ListViewItem .db-ListViewItem-actions{ max-height:20px; @@ -3782,7 +3782,7 @@ div.db-Trend-groupChart{ height:872px } .db-AnalyticsSection{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px } .db-ShieldSection-badge--animation-enter{ @@ -3815,7 +3815,7 @@ div.db-Trend-groupChart{ .db-UpgradeModal-heading{ font-size:40px; font-weight:300; - color:#32325d; + color:#4c4c4c; margin-bottom:4px; text-align:center } @@ -4255,7 +4255,7 @@ div.db-Trend-groupChart{ flex-grow:1 } .db-BusinessSettings-warning{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-BusinessSettings-testDataSpinner,.db-PCICompliance-contentLoading{ display:flex; @@ -4284,7 +4284,7 @@ div.db-Trend-groupChart{ margin-top:20px } .db-PCICompliance-survey{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding-left:50px; padding-top:20px; list-style-type:none @@ -4361,8 +4361,8 @@ div.db-Trend-groupChart{ display:table-row; line-height:26px; align-items:center; - color:#32325d; - border-bottom:1px solid #e6ebf1 + color:#4c4c4c; + border-bottom:1px solid #fbfbfb } .db-Role:last-child{ border:none; @@ -4436,7 +4436,7 @@ div.db-Trend-groupChart{ transform:translateZ(0) } .db-RoleEditor .bs-Table-head{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-RoleEditor .bs-Table-head .bs-Table-cell{ color:#6b7c93; @@ -4449,7 +4449,7 @@ div.db-Trend-groupChart{ background-color:#fff } .db-RoleEditor-row--subRow,.db-RoleEditor-row--subRowDark{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-RoleEditor-row--subRow .db-RoleEditor-descriptionColumn,.db-RoleEditor-row--subRowDark .db-RoleEditor-descriptionColumn{ padding-left:40px @@ -4528,7 +4528,7 @@ div.db-Trend-groupChart{ margin:16px 20px } .db-RoleRadioListLabel-popoverHeader{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; margin:16px 0; padding:0 20px; padding-bottom:16px @@ -4577,7 +4577,7 @@ div.db-Trend-groupChart{ flex-direction:column; background-color:hsla(0,0%,100%,.55); box-shadow:0 1px 2px rgba(0,0,0,.1); - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px; align-items:center; justify-content:center; @@ -4663,7 +4663,7 @@ div.db-Trend-groupChart{ .db-CustomizeEmailReceiptDesign-optionsCardIcon{ box-shadow:inset 0 1px 2px rgba(0,0,0,.18); padding:4px; - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:50% } .db-CustomizeEmailReceiptDesign-optionsCardIcon,.db-CustomizeEmailReceiptDesign-optionsCardIconInput{ @@ -4865,7 +4865,7 @@ div.db-Trend-groupChart{ } .db-DeveloperChart-stack{ height:100%; - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-DeveloperChart--empty{ height:100%; @@ -4913,13 +4913,13 @@ div.db-Trend-groupChart{ grid-auto-flow:row } .db-Tiles-divider--bottomRight{ - box-shadow:inset -1px -1px #e6ebf1 + box-shadow:inset -1px -1px #fbfbfb } .db-Tiles-divider--bottom{ - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-Tiles-divider--right{ - box-shadow:inset -1px 0 #e6ebf1 + box-shadow:inset -1px 0 #fbfbfb } .db-RunkitEmbed iframe{ position:relative; @@ -4963,7 +4963,7 @@ div.db-Trend-groupChart{ box-sizing:border-box; transition:opacity .25s ease-in-out; opacity:1; - background-color:#f6f9fc + background-color:#f7f7f7 } .db-SigmaIndex-container--loading{ opacity:0 @@ -4990,7 +4990,7 @@ div.db-Trend-groupChart{ display:flex; justify-content:space-between; padding:20px 20px 20px 13px; - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; position:relative; min-height:79px } @@ -5038,7 +5038,7 @@ div.db-Trend-groupChart{ display:block; cursor:pointer; font-weight:400; - color:#32325d; + color:#4c4c4c; font-size:14px; line-height:28px; margin-right:24px @@ -5047,7 +5047,7 @@ div.db-Trend-groupChart{ color:#14aad9 } .db-SigmaSidebar-sectionFixedContent{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:8px 20px } .db-SigmaSidebar-tabs{ @@ -5058,7 +5058,7 @@ div.db-Trend-groupChart{ display:block; cursor:pointer; font-weight:400; - color:#32325d; + color:#4c4c4c; padding:0 12px; font-size:14px; line-height:28px @@ -5106,7 +5106,7 @@ div.db-Trend-groupChart{ box-shadow:0 -2px 3px 0 rgba(106,124,148,.05),0 -1px 0 0 rgba(106,124,148,.1) } .db-SigmaSidebar-footerDocsLink,.db-SigmaSidebar-footerFeedbackLink{ - color:#32325d + color:#4c4c4c } .db-SigmaSidebar-footerDocsLink:hover,.db-SigmaSidebar-footerFeedbackLink:hover{ color:#14aad9 @@ -5216,7 +5216,7 @@ div.db-Trend-groupChart{ } .db-QueryEntry-row:last-child .db-QueryEntry-content{ padding-bottom:16px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-QueryEntry-spacer{ width:36px; @@ -5301,7 +5301,7 @@ div.db-Trend-groupChart{ margin-bottom:3px } .db-QueryTemplates-query:hover .db-QueryTemplates-queryTitle{ - color:#32325d + color:#4c4c4c } .db-QueryTemplates-query.bs-is-active .db-QueryTemplates-queryTitle{ font-weight:600 @@ -5443,7 +5443,7 @@ div.db-Trend-groupChart{ padding:0 20px } .db-SchemaBrowser-tableName:hover{ - color:#32325d + color:#4c4c4c } .db-SchemaBrowser-columnAnimationContainer{ display:flex; @@ -5511,7 +5511,7 @@ div.db-Trend-groupChart{ max-width:25% } .db-SchemaBrowserColumn--fk,.db-SchemaBrowserColumn--pk,.db-SchemaBrowserColumn-name--fk,.db-SchemaBrowserColumn-name--pk,.db-SchemaBrowserColumn-type--fk,.db-SchemaBrowserColumn-type--pk{ - color:#3297d3 + color:#00000 } .db-SchemaBrowserColumn.bs-is-active{ background-color:#e3eaff; @@ -5735,10 +5735,10 @@ div.db-Trend-groupChart{ background-color:#f7f9fa } .CodeMirror-hint-active,.CodeMirror-hint:nth-child(2n).CodeMirror-hint-active{ - background-color:#e6ebf1; + background-color:#fbfbfb; border-bottom-color:#0e74c3; border-top-color:#369ad9; - color:#32325d + color:#4c4c4c } .db-QueryEditor-hintContainer{ padding:5px 10px; @@ -5794,7 +5794,7 @@ div.db-Trend-groupChart{ } .db-QueryTitleEditor-title{ font-size:20px; - color:#32325d + color:#4c4c4c } .db-QueryTitleEditor .bs-TextInput{ flex:1 @@ -5887,7 +5887,7 @@ div.db-Trend-groupChart{ font-size:13px } .db-ResultsHeader:hover{ - color:#32325d + color:#4c4c4c } .db-ResultsHeader-cell{ display:flex; @@ -5918,7 +5918,7 @@ div.db-Trend-groupChart{ position:absolute } .db-ResultsTable--empty{ - background:repeating-linear-gradient(180deg,#fff,#fff 35px,#e6ebf1 0,#e6ebf1 36px,#fff 0) + background:repeating-linear-gradient(180deg,#fff,#fff 35px,#fbfbfb 0,#fbfbfb 36px,#fff 0) } .public_fixedDataTable_header .public_fixedDataTableCell_main,.public_fixedDataTableCell_cellContent{ font-family:Camphor,Segoe UI,Open Sans,sans-serif @@ -5967,7 +5967,7 @@ div.db-Trend-groupChart{ background:none } .db-ResultsTable .public_fixedDataTableRow_main.db-ResultsTable-table-row{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; font-size:13px } .db-ResultsTable .fixedDataTableCellLayout_columnResizerContainer{ @@ -5983,7 +5983,7 @@ div.db-Trend-groupChart{ .db-ResultsTable .fixedDataTableCellLayout_columnResizerKnob:after{ content:""; display:block; - background-color:#e6ebf1; + background-color:#fbfbfb; position:relative; width:1px; margin:6px auto; @@ -6044,7 +6044,7 @@ div.db-Trend-groupChart{ } .db-ActivationModal-heading{ font-size:28px; - color:#32325d; + color:#4c4c4c; margin-bottom:15px; font-weight:700; margin-top:auto; @@ -6053,7 +6053,7 @@ div.db-Trend-groupChart{ .db-ActivationModal-title{ font-weight:300; font-size:34px; - color:#32325d; + color:#4c4c4c; line-height:44px; margin-bottom:10px } @@ -6112,7 +6112,7 @@ div.db-Trend-groupChart{ .db-IntroModal-heading{ font-size:40px; font-weight:300; - color:#32325d; + color:#4c4c4c; margin-bottom:4px; text-align:center } @@ -6231,7 +6231,7 @@ div.db-Trend-groupChart{ padding-bottom:4px } .db-PricingSlider-totalsCostNumber,.db-PricingSlider-totalsTransactionsNumber{ - color:#32325d; + color:#4c4c4c; font-size:24px; font-weight:500 } @@ -6241,7 +6241,7 @@ div.db-Trend-groupChart{ padding-top:10px } .db-PricingSlider-processingEstimate{ - color:#32325d + color:#4c4c4c } .db-PricingSlider-slider{ height:70px; @@ -6280,7 +6280,7 @@ div.db-Trend-groupChart{ .db-PricingSlider-label{ font-size:14px; line-height:22px; - color:#32325d; + color:#4c4c4c; position:relative; display:block; margin:auto; @@ -6318,7 +6318,7 @@ div.db-Trend-groupChart{ display:block; width:1px; height:18px; - background-color:#32325d + background-color:#4c4c4c } .db-PricingSlider-rail{ position:absolute; @@ -6394,7 +6394,7 @@ div.db-Trend-groupChart{ } .db-SigmaUpgradeModal-header{ font-size:28px; - color:#32325d; + color:#4c4c4c; margin-bottom:15px } .db-SigmaUpgradeModal-subHeader{ @@ -6409,13 +6409,13 @@ div.db-Trend-groupChart{ } .db-SigmaUpgradeModal-subheading{ font-size:14px; - color:#32325d; + color:#4c4c4c; margin-bottom:20px } .db-SigmaUpgradeModal-divider{ height:2px; width:100%; - background-color:#e6ebf1; + background-color:#fbfbfb; margin-bottom:20px } .db-SigmaUpgradeModal-question{ @@ -6427,7 +6427,7 @@ div.db-Trend-groupChart{ margin-bottom:10px } .db-SigmaUpgradeModal-answer{ - color:#32325d; + color:#4c4c4c; margin-bottom:10px; line-height:22px } @@ -6438,7 +6438,7 @@ div.db-Trend-groupChart{ .db-SigmaUpgradeModal-footer{ display:flex; flex-direction:row; - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:20px } .db-SigmaUpgradeModal-footerRow{ @@ -6461,7 +6461,7 @@ div.db-Trend-groupChart{ flex-grow:1 } .db-SigmaUpgradeModal-notNowButton{ - color:#32325d; + color:#4c4c4c; font-size:16px } .db-SigmaUpgradeModal-notNowButton:before{ @@ -6493,7 +6493,7 @@ div.db-Trend-groupChart{ font-size:20px } .db-SigmaUpgradeModal-usageNumber{ - color:#32325d; + color:#4c4c4c; font-weight:500; font-size:24px } @@ -6537,7 +6537,7 @@ div.db-Trend-groupChart{ .db-StateChangedModal-header{ font-size:24px; margin-bottom:10px; - color:#32325d + color:#4c4c4c } .db-StateChangedModal-content{ background:#fff; @@ -6545,7 +6545,7 @@ div.db-Trend-groupChart{ } .db-StateChangedModal-subheading{ font-size:14px; - color:#32325d; + color:#4c4c4c; margin-bottom:20px } .db-UnsavedChangesModal-doNotSaveButton{ @@ -6561,7 +6561,7 @@ div.db-Trend-groupChart{ color:#e04c4c } .db-Banners{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-Banners-subscriptionActions{ height:45px; @@ -6627,7 +6627,7 @@ div.db-Trend-groupChart{ cursor:pointer } .db-MonthlyRepeatDayNumberTable-day.bs-is-selected,.db-MonthlyRepeatDayNumberTable-day:hover{ - color:#f6f9fc + color:#f7f7f7 } .db-MonthlyRepeatDayNumberTable-day:hover{ background-color:#7795f8 @@ -6668,7 +6668,7 @@ div.db-Trend-groupChart{ .db-ScheduledQueryTimeline-heading{ font-size:16px; font-weight:500; - color:#32325d + color:#4c4c4c } .db-ScheduledQueryTimeline-row{ padding:12px 20px 12px 0 @@ -6710,11 +6710,11 @@ div.db-Trend-groupChart{ flex-shrink:1 } .db-Scheduler-footer{ - background-color:#f6f9fc; + background-color:#f7f7f7; display:flex; flex-direction:column; padding:10px 20px; - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; flex-shrink:0 } .db-Scheduler-footerButtons{ @@ -6815,9 +6815,9 @@ div.db-Trend-groupChart{ .db-ResizeHandle{ cursor:row-resize; flex:0 0 5px; - background:#f6f9fc; - border-bottom:1px solid #e6ebf1; - border-top:1px solid #e6ebf1; + background:#f7f7f7; + border-bottom:1px solid #fbfbfb; + border-top:1px solid #fbfbfb; z-index:4 } .db-SigmaBigError,.db-SigmaBigError-content{ @@ -6831,7 +6831,7 @@ div.db-Trend-groupChart{ } .db-SigmaBigError-line{ height:79px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-SigmaBigError-message{ font-weight:500; @@ -6844,8 +6844,8 @@ div.db-Trend-groupChart{ margin-top:-4px } .db-SigmaMarkdownText code{ - background-color:#f6f9fc; - border:1px solid #e6ebf1; + background-color:#f7f7f7; + border:1px solid #fbfbfb; color:#8898aa; border-radius:3px } @@ -6863,7 +6863,7 @@ div.db-Trend-groupChart{ padding-top:2px; font-size:13px; transition:all .5s; - background-color:#f6f9fc; + background-color:#f7f7f7; box-shadow:0 0 0 0 rgba(50,50,93,.05),0 15px 35px 0 rgba(50,50,93,.07),0 5px 15px 0 rgba(0,0,0,.08); border-radius:16px; font-size:12px; @@ -6970,7 +6970,7 @@ div.db-Trend-groupChart{ } @media print{ .db-AnimatedValue{ - color:#32325d!important + color:#4c4c4c!important } .db-AnimatedValue,.db-AnimatedValue-letter{ background-color:transparent!important; @@ -7066,7 +7066,7 @@ div.db-Trend-groupChart{ font-size:36px; font-weight:300; line-height:46px; - color:#32325d + color:#4c4c4c } .db-DiscountAcceptanceModal-content{ padding-top:0; @@ -7082,7 +7082,7 @@ div.db-Trend-groupChart{ margin-top:4px } .db-DiscountAcceptanceModal-tosLink{ - color:#3297d3; + color:#000000; font-size:14px; font-weight:500 } @@ -7139,7 +7139,7 @@ div.db-Trend-groupChart{ } .db-MentionEditor-mentionSuggestionsEntryFocused{ padding:7px 10px 3px; - color:#f6f9fc; + color:#f7f7f7; background-color:#14aad9 } .db-MentionEditor-mentionSuggestionsEntryContainer{ @@ -7163,8 +7163,8 @@ div.db-Trend-groupChart{ .db-MentionEditor-mentionSuggestions{ background:#fff; border-radius:5px; - border:1px solid #e6ebf1; - box-shadow:0 4px 30px 0 #e6ebf1; + border:1px solid #fbfbfb; + box-shadow:0 4px 30px 0 #fbfbfb; box-sizing:border-box; cursor:pointer; display:flex; @@ -7180,8 +7180,8 @@ div.db-Trend-groupChart{ z-index:5 } .db-MentionEditor-mentionSuggestions[data-help-text]:before{ - background-color:#f6f9fc; - border-bottom:1px solid #e6ebf1; + background-color:#f7f7f7; + border-bottom:1px solid #fbfbfb; color:#8898aa; content:attr(data-help-text); cursor:auto; @@ -7291,7 +7291,7 @@ div.db-Trend-groupChart{ padding:0 5px } .db-GroupChartHover-rowValue{ - background:#f6f9fc; + background:#f7f7f7; font-size:12px; line-height:20px; color:#424770; @@ -7308,7 +7308,7 @@ div.db-Trend-groupChart{ text-align:right } .db-GroupChartHover-compareToValue{ - color:#3297d3 + color:#00000 } .db-GroupChartHover-disputeWarningVal{ color:#e25950 @@ -7444,11 +7444,11 @@ div.db-Trend-groupChart{ stroke:#424770 } .db-Sparkline--color-gray .db-Sparkline-fill{ - fill:#32325d; + fill:#4c4c4c; opacity:.15 } .db-Sparkline--color-gray .db-Sparkline-dot{ - fill:#32325d; + fill:#4c4c4c; stroke:#fff } .db-Sparkline--color-lightGray .db-Sparkline-main-line{ @@ -7672,7 +7672,7 @@ html.db-NewChrome .bs-Cloud{ background-color:#fff } html.db-NewChrome .bs-Cloud>:last-child{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } html.db-NewChrome .DayPicker-container .DayPicker--horizontal,html.db-NewChrome .DayPicker-container .transition-container{ width:300px!important @@ -7750,16 +7750,16 @@ html.db-NewChrome .DayPicker-container .CalendarMonth__day{ margin-bottom:-1px; width:40px; height:40px; - border:1px solid #e6ebf1; - background:#f6f9fc; + border:1px solid #fbfbfb; + background:#f7f7f7; box-sizing:border-box; position:relative } html.db-NewChrome .DayPicker-container .CalendarMonth__day:active{ - background:#f6f9fc + background:#f7f7f7 } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--valid:active{ - background:#e6ebf1 + background:#fbfbfb } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--outside:active{ background:#fff @@ -7839,8 +7839,8 @@ html.db-NewChrome .bs-FilterControl-flyout-contents{ } html.db-NewChrome .bs-FilterControl-flyout-header{ align-items:center; - background-color:#f6f9fc; - border-bottom:1px solid #e6ebf1; + background-color:#f7f7f7; + border-bottom:1px solid #fbfbfb; display:flex; flex-direction:row; justify-content:space-between; @@ -7867,7 +7867,7 @@ html.db-NewChrome .bs-FilterControl-flyout-header .bs-FilterControl-flyout-heade color:#fff } html.db-NewChrome .bs-FilterControl-item-label{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; color:#000000; display:block; font-size:12px; @@ -7881,7 +7881,7 @@ html.db-NewChrome .bs-FilterControl-item-checkbox{ margin-right:8px } html.db-NewChrome .bs-FilterControl-item-content{ - background-color:#f6f9fc; + background-color:#f7f7f7; box-sizing:border-box; max-height:0; overflow:hidden; @@ -7971,7 +7971,7 @@ html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-label{ border-bottom:0 } html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-content{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; max-height:110px; padding:10px } @@ -8043,7 +8043,7 @@ html.db-NewChrome .bs-PageHeading-actions .bs-Button--export,html.db-NewChrome . } .db-ContentSection .bs-Tail--separated{ padding:20px; - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } html.db-NewChrome .bs-ContentSection .bs-Tail--short{ padding-top:10px; @@ -8114,7 +8114,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ } .db-StatementTab--selected{ box-shadow:inset 0 4px #14aad9; - color:#32325d + color:#4c4c4c } .db-StatementTab:not(:first-child){ box-shadow:inset 1px 0 #cfd7df @@ -8129,7 +8129,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ box-shadow:inset 1px 0 #cfd7df,inset -1px 0 #cfd7df,inset 0 4px #14aad9 } .db-StatementTab:hover .db-StatementTab-text{ - color:#32325d + color:#4c4c4c } .db-EndOfDayBalanceIndex-date{ font-size:12px; @@ -8448,10 +8448,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ cursor:pointer } .db-PlanForm-billing-type-box{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px; padding:20px; - background-color:#f6f9fc; + background-color:#f7f7f7; margin-top:20px; margin-bottom:20px; flex-grow:1; @@ -8807,7 +8807,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ .db-Notification h1,.db-Notification h2,.db-Notification h3,.db-Notification h4,.db-Notification h5,.db-Notification h6{ display:block; margin:0; - color:#32325d; + color:#4c4c4c; font-size:14px; font-weight:500; line-height:20px @@ -8823,7 +8823,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ margin-bottom:0 } .db-Notification p strong{ - color:#32325d; + color:#4c4c4c; font-weight:500 } .db-Notification p em{ @@ -8852,7 +8852,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ height:28px } .db-Notifications-showMore{ - background:#f6f9fc; + background:#f7f7f7; width:100%; line-height:20px } @@ -8888,7 +8888,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ font-size:10px; font-weight:700; pointer-events:none; - border:2px solid #e6ebf1; + border:2px solid #fbfbfb; display:flex; align-items:center; justify-content:center; @@ -9219,7 +9219,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ overflow-y:hidden } .db-World-scrollWrapper{ - background-color:#e6ebf1; + background-color:#fbfbfb; height:100%; min-width:1024px; position:relative; @@ -9258,7 +9258,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ left:0 } .db-World-topContent--left,.db-World-topContent--right{ - background:linear-gradient(#e6ebf1,rgba(230,235,241,0)); + background:linear-gradient(#fbfbfb,rgba(230,235,241,0)); bottom:-20px; height:16px; position:absolute; @@ -9604,7 +9604,7 @@ html.db-Locale--notEnUS div.dispute-evidence-view .header .dispute-formMenu{ opacity:1 } .db-DevTools-header{ - background-color:#f6f9fc; + background-color:#f7f7f7; border-bottom-left-radius:0; border-bottom-right-radius:0 } @@ -9699,7 +9699,7 @@ html div.db-SurveyRequestNotice .Icon{ } .db-CurrencyBlock--selected{ box-shadow:inset 0 4px #14aad9; - color:#32325d + color:#4c4c4c } .db-CurrencyBlock:not(:first-child){ box-shadow:inset 1px 0 #cfd7df @@ -9714,8 +9714,8 @@ html div.db-SurveyRequestNotice .Icon{ box-shadow:inset 1px 0 #cfd7df,inset -1px 0 #cfd7df,inset 0 4px #14aad9 } .db-CurrencyBlock:hover .db-CurrencyBlock-amount,.db-CurrencyBlock:hover .db-CurrencyBlock-currencyCode{ - color:#32325d + color:#4c4c4c } .db-CurrencySelectorSection{ - background:#f6f9fc + background:#f7f7f7 } diff --git a/accounts/public/assets/css/sail.css b/accounts/public/assets/css/sail.css index 4f632d2343..b76d8ac199 100755 --- a/accounts/public/assets/css/sail.css +++ b/accounts/public/assets/css/sail.css @@ -121,16 +121,16 @@ background-color: #fff; } .Box-background--surface { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Box-background--offset { - background-color: #f6f9fc; + background-color: #f7f7f7; } .Box-background--slate { background-color: #6b7c93; } .Box-background--slate1 { - background-color: #32325d; + background-color: #4c4c4c; } .Box-background--slate2 { background-color: #424770; @@ -151,16 +151,16 @@ background-color: #cfd7df; } .Box-background--slate8 { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Box-background--slate9 { - background-color: #f6f9fc; + background-color: #f7f7f7; } .Box-background--blue { background-color: #14aad9; } .Box-background--blue1 { - background-color: #32325d; + background-color: #4c4c4c; } .Box-background--blue2 { background-color: #43458b; @@ -196,7 +196,7 @@ background-color: #f7f8fd; } .Box-background--cyan { - background-color: #3297d3; + background-color: #000000; } .Box-background--cyan1 { background-color: #07427a; @@ -208,7 +208,7 @@ background-color: #217ab7; } .Box-background--cyan4 { - background-color: #3297d3; + background-color: #000000; } .Box-background--cyan5 { background-color: #45b2e8; @@ -452,25 +452,25 @@ box-shadow: inset -1px -1px #cfd7df, inset 1px 1px #cfd7df; } .Box-divider--surface-top-1 { - box-shadow: inset 0 1px #e6ebf1; + box-shadow: inset 0 1px #fbfbfb; } .Box-divider--surface-bottom-1 { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .Box-divider--surface-left-1 { - box-shadow: inset 1px 0 #e6ebf1; + box-shadow: inset 1px 0 #fbfbfb; } .Box-divider--surface-right-1 { - box-shadow: inset -1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb; } .Box-divider--surface-vertical-1 { - box-shadow: inset 0 -1px #e6ebf1, inset 0 1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb, inset 0 1px #fbfbfb; } .Box-divider--surface-horizontal-1 { - box-shadow: inset -1px 0 #e6ebf1, inset 1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb, inset 1px 0 #fbfbfb; } .Box-divider--surface-all-1 { - box-shadow: inset -1px -1px #e6ebf1, inset 1px 1px #e6ebf1; + box-shadow: inset -1px -1px #fbfbfb, inset 1px 1px #fbfbfb; } .Box-divider--white-top-1 { box-shadow: inset 0 1px #fff; @@ -515,25 +515,25 @@ box-shadow: inset -2px -2px #cfd7df, inset 2px 2px #cfd7df; } .Box-divider--surface-top-2 { - box-shadow: inset 0 2px #e6ebf1; + box-shadow: inset 0 2px #fbfbfb; } .Box-divider--surface-bottom-2 { - box-shadow: inset 0 -2px #e6ebf1; + box-shadow: inset 0 -2px #fbfbfb; } .Box-divider--surface-left-2 { - box-shadow: inset 2px 0 #e6ebf1; + box-shadow: inset 2px 0 #fbfbfb; } .Box-divider--surface-right-2 { - box-shadow: inset -2px 0 #e6ebf1; + box-shadow: inset -2px 0 #fbfbfb; } .Box-divider--surface-vertical-2 { - box-shadow: inset 0 -2px #e6ebf1, inset 0 2px #e6ebf1; + box-shadow: inset 0 -2px #fbfbfb, inset 0 2px #fbfbfb; } .Box-divider--surface-horizontal-2 { - box-shadow: inset -2px 0 #e6ebf1, inset 2px 0 #e6ebf1; + box-shadow: inset -2px 0 #fbfbfb, inset 2px 0 #fbfbfb; } .Box-divider--surface-all-2 { - box-shadow: inset -2px -2px #e6ebf1, inset 2px 2px #e6ebf1; + box-shadow: inset -2px -2px #fbfbfb, inset 2px 2px #fbfbfb; } .Box-divider--white-top-2 { box-shadow: inset 0 2px #fff; @@ -1279,7 +1279,7 @@ color: #fff; } .Text-color--dark { - color: #32325d; + color: #4c4c4c; } .Text-color--default { color: #000000; @@ -1300,7 +1300,7 @@ color: #000000; } .Text-color--cyan { - color: #3297d3; + color: #000000; } .Text-color--gray { color: #6b7c93; @@ -1422,7 +1422,7 @@ pointer-events: none; } .Button:hover { - color: #32325d; + color: #4c4c4c; } .Button-fill { border-radius: 4px; @@ -1533,12 +1533,12 @@ .ButtonLink:active .ButtonLink-label, .ButtonLink:focus .ButtonLink-label, .ButtonLink:hover .ButtonLink-label { - color: #32325d; + color: #4c4c4c; } .ButtonLink:active .ActionIcon svg, .ButtonLink:focus .ActionIcon svg, .ButtonLink:hover .ActionIcon svg { - fill: #32325d; + fill: #4c4c4c; } .Checkbox { position: relative; @@ -1624,7 +1624,7 @@ } .SearchableSelect-input { border: 1px solid #f4f4f4; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; border-radius: 4px 4px 0 0; border-width: 1px 0; padding: 8px; @@ -1647,7 +1647,7 @@ padding: 8px; } .SearchableSelect-item--highlighted { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Switch { display: -webkit-box; @@ -1747,7 +1747,7 @@ color: inherit; } .ActionIcon--color--cyan { - color: #3297d3; + color: #000000; } .ActionIcon--color--slate { color: #000000; @@ -1789,7 +1789,7 @@ .Badge.Is--hovered .Badge-text, .BadgeParent:hover .Badge, .BadgeParent:hover .Badge-text { - color: #32325d; + color: #4c4c4c; } .Badge.Is--disabled { box-shadow: inset 0 0 0 1px rgba(136, 152, 170, 0.2); @@ -4082,7 +4082,7 @@ color: #fff; } .ChartIcon--color--slate1 { - color: #32325d; + color: #4c4c4c; } .ChartIcon--color--slate2 { color: #424770; @@ -4103,16 +4103,16 @@ color: #cfd7df; } .ChartIcon--color--slate8 { - color: #e6ebf1; + color: #fbfbfb; } .ChartIcon--color--slate9 { - color: #f6f9fc; + color: #f7f7f7; } .ChartIcon--color--blue { color: #14aad9; } .ChartIcon--color--blue1 { - color: #32325d; + color: #4c4c4c; } .ChartIcon--color--blue2 { color: #43458b; @@ -4139,7 +4139,7 @@ color: #ecfaff; } .ChartIcon--color--cyan { - color: #3297d3; + color: #000000; } .ChartIcon--color--cyan1 { color: #07427a; @@ -4151,7 +4151,7 @@ color: #217ab7; } .ChartIcon--color--cyan4 { - color: #3297d3; + color: #000000; } .ChartIcon--color--cyan5 { color: #45b2e8; @@ -4461,7 +4461,7 @@ } .Tag.Is--hovered .Tag-text, .TagParent:hover .Tag-text { - color: #32325d; + color: #4c4c4c; } .ContentHeader-center { -webkit-box-flex: 1; @@ -4476,7 +4476,7 @@ opacity: 0.5; } .DataTable-cell { - box-shadow: inset 0 -1px 0 0 #e6ebf1; + box-shadow: inset 0 -1px 0 0 #fbfbfb; } .DataTable-row:last-child .DataTable-cell { box-shadow: none; @@ -4488,8 +4488,8 @@ padding-right: 12px; } .DataTable-head .DataTable-row .DataTable-cell { - background-color: #f6f9fc; - box-shadow: inset 0 -1px 0 0 #e6ebf1; + background-color: #f7f7f7; + box-shadow: inset 0 -1px 0 0 #fbfbfb; } .EmptyState { text-align: center; @@ -4501,11 +4501,11 @@ cursor: pointer; } .IndentedListItem .IndentedListItem-area { - box-shadow: inset 20px 0 0 #fff, inset -20px 0 0 #fff, inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #fff, inset -20px 0 0 #fff, inset 0 -1px 0 #fbfbfb; } .IndentedListItem--background--offset .IndentedListItem-area { - box-shadow: inset 20px 0 0 #f6f9fc, inset -20px 0 0 #f6f9fc, - inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #f7f7f7, inset -20px 0 0 #f7f7f7, + inset 0 -1px 0 #fbfbfb; } .IndentedListItem:first-child .IndentedListItem-area { border-top-left-radius: 4px; @@ -4856,7 +4856,7 @@ position: absolute; top: 0; width: 2px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .Promotion-tail:first-child { border-top-left-radius: 4px; @@ -4895,7 +4895,7 @@ pointer-events: none; } .Steps-item:hover .Steps-itemLabel { - color: #32325d; + color: #4c4c4c; } .Steps-item--onClick { background: transparent; diff --git a/accounts/src/components/basic/ErrorBoundary.js b/accounts/src/components/basic/ErrorBoundary.js index 0b9a2226c9..0374a88d80 100755 --- a/accounts/src/components/basic/ErrorBoundary.js +++ b/accounts/src/components/basic/ErrorBoundary.js @@ -26,7 +26,7 @@ class ErrorBoundary extends Component { if (this.state.hasError) { return ( -
+
An unexpected error has occured. Please reload the page to continue
) diff --git a/accounts/src/components/basic/Loader.js b/accounts/src/components/basic/Loader.js index 924f50f45b..3ac070b1ef 100755 --- a/accounts/src/components/basic/Loader.js +++ b/accounts/src/components/basic/Loader.js @@ -13,11 +13,11 @@ export const FormLoader = () => (
(
); +export const ListLoader = () => (
); ListLoader.displayName = 'ListLoader' -export const TeamListLoader = () => (
); +export const TeamListLoader = () => (
); TeamListLoader.displayName = 'TeamListLoader' diff --git a/accounts/src/index.css b/accounts/src/index.css index 7b6699458c..e12e779d13 100755 --- a/accounts/src/index.css +++ b/accounts/src/index.css @@ -1,5 +1,5 @@ body { overflow: hidden; height: 100%; - background-color: #fdfdfd + background-color: #f7f7f7 } diff --git a/admin-dashboard/public/assets/css/blockchart.css b/admin-dashboard/public/assets/css/blockchart.css index 572a689136..3338242e7c 100644 --- a/admin-dashboard/public/assets/css/blockchart.css +++ b/admin-dashboard/public/assets/css/blockchart.css @@ -81,7 +81,7 @@ div.block-chart { z-index: 100000; } .tipsy-inner { - background-color: #32325d; + background-color: #4c4c4c; color: #FFF; max-width: 200px; padding: 5px 12px 5px 12px; @@ -104,21 +104,21 @@ div.block-chart { width: 0; height: 0; line-height: 0; - border: 5px dashed #32325d; + border: 5px dashed #4c4c4c; } /* Rules to colour arrows */ .tipsy-arrow-n { - border-bottom-color: #32325d; + border-bottom-color: #4c4c4c; } .tipsy-arrow-s { - border-top-color: #32325d; + border-top-color: #4c4c4c; } .tipsy-arrow-e { - border-left-color: #32325d; + border-left-color: #4c4c4c; } .tipsy-arrow-w { - border-right-color: #32325d; + border-right-color: #4c4c4c; } .tipsy-n .tipsy-arrow { diff --git a/admin-dashboard/public/assets/css/dashboard.css b/admin-dashboard/public/assets/css/dashboard.css index 56d3a95685..b4ea181ada 100644 --- a/admin-dashboard/public/assets/css/dashboard.css +++ b/admin-dashboard/public/assets/css/dashboard.css @@ -607,7 +607,7 @@ th { box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 3px 9px 0 rgba(50, 50, 93, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08); - color: #32325d; + color: #4c4c4c; } .bs-Actions-action.bs-is-focused, .bs-Actions-action:focus, @@ -650,7 +650,7 @@ th { box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.08), 0 2px 5px 0 rgba(50, 50, 93, 0.06), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 transparent; - color: #32325d; + color: #4c4c4c; } .bs-Actions-action.bs-is-disabled, .bs-Actions-action:disabled, @@ -993,7 +993,7 @@ h3, h4, h5 { margin: 0; - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; line-height: 1.6; } @@ -1072,14 +1072,14 @@ p + p { margin-top: 5px; } a { - color: #3297d3; + color: #000000; } a, a:hover { text-decoration: none; } a:hover { - color: #32325d; + color: #4c4c4c; } b, strong { @@ -1304,7 +1304,7 @@ span.bs-Icon { .bs-Number { display: inline-block; margin: 0; - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; font-size: 24px; line-height: 1.6; @@ -2534,7 +2534,7 @@ figure.bs-Number > figcaption { border: 0; border-radius: 0; box-shadow: none; - color: #3297d3; + color: #000000; line-height: inherit; font-size: inherit; vertical-align: inherit; @@ -2871,7 +2871,7 @@ figure.bs-Number > figcaption { } .bs-Badge--cyan { box-shadow: inset 0 0 0 1px rgba(50, 151, 211, 0.2); - color: #3297d3; + color: #000000; } .bs-Badge--green { box-shadow: inset 0 0 0 1px rgba(36, 180, 126, 0.2); @@ -2970,7 +2970,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-selection-option:active, .bs-ContentSection-selection-option:focus, .bs-ContentSection-selection-option:hover { - color: #32325d; + color: #4c4c4c; } .bs-ContentSection-selection-option:first-child { border-left: 0; @@ -2978,7 +2978,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-selection-option.bs-is-active { background-color: #fff; border-left: 2px solid transparent; - color: #32325d; + color: #4c4c4c; cursor: default; } .bs-ContentSection-switcher { @@ -3007,7 +3007,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-switcher-option:active, .bs-ContentSection-switcher-option:hover { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07); - color: #32325d; + color: #4c4c4c; } .bs-ContentSection-switcher-option:active { background: rgba(0, 0, 0, 0.03); @@ -3299,7 +3299,7 @@ figure.bs-Number > figcaption { left: 20px; right: 0; height: 1px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .bs-LinkList-item:first-child { padding-top: 20px; @@ -3347,13 +3347,13 @@ figure.bs-Number > figcaption { .bs-LinkList-item a .bs-LinkList-copy h2, .bs-LinkList-item a .bs-LinkList-copy h3, .bs-LinkList-item a .bs-LinkList-copy h4 { - color: #3297d3; + color: #000000; } .bs-LinkList-item a:hover .bs-LinkList-copy h1, .bs-LinkList-item a:hover .bs-LinkList-copy h2, .bs-LinkList-item a:hover .bs-LinkList-copy h3, .bs-LinkList-item a:hover .bs-LinkList-copy h4 { - color: #32325d; + color: #4c4c4c; } .bs-LinkList-copy p { color: #000000; @@ -3379,7 +3379,7 @@ figure.bs-Number > figcaption { } .bs-Menu-group { padding: 5px 0; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-Menu-group:last-child { border-bottom: 0; @@ -3397,7 +3397,7 @@ figure.bs-Number > figcaption { display: block; padding: 5px 12px; width: 100%; - color: #3297d3; + color: #000000; font-weight: 500; line-height: 1.6; text-align: left; @@ -3406,8 +3406,8 @@ figure.bs-Number > figcaption { color 0.08s ease-in; } .bs-Menu-item:hover { - background-color: #f6f9fc; - color: #32325d; + background-color: #f7f7f7; + color: #4c4c4c; } .bs-Menu-item.bs-is-disabled, .bs-Menu-item:disabled { @@ -3574,7 +3574,7 @@ figure.bs-Number > figcaption { z-index: 200; margin: 0 auto 20px; width: 450px; - background: #f6f9fc; + background: #f7f7f7; border-radius: 4px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(84, 96, 103, 0.25); } @@ -3729,7 +3729,7 @@ figure.bs-Number > figcaption { background-color: #f0f3f5; } .bs-Notice { - box-shadow: inset 0 -1px 0 #e6ebf1; + box-shadow: inset 0 -1px 0 #fbfbfb; } .bs-Notice:first-child { border-top-left-radius: 4px; @@ -3748,7 +3748,7 @@ figure.bs-Number > figcaption { linear-gradient(#fff, #fff); } .bs-Notice--color--offset { - background-color: #f6f9fc; + background-color: #f7f7f7; } .bs-Notice--color--red { background-image: linear-gradient( @@ -3783,7 +3783,7 @@ figure.bs-Number > figcaption { text-transform: uppercase; } .bs-Notice-dismiss:hover { - color: #32325d; + color: #4c4c4c; } .bs-Notice-dismiss:active, .bs-Notice-dismiss:focus { @@ -3814,7 +3814,7 @@ figure.bs-Number > figcaption { display: table-row-group; } .bs-ObjectList-group .bs-ObjectList-row:first-child .bs-ObjectList-cell { - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-ObjectList-group:first-child .bs-ObjectList-row:first-child @@ -3851,7 +3851,7 @@ a.bs-ObjectList-row { .bs-ObjectList-row:hover .bs-ObjectList-copy.bs-is-muted, .bs-ObjectList-row:hover .bs-ObjectList-copy.bs-is-reverted, .bs-ObjectList-row:hover code { - color: #32325d; + color: #4c4c4c; } .bs-ObjectList-row:focus:not(:active) { background-color: rgba(50, 151, 211, 0.05); @@ -3869,7 +3869,7 @@ a.bs-ObjectList-row { white-space: nowrap; } .bs-ObjectList-row > .bs-ObjectList-cell { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-ObjectList-row .bs-ObjectList-cell:first-child { padding-left: 20px; @@ -3891,7 +3891,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-cell.bs-is-highlighted, .bs-ObjectList-copy.bs-is-highlighted { - color: #3297d3; + color: #000000; font-weight: 500; } .bs-ObjectList-cell.bs-is-muted, @@ -3980,13 +3980,13 @@ a.bs-ObjectList-row { background-color: #14aad9; } .bs-ObjectList-row--header { - background-color: #f6f9fc; + background-color: #f7f7f7; transform: translateZ(0); } .bs-ObjectList-row--header .bs-ObjectList-cell { padding-top: 6px; padding-bottom: 6px; - color: #32325d; + color: #4c4c4c; font-size: 13px; font-weight: 500; text-transform: uppercase; @@ -3998,7 +3998,7 @@ a.bs-ObjectList-row { .bs-ObjectList-row--divider .bs-ObjectList-cell, .bs-ObjectList-row--divider:first-child .bs-ObjectList-cell, .bs-ObjectList-row--separated .bs-ObjectList-cell { - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-ObjectList-row--divider .bs-ObjectList-cell, .bs-ObjectList-row--divider:first-child .bs-ObjectList-cell { @@ -4119,7 +4119,7 @@ a.bs-ObjectList-row { white-space: nowrap; } .bs-ObjectList-rows + .bs-ObjectList-more { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-ObjectList-more-action { display: block; @@ -4145,7 +4145,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-row--expandable { display: table-row-group; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-ObjectList-row--expandable:last-child { border-bottom: 0; @@ -4234,7 +4234,7 @@ a.bs-ObjectList-row { right: 20px; top: 0; display: block; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-ObjectList-cell--card:after { content: ''; @@ -4679,7 +4679,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-row:hover:not(.bs-is-disabled) .bs-ObjectList-cell > .bs-Badge { box-shadow: inset 0 0 0 1px rgba(66, 71, 112, 0.2); - color: #32325d; + color: #4c4c4c; } .bs-ObjectList-cell .bs-Badge { top: 1px; @@ -4815,7 +4815,7 @@ a.bs-ObjectList-row { .bs-PageHeading--separated { margin: 0; padding: 20px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-PageHeading--short { padding-bottom: 10px; @@ -4916,11 +4916,11 @@ pre.bs-PropertyList-property { .bs-PropertyList-definition { flex: 1 1 auto; padding: 2px 20px 2px 5px; - color: #32325d; + color: #4c4c4c; line-height: 1.6; } .bs-PropertyList-definition code { - color: #32325d; + color: #4c4c4c; font-size: 13px; font-weight: 400; } @@ -4959,7 +4959,7 @@ pre.bs-PropertyList-property { justify-content: flex-end; margin-top: 10px; padding: 10px 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-PropertyList--editor .bs-PropertyList-row @@ -5317,7 +5317,7 @@ pre.bs-PropertyList-property { top: 4px; } .bs-Popover-highlight { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .bs-Popover-activate { @@ -5386,7 +5386,7 @@ pre.bs-PropertyList-property { margin-right: 0; } .bs-Source-detail--title { - color: #32325d; + color: #4c4c4c; font-size: 14px; font-weight: 500; line-height: 20px; @@ -5463,7 +5463,7 @@ pre.bs-PropertyList-property { padding-top: 5px; } .bs-Stat-copy-title { - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; font-size: 14px; font-weight: 500; @@ -5492,7 +5492,7 @@ pre.bs-PropertyList-property { display: flex; } .bs-StatGroup .bs-Stat { - border-right: 1px solid #e6ebf1; + border-right: 1px solid #fbfbfb; } .bs-StatGroup .bs-Stat:last-child { border-right: 0; @@ -5523,10 +5523,10 @@ pre.bs-PropertyList-property { font-size: 15px; } .bs-Table-row.bs-is-highlighted .bs-Table-cell.bs-is-highlighted { - color: #32325d; + color: #4c4c4c; } .bs-Table-row--divider .bs-Table-cell { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Table-head .bs-Table-cell, .bs-Table-head .bs-Table-cell.bs-is-highlighted { @@ -5646,8 +5646,8 @@ pre.bs-PropertyList-property { } .bs-ObjectList .bs-Table-cell { padding: 0; - border-bottom: 1px solid #e6ebf1; - border-top: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; + border-top: 1px solid #fbfbfb; } .bs-ObjectList + .bs-Table-row--divider { border-top: 0; @@ -5672,7 +5672,7 @@ pre.bs-PropertyList-property { .bs-Tail--separated { margin: 0; padding: 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Tail--short { padding-bottom: 10px; @@ -5690,7 +5690,7 @@ pre.bs-PropertyList-property { border: 0; display: flex; padding: 12px 20px; - box-shadow: inset 0 -1px 0 #e6ebf1; + box-shadow: inset 0 -1px 0 #fbfbfb; } .bs-Timeline:first-child .bs-Timeline-row:first-child { border-top-left-radius: 4px; @@ -5743,12 +5743,12 @@ pre.bs-PropertyList-property { z-index: 4; } .bs-Timeline-row--reveal { - color: #3297d3; + color: #000000; font-weight: 500; text-align: left; } .bs-Timeline-row--reveal:hover { - color: #32325d; + color: #4c4c4c; } .bs-Timeline-content { flex: 1 1 auto; @@ -5762,7 +5762,7 @@ pre.bs-PropertyList-property { word-break: break-word; } .bs-Timeline-title strong { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .bs-Timeline-title em { @@ -5840,7 +5840,7 @@ pre.bs-PropertyList-property { cursor: pointer; } .bs-Toggle-button:hover { - color: #32325d; + color: #4c4c4c; } .bs-Toggle-button.bs-is-selected, .bs-Toggle-source:checked + .bs-Toggle-button { @@ -5982,7 +5982,7 @@ pre.bs-PropertyList-property { .bs-VerticalMenu-item:active, .bs-VerticalMenu-item:focus, .bs-VerticalMenu-item:hover { - color: #32325d; + color: #4c4c4c; } .bs-VerticalMenu-item a { padding: 0 15px; @@ -5992,7 +5992,7 @@ pre.bs-PropertyList-property { .bs-VerticalMenu-item:hover a:active, .bs-VerticalMenu-item:hover a:focus, .bs-VerticalMenu-item:hover a:hover { - color: #32325d; + color: #4c4c4c; } .bs-VerticalMenu-item.bs-is-selected a { color: #14aad9; @@ -6089,7 +6089,7 @@ pre.bs-PropertyList-property { line-height: 1.6; } .bs-Checkbox:hover .bs-Checkbox-label { - color: #32325d; + color: #4c4c4c; } .bs-Checkbox.bs-is-invalid .bs-Checkbox-label, .bs-Fieldset-row.bs-is-invalid .bs-Checkbox-label { @@ -6189,7 +6189,7 @@ pre.bs-PropertyList-property { .bs-Fieldset { margin: 0; padding: 10px 0; - background-color: #f6f9fc; + background-color: #f7f7f7; border: 0; } .bs-Fieldset--white { @@ -6210,7 +6210,7 @@ pre.bs-PropertyList-property { right: 20px; display: block; height: 1px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .bs-Fieldset-legend h3, .bs-Fieldset-legend h4, @@ -6241,7 +6241,7 @@ pre.bs-PropertyList-property { align-self: flex-start; flex: 30% 0 0; padding: 4px 5px 0 0; - color: #32325d; + color: #4c4c4c; line-height: 1.6; text-align: right; } @@ -6305,7 +6305,7 @@ pre.bs-PropertyList-property { } .bs-Fieldset-value { padding-top: 4px; - color: #32325d; + color: #4c4c4c; font-weight: 500; line-height: 1.6; white-space: nowrap; @@ -6370,10 +6370,10 @@ pre.bs-PropertyList-property { flex: 100% 0 0; } .bs-Fieldset-row--toggle .bs-Fieldset-row:nth-child(2) { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Fieldset-row--toggle .bs-Fieldset-row:last-child { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-Fieldset-row--toggle.bs-is-collapsed .bs-Fieldset-row { display: none; @@ -6530,7 +6530,7 @@ pre.bs-PropertyList-property { line-height: 1.6; } .bs-Radio:hover .bs-Radio-label { - color: #32325d; + color: #4c4c4c; } .bs-Fieldset-row.bs-is-invalid .bs-Radio-label, .bs-Radio.bs-is-invalid .bs-Radio-label { @@ -6755,7 +6755,7 @@ pre.bs-PropertyList-property { .bs-TextInputExtension-extension { flex: 0 0 auto; padding: 4px 7px 2px; - background: #f6f9fc; + background: #f7f7f7; color: #6b7c93; white-space: nowrap; } @@ -6776,7 +6776,7 @@ pre.bs-PropertyList-property { .bs-TextInputExtension .bs-TextInputExtension-extension, .bs-TextInputExtension.bs-is-disabled .bs-TextInputExtension-extension { - background: #e6ebf1; + background: #fbfbfb; color: #8898aa; } .bs-TextInputExtension .bs-TextInput { @@ -6848,7 +6848,7 @@ pre.bs-PropertyList-property { border-top-right-radius: 0; } .bs-TextInputGroup--horizontal .bs-TextInput { - border-right: 1px solid #e6ebf1; + border-right: 1px solid #fbfbfb; } .bs-TextInputGroup--horizontal .bs-TextInput:focus { border-right-color: transparent; @@ -6861,7 +6861,7 @@ pre.bs-PropertyList-property { border-color: rgba(226, 89, 80, 0.1); } .bs-TextInputGroup--vertical .bs-TextInput { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-TextInputGroup--vertical .bs-TextInput:focus { border-bottom-color: transparent; @@ -7163,7 +7163,7 @@ pre.bs-PropertyList-property { padding: 15px; width: 260px; background-color: #f7f9fa; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; } .bs-Doc-sheet { @@ -7300,7 +7300,7 @@ pre.bs-PropertyList-property { } .bs-BD-section { padding: 45px; - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-BD-section > h2 code { font-size: inherit; @@ -7314,7 +7314,7 @@ pre.bs-PropertyList-property { .bs-BD-section-part { margin-top: 30px; padding-top: 30px; - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-BD-section-part > h3 code { font-size: inherit; @@ -8874,8 +8874,8 @@ html .modal-dialog-view div.modal div.modal-content p { } html .modal-dialog-view div.modal div.modal-header { text-shadow: none; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; box-shadow: none; height: auto; } @@ -10267,7 +10267,7 @@ html.db-NewChrome .chart-view div.head span.title { html.db-NewChrome div.account-application-view div.status { background: #fff; border: none; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } html.db-NewChrome div.account-application-view div.status:after, html.db-NewChrome div.account-application-view div.status:before { @@ -15052,7 +15052,7 @@ strong.button.grey span { display: block; color: #333; text-shadow: 0 1px 0 #fff; - background: #f6f9fc; + background: #f7f7f7; background: #eff1f4; background: linear-gradient(#f7f8fa, #eff1f4); -ms-box-shadow: inset 0 1px 0 #fff; @@ -16005,7 +16005,7 @@ div.filter-view div.row label { position: relative; z-index: 10; display: block; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; padding: 10px; } div.filter-view div.row label input { @@ -16020,8 +16020,8 @@ div.filter-view div.row label span { div.filter-view div.row div.row-content { padding: 10px; position: relative; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; border-top: none; } div.filter-view div.row div.row-content input[type='text'] { @@ -16130,7 +16130,7 @@ div.filter-view div.row:last-child label { border: none; } div.filter-view div.row:last-child div.row-content { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; border-bottom: none; } .date-filter .timezone { @@ -16574,8 +16574,8 @@ div.pagination div.position strong { position: relative; z-index: 30; text-shadow: none; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; box-shadow: none; height: auto; } @@ -16856,7 +16856,7 @@ div.transfer-view > div.detail-container span.footnote { div.transfer-view > div.detail-container .other_transfers { padding: 10px; margin: 10px; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; font-size: 12px; } div.transfer-view > div.detail-container div.section-wrap h4 { @@ -26561,7 +26561,7 @@ div.notice { font-size: 13px; line-height: 20px; border-radius: 4px; - background: #f1f1f1; + background: #fbfbfb; border: 1px solid #c8c8c8; -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff; -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff; @@ -27207,10 +27207,10 @@ div.items-list a:hover em.long-label:after { background-image: linear-gradient(0, hsla(0, 0%, 98%, 0), #f9f9f9); } div.items-list a:active { - background-color: #f5f5f5; + background-color: #f7f7f7; } div.items-list a:active em.long-label:after { - background-image: linear-gradient(0, hsla(0, 0%, 96%, 0), #f5f5f5); + background-image: linear-gradient(0, hsla(0, 0%, 96%, 0), #f7f7f7); } div.items-list a.deleted { text-decoration: line-through; @@ -46610,7 +46610,7 @@ div.coinbase-bitcoin-activate-view div.florida-notice.visible { } #login div#footer a strong, .page-wrapper div#footer a strong { - color: #3297d3; + color: #000000; font-weight: 700; } #login div#footer a span, @@ -46786,9 +46786,9 @@ html.placeholder #login p.remember label { width: 23px; } .code-puncher .code-minibox-group { - -ms-box-shadow: inset 0 9px 1px -8px #e6ebf1; - -o-box-shadow: inset 0 9px 1px -8px #e6ebf1; - box-shadow: inset 0 9px 1px -8px #e6ebf1; + -ms-box-shadow: inset 0 9px 1px -8px #fbfbfb; + -o-box-shadow: inset 0 9px 1px -8px #fbfbfb; + box-shadow: inset 0 9px 1px -8px #fbfbfb; border-radius: 5px; background-color: #fff; border: 1px solid #9d9d9d; @@ -47996,7 +47996,7 @@ div.ui-datepicker.bezeled td a:active { -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; - background-color: #f6f9fc; + background-color: #f7f7f7; border: 1px solid #adb2bb; border-top-color: #bfc3ca; color: #555; @@ -49563,7 +49563,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { .public_fixedDataTable_hasBottomBorder, .public_fixedDataTable_header, .public_fixedDataTable_main { - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTable_header .public_fixedDataTableCell_main { font-weight: 700; @@ -49575,7 +49575,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { } .public_fixedDataTable_footer .public_fixedDataTableCell_main { background-color: #f6f7f8; - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTable_topShadow { background: 0 0 @@ -49592,7 +49592,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { } .public_fixedDataTableCell_main { background-color: #fff; - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTableCell_highlighted { background-color: #f4f4f4; @@ -49614,7 +49614,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { background-color: #f6f7f8; } .public_fixedDataTableRow_fixedColumnsDivider { - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTableRow_columnsShadow { background: 0 0 diff --git a/admin-dashboard/public/assets/css/newdashboard.css b/admin-dashboard/public/assets/css/newdashboard.css index ac2638a3ef..a202c2899f 100644 --- a/admin-dashboard/public/assets/css/newdashboard.css +++ b/admin-dashboard/public/assets/css/newdashboard.css @@ -101,7 +101,7 @@ opacity: 1; } .db-Account:hover .db-Account-nickname { - color: #32325d; + color: #4c4c4c; } .db-Account-image, .db-Account-image-content, @@ -658,7 +658,7 @@ html.db-NewChrome body { } .db-Sidebar-link:hover { font-weight: 500; - color: #32325d; + color: #4c4c4c; text-decoration: none; } .db-Sidebar-link--popover { @@ -948,7 +948,7 @@ html.db-NewChrome body { left: -11px; } .db-ContentTabs-tab a:not(.db-is-selected):hover { - color: #32325d; + color: #4c4c4c; text-decoration: none; } .db-ContentTabs-tab .db-is-selected { @@ -981,7 +981,7 @@ html.db-NewChrome body { right: 81px; } .db-EventDetail-webhook .db-EventDetail-webhookJSON { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; font-size: 11px; line-height: 18px; padding: 4px 0 4px 8px; @@ -1107,7 +1107,7 @@ html.db-NewChrome body { width: 330px; } .db-Chrome .db-FeedbackInput-container { - background-color: #f6f9fc; + background-color: #f7f7f7; height: 30px; padding-top: 1px; } @@ -1321,7 +1321,7 @@ html.db-NewChrome body { } .db-FixedPopover { position: absolute; - background: #f6f9fc; + background: #f7f7f7; box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08); border-radius: 4px; @@ -1445,7 +1445,7 @@ html.db-NewChrome body { .db-LivemodeSwitcher.db-is-livemode:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label { font-weight: 500; - color: #32325d; + color: #4c4c4c; } .db-LivemodeSwitcher .db-LivemodeSwitcher-switch { display: inline-flex; @@ -1531,7 +1531,7 @@ html.db-NewChrome body { .db-MenuItem--notHighlighted:not(:last-child):after { content: ''; position: absolute; - background: #e6ebf1; + background: #fbfbfb; left: 8px; right: 0; bottom: 0; @@ -1652,7 +1652,7 @@ html.db-NewChrome body { background: #ecfaff; border-radius: 3px; height: 20px; - color: #3297d3; + color: #000000; font-weight: 500; padding: 0 6px; display: inline-block; @@ -1707,7 +1707,7 @@ html.db-NewChrome body { .db-SearchField--tokenizable .public-DraftStyleDefault-block { font-size: 14px; line-height: 20px; - color: #32325d; + color: #4c4c4c; margin-top: 3px; overflow: hidden; white-space: pre; @@ -1828,7 +1828,7 @@ html.db-NewChrome body { border-radius: 0; } .db-SearchResults.db-is-livemode .db-SearchResults-inner { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-SearchResults-info { min-height: 100px; @@ -1863,7 +1863,7 @@ html.db-NewChrome body { text-decoration: none; } .db-SearchResults-item.db-is-selected { - background: #f6f9fc; + background: #f7f7f7; color: #43458b; } .db-SearchResults-item:not(:last-child):not(.db-is-selected):after { @@ -2134,7 +2134,7 @@ html.db-NewChrome body { font-weight: 500; } .db-TransferDetail-transactionsFootnote { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 12px 20px; } .db-TransferDetail-retriedTransfer { @@ -2149,7 +2149,7 @@ html.db-NewChrome body { padding: 20px; } .db-TransferDetail-feeAmount { - color: #32325d; + color: #4c4c4c; font-weight: 300; } .db-PayoutDetail-header { @@ -2175,7 +2175,7 @@ html.db-NewChrome body { font-weight: 500; } .db-PayoutDetail-transactionsFootnote { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 12px 20px; } .db-PayoutDetail-retriedPayout { @@ -2190,7 +2190,7 @@ html.db-NewChrome body { padding: 20px; } .db-PayoutDetail-feeAmount { - color: #32325d; + color: #4c4c4c; font-weight: 300; } .db-PayoutDetail-noticeOutcome { @@ -2313,14 +2313,14 @@ html.db-NewChrome body { } .db-Reload-link { cursor: pointer; - color: #3297d3; + color: #000000; font-weight: 500; display: inline-block; text-decoration: underline; } .db-JsonDisplay { background-color: #fff; - color: #32325d; + color: #4c4c4c; font-size: 13px; line-height: 23px; height: auto; @@ -2334,7 +2334,7 @@ html.db-NewChrome body { padding-left: 70px; padding-right: 20px; font-family: Source Code Pro, Courier New, Courier, monospace; - color: #32325d; + color: #4c4c4c; } .db-JsonDisplay-line:first-child, .db-JsonDisplay-line:first-child:before { @@ -2369,7 +2369,7 @@ html.db-NewChrome body { } .db-JsonDisplay-boolean { font-weight: 600; - color: #3297d3; + color: #000000; } .db-JsonDisplay-null { color: #e39f48; @@ -2389,7 +2389,7 @@ html.db-NewChrome body { } .db-LineChart-lineChartContainer { position: relative; - background: #f6f9fc; + background: #f7f7f7; } .db-LineChart-lineChart { padding: 18px 48px; @@ -2469,7 +2469,7 @@ html.db-NewChrome body { right: 0; top: 0; height: 1px; - background: #e6ebf1; + background: #fbfbfb; } .db-LineChart-xLegend.db-animate-enter, .db-LineChart-xLegend.db-animate-leave.db-animate-leave-active, @@ -2505,8 +2505,8 @@ html.db-NewChrome body { } .db-MultiEmailInput .db-MultiEmailInput-email { border-radius: 100px; - background-color: #e6ebf1; - color: #32325d; + background-color: #fbfbfb; + color: #4c4c4c; padding: 4px 8px 5px; } .db-MultiEmailInput .public-DraftEditorPlaceholder-root { @@ -2520,7 +2520,7 @@ html.db-NewChrome body { flex-direction: row; justify-content: space-between; padding: 12px 20px; - box-shadow: inset 20px 0 0 #f6f9fc, inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #f7f7f7, inset 0 -1px 0 #fbfbfb; } .db-NotificationSettings:last-child { box-shadow: none; @@ -2644,7 +2644,7 @@ html.db-NewChrome body { justify-content: center; text-align: center; z-index: 12; - background: #e6ebf1; + background: #fbfbfb; border: 4px dashed #aab7c4; } .db-Copilot-container--collapsed { @@ -2669,7 +2669,7 @@ html.db-NewChrome body { } .db-Copilot-splashChoice { background: none; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; text-align: left; width: 100%; @@ -2681,7 +2681,7 @@ html.db-NewChrome body { width: 20px; height: 20px; border-radius: 50%; - background: #e6ebf1; + background: #fbfbfb; } .db-Copilot-container--prechatForm { padding: 0; @@ -2749,12 +2749,12 @@ html.db-NewChrome body { color: #68d4f8; } .db-Copilot-messageContainer--visitor .db-Copilot-messageLink:hover { - color: #f6f9fc; + color: #f7f7f7; } .db-Copilot-messageContainer--agent .db-Copilot-message { align-self: flex-start; color: #1f2d3d; - background-color: #e6ebf1; + background-color: #fbfbfb; } .db-Copilot-messageContainer--agent + .db-Copilot-messageContainer--visitor, .db-Copilot-messageContainer--visitor + .db-Copilot-messageContainer--agent { @@ -2798,7 +2798,7 @@ html.db-NewChrome body { z-index: 11; height: 25px; padding: 4px 7px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-Copilot-clearFile { flex-shrink: 0; @@ -3000,7 +3000,7 @@ html.db-NewChrome body { color: #000000; } .db-DateRangeInput.db-is-disabled { - background-color: #f6f9fc; + background-color: #f7f7f7; box-shadow: none; } .db-DateRangeInput.db-is-disabled:hover { @@ -3107,7 +3107,7 @@ html.db-NewChrome body { line-height: 36px; } .db-MoneyTransmission-receiptTableRow { - color: #32325d; + color: #4c4c4c; } .db-MoneyTransmission-receiptTable .db-MoneyTransmission-receiptTableDummyCell { border-bottom: 0; @@ -3118,7 +3118,7 @@ html.db-NewChrome body { white-space: nowrap; } .db-MoneyTransmission-disclosureContainer pre { - background-color: #f6f9fc; + background-color: #f7f7f7; display: inline-block; margin-top: 5px; padding: 5px 10px; @@ -3236,7 +3236,7 @@ html.db-NewChrome body { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5NiAxMC4wMDVhLjY5NS42OTUgMCAwIDAgLjQ5Ni0uMjAybDQuNTk2LTQuNTk2YS43MDQuNzA0IDAgMCAwLS4wMDctLjk5OC43MS43MSAwIDAgMC0xLS4wMDhMNi4yOTcgOC4yODggMi4yMDkgNC4yYS43MS43MSAwIDAgMC0uOTk4LjAwOC43MDQuNzA0IDAgMCAwLS4wMDcuOTk4bDQuNTk1IDQuNTk2YS42OTUuNjk1IDAgMCAwIC40OTcuMjAyeiIvPjwvc3ZnPg=='); } .db-Trends-content { - background-color: #f6f9fc; + background-color: #f7f7f7; min-height: 40px; position: relative; } @@ -3397,7 +3397,7 @@ html.db-NewChrome body { margin-left: 8px; } .db-Trend-colComparison { - color: #3297d3; + color: #000000; } .db-Trend-colChart { flex-basis: 50%; @@ -3493,7 +3493,7 @@ div.db-Trend-groupChart { .db-HomeWelcome-headerTitle { font-weight: 300; font-size: 28px; - color: #32325d; + color: #4c4c4c; line-height: 50px; margin: 0; } @@ -3517,8 +3517,8 @@ div.db-Trend-groupChart { color: #43458b; } .db-HomeWelcome-content { - border-top: 1px solid #e6ebf1; - background: #f6f9fc; + border-top: 1px solid #fbfbfb; + background: #f7f7f7; padding: 13px 30px; } .db-HomeWelcome-item { @@ -3603,10 +3603,10 @@ div.db-Trend-groupChart { } .db-HomeWelcome-link:hover { text-decoration: none; - color: #32325d; + color: #4c4c4c; } .db-HomeWelcome-link:hover strong { - color: #32325d; + color: #4c4c4c; } .db-Task { font-size: 14px; @@ -3635,13 +3635,13 @@ div.db-Trend-groupChart { position: relative; display: inline-block; white-space: nowrap; - color: #3297d3; + color: #000000; } .db-Task--info .db-Task-directive { color: inherit; } .db-Task-directive strong { - color: #3297d3; + color: #000000; } .db-Task--info .db-Task-directive strong { color: inherit; @@ -3653,7 +3653,7 @@ div.db-Trend-groupChart { transform: inherit; } .db-Task:hover .db-Task-directive { - color: #3297d3; + color: #000000; } .db-Task--info:hover .db-Task-directive { color: inherit; @@ -3673,7 +3673,7 @@ div.db-Trend-groupChart { .db-Tasks { position: relative; padding: 17px 20px; - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-HomeTasks-title { color: #000000; @@ -3796,7 +3796,7 @@ div.db-Trend-groupChart { .db-DailyComparison { -webkit-print-color-adjust: exact; background-color: transparent; - color: #32325d; + color: #4c4c4c; } .db-DailyComparison-chartToggle, .db-DailyComparison-compareToDateHandle { @@ -3844,8 +3844,8 @@ div.db-Trend-groupChart { 90deg, rgba(246, 249, 252, 0), rgba(246, 249, 252, 0) 25%, - #f6f9fc 40%, - #f6f9fc 42%, + #f7f7f7 40%, + #f7f7f7 42%, rgba(246, 249, 252, 0) 57% ); } @@ -3886,10 +3886,10 @@ div.db-Trend-groupChart { cursor: pointer; } .db-ListViewItem-header { - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-ListViewItem-cell { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-ListViewItem-cellContent .db-ListViewItem-text { white-space: inherit; @@ -3924,7 +3924,7 @@ div.db-Trend-groupChart { } .db-ListViewItem--hasLink:hover, .db-ListViewItem--hasLink:hover .db-ListViewItem-link .db-ListViewItem-text { - color: #32325d; + color: #4c4c4c; } .db-ListViewItem-link { text-decoration: none; @@ -3933,10 +3933,10 @@ div.db-Trend-groupChart { display: block; } .db-ListViewItem--hasLink:active { - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-ListViewItem-actionsSeparator { - background-color: #e6ebf1; + background-color: #fbfbfb; } .db-ListViewItem .db-ListViewItem-actions { max-height: 20px; @@ -3993,7 +3993,7 @@ div.db-Trend-groupChart { height: 872px; } .db-AnalyticsSection { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; } .db-ShieldSection-badge--animation-enter { @@ -4027,7 +4027,7 @@ div.db-Trend-groupChart { .db-UpgradeModal-heading { font-size: 40px; font-weight: 300; - color: #32325d; + color: #4c4c4c; margin-bottom: 4px; text-align: center; } @@ -4513,7 +4513,7 @@ div.db-Trend-groupChart { flex-grow: 1; } .db-BusinessSettings-warning { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-BusinessSettings-testDataSpinner, .db-PCICompliance-contentLoading { @@ -4543,7 +4543,7 @@ div.db-Trend-groupChart { margin-top: 20px; } .db-PCICompliance-survey { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding-left: 50px; padding-top: 20px; list-style-type: none; @@ -4621,8 +4621,8 @@ div.db-Trend-groupChart { display: table-row; line-height: 26px; align-items: center; - color: #32325d; - border-bottom: 1px solid #e6ebf1; + color: #4c4c4c; + border-bottom: 1px solid #fbfbfb; } .db-Role:last-child { border: none; @@ -4697,7 +4697,7 @@ div.db-Trend-groupChart { transform: translateZ(0); } .db-RoleEditor .bs-Table-head { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-RoleEditor .bs-Table-head .bs-Table-cell { color: #6b7c93; @@ -4731,7 +4731,7 @@ div.db-Trend-groupChart { } .db-RoleEditor-row--subRow, .db-RoleEditor-row--subRowDark { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-RoleEditor-row--subRow .db-RoleEditor-descriptionColumn, .db-RoleEditor-row--subRowDark .db-RoleEditor-descriptionColumn { @@ -4814,7 +4814,7 @@ div.db-Trend-groupChart { margin: 16px 20px; } .db-RoleRadioListLabel-popoverHeader { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; margin: 16px 0; padding: 0 20px; padding-bottom: 16px; @@ -4863,7 +4863,7 @@ div.db-Trend-groupChart { flex-direction: column; background-color: hsla(0, 0%, 100%, 0.55); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; align-items: center; justify-content: center; @@ -4953,7 +4953,7 @@ div.db-Trend-groupChart { .db-CustomizeEmailReceiptDesign-optionsCardIcon { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18); padding: 4px; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 50%; } .db-CustomizeEmailReceiptDesign-optionsCardIcon, @@ -5164,7 +5164,7 @@ div.db-Trend-groupChart { } .db-DeveloperChart-stack { height: 100%; - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-DeveloperChart--empty { height: 100%; @@ -5213,13 +5213,13 @@ div.db-Trend-groupChart { grid-auto-flow: row; } .db-Tiles-divider--bottomRight { - box-shadow: inset -1px -1px #e6ebf1; + box-shadow: inset -1px -1px #fbfbfb; } .db-Tiles-divider--bottom { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-Tiles-divider--right { - box-shadow: inset -1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb; } .db-RunkitEmbed iframe { position: relative; @@ -5272,7 +5272,7 @@ div.db-Trend-groupChart { box-sizing: border-box; transition: opacity 0.25s ease-in-out; opacity: 1; - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-SigmaIndex-container--loading { opacity: 0; @@ -5302,7 +5302,7 @@ div.db-Trend-groupChart { display: flex; justify-content: space-between; padding: 20px 20px 20px 13px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; position: relative; min-height: 79px; } @@ -5351,7 +5351,7 @@ div.db-Trend-groupChart { display: block; cursor: pointer; font-weight: 400; - color: #32325d; + color: #4c4c4c; font-size: 14px; line-height: 28px; margin-right: 24px; @@ -5360,7 +5360,7 @@ div.db-Trend-groupChart { color: #14aad9; } .db-SigmaSidebar-sectionFixedContent { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 8px 20px; } .db-SigmaSidebar-tabs { @@ -5371,7 +5371,7 @@ div.db-Trend-groupChart { display: block; cursor: pointer; font-weight: 400; - color: #32325d; + color: #4c4c4c; padding: 0 12px; font-size: 14px; line-height: 28px; @@ -5425,7 +5425,7 @@ div.db-Trend-groupChart { } .db-SigmaSidebar-footerDocsLink, .db-SigmaSidebar-footerFeedbackLink { - color: #32325d; + color: #4c4c4c; } .db-SigmaSidebar-footerDocsLink:hover, .db-SigmaSidebar-footerFeedbackLink:hover { @@ -5537,7 +5537,7 @@ div.db-Trend-groupChart { } .db-QueryEntry-row:last-child .db-QueryEntry-content { padding-bottom: 16px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-QueryEntry-spacer { width: 36px; @@ -5623,7 +5623,7 @@ div.db-Trend-groupChart { margin-bottom: 3px; } .db-QueryTemplates-query:hover .db-QueryTemplates-queryTitle { - color: #32325d; + color: #4c4c4c; } .db-QueryTemplates-query.bs-is-active .db-QueryTemplates-queryTitle { font-weight: 600; @@ -5766,7 +5766,7 @@ div.db-Trend-groupChart { padding: 0 20px; } .db-SchemaBrowser-tableName:hover { - color: #32325d; + color: #4c4c4c; } .db-SchemaBrowser-columnAnimationContainer { display: flex; @@ -5839,7 +5839,7 @@ div.db-Trend-groupChart { .db-SchemaBrowserColumn-name--pk, .db-SchemaBrowserColumn-type--fk, .db-SchemaBrowserColumn-type--pk { - color: #3297d3; + color: #000000; } .db-SchemaBrowserColumn.bs-is-active { background-color: #e3eaff; @@ -6081,10 +6081,10 @@ div.db-Trend-groupChart { } .CodeMirror-hint-active, .CodeMirror-hint:nth-child(2n).CodeMirror-hint-active { - background-color: #e6ebf1; + background-color: #fbfbfb; border-bottom-color: #0e74c3; border-top-color: #369ad9; - color: #32325d; + color: #4c4c4c; } .db-QueryEditor-hintContainer { padding: 5px 10px; @@ -6140,7 +6140,7 @@ div.db-Trend-groupChart { } .db-QueryTitleEditor-title { font-size: 20px; - color: #32325d; + color: #4c4c4c; } .db-QueryTitleEditor .bs-TextInput { flex: 1; @@ -6236,7 +6236,7 @@ div.db-Trend-groupChart { font-size: 13px; } .db-ResultsHeader:hover { - color: #32325d; + color: #4c4c4c; } .db-ResultsHeader-cell { display: flex; @@ -6272,8 +6272,8 @@ div.db-Trend-groupChart { 180deg, #fff, #fff 35px, - #e6ebf1 0, - #e6ebf1 36px, + #fbfbfb 0, + #fbfbfb 36px, #fff 0 ); } @@ -6342,7 +6342,7 @@ div.db-Trend-groupChart { background: none; } .db-ResultsTable .public_fixedDataTableRow_main.db-ResultsTable-table-row { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; font-size: 13px; } .db-ResultsTable .fixedDataTableCellLayout_columnResizerContainer { @@ -6358,7 +6358,7 @@ div.db-Trend-groupChart { .db-ResultsTable .fixedDataTableCellLayout_columnResizerKnob:after { content: ''; display: block; - background-color: #e6ebf1; + background-color: #fbfbfb; position: relative; width: 1px; margin: 6px auto; @@ -6421,7 +6421,7 @@ div.db-Trend-groupChart { } .db-ActivationModal-heading { font-size: 28px; - color: #32325d; + color: #4c4c4c; margin-bottom: 15px; font-weight: 700; margin-top: auto; @@ -6430,7 +6430,7 @@ div.db-Trend-groupChart { .db-ActivationModal-title { font-weight: 300; font-size: 34px; - color: #32325d; + color: #4c4c4c; line-height: 44px; margin-bottom: 10px; } @@ -6490,7 +6490,7 @@ div.db-Trend-groupChart { .db-IntroModal-heading { font-size: 40px; font-weight: 300; - color: #32325d; + color: #4c4c4c; margin-bottom: 4px; text-align: center; } @@ -6611,7 +6611,7 @@ div.db-Trend-groupChart { } .db-PricingSlider-totalsCostNumber, .db-PricingSlider-totalsTransactionsNumber { - color: #32325d; + color: #4c4c4c; font-size: 24px; font-weight: 500; } @@ -6621,7 +6621,7 @@ div.db-Trend-groupChart { padding-top: 10px; } .db-PricingSlider-processingEstimate { - color: #32325d; + color: #4c4c4c; } .db-PricingSlider-slider { height: 70px; @@ -6662,7 +6662,7 @@ div.db-Trend-groupChart { .db-PricingSlider-label { font-size: 14px; line-height: 22px; - color: #32325d; + color: #4c4c4c; position: relative; display: block; margin: auto; @@ -6700,7 +6700,7 @@ div.db-Trend-groupChart { display: block; width: 1px; height: 18px; - background-color: #32325d; + background-color: #4c4c4c; } .db-PricingSlider-rail { position: absolute; @@ -6792,7 +6792,7 @@ div.db-Trend-groupChart { } .db-SigmaUpgradeModal-header { font-size: 28px; - color: #32325d; + color: #4c4c4c; margin-bottom: 15px; } .db-SigmaUpgradeModal-subHeader { @@ -6807,13 +6807,13 @@ div.db-Trend-groupChart { } .db-SigmaUpgradeModal-subheading { font-size: 14px; - color: #32325d; + color: #4c4c4c; margin-bottom: 20px; } .db-SigmaUpgradeModal-divider { height: 2px; width: 100%; - background-color: #e6ebf1; + background-color: #fbfbfb; margin-bottom: 20px; } .db-SigmaUpgradeModal-question { @@ -6825,7 +6825,7 @@ div.db-Trend-groupChart { margin-bottom: 10px; } .db-SigmaUpgradeModal-answer { - color: #32325d; + color: #4c4c4c; margin-bottom: 10px; line-height: 22px; } @@ -6836,7 +6836,7 @@ div.db-Trend-groupChart { .db-SigmaUpgradeModal-footer { display: flex; flex-direction: row; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 20px; } .db-SigmaUpgradeModal-footerRow { @@ -6859,7 +6859,7 @@ div.db-Trend-groupChart { flex-grow: 1; } .db-SigmaUpgradeModal-notNowButton { - color: #32325d; + color: #4c4c4c; font-size: 16px; } .db-SigmaUpgradeModal-notNowButton:before { @@ -6891,7 +6891,7 @@ div.db-Trend-groupChart { font-size: 20px; } .db-SigmaUpgradeModal-usageNumber { - color: #32325d; + color: #4c4c4c; font-weight: 500; font-size: 24px; } @@ -6935,7 +6935,7 @@ div.db-Trend-groupChart { .db-StateChangedModal-header { font-size: 24px; margin-bottom: 10px; - color: #32325d; + color: #4c4c4c; } .db-StateChangedModal-content { background: #fff; @@ -6943,7 +6943,7 @@ div.db-Trend-groupChart { } .db-StateChangedModal-subheading { font-size: 14px; - color: #32325d; + color: #4c4c4c; margin-bottom: 20px; } .db-UnsavedChangesModal-doNotSaveButton { @@ -6959,7 +6959,7 @@ div.db-Trend-groupChart { color: #e04c4c; } .db-Banners { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-Banners-subscriptionActions { height: 45px; @@ -7026,7 +7026,7 @@ div.db-Trend-groupChart { } .db-MonthlyRepeatDayNumberTable-day.bs-is-selected, .db-MonthlyRepeatDayNumberTable-day:hover { - color: #f6f9fc; + color: #f7f7f7; } .db-MonthlyRepeatDayNumberTable-day:hover { background-color: #7795f8; @@ -7067,7 +7067,7 @@ div.db-Trend-groupChart { .db-ScheduledQueryTimeline-heading { font-size: 16px; font-weight: 500; - color: #32325d; + color: #4c4c4c; } .db-ScheduledQueryTimeline-row { padding: 12px 20px 12px 0; @@ -7109,11 +7109,11 @@ div.db-Trend-groupChart { flex-shrink: 1; } .db-Scheduler-footer { - background-color: #f6f9fc; + background-color: #f7f7f7; display: flex; flex-direction: column; padding: 10px 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; flex-shrink: 0; } .db-Scheduler-footerButtons { @@ -7215,9 +7215,9 @@ div.db-Trend-groupChart { .db-ResizeHandle { cursor: row-resize; flex: 0 0 5px; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; - border-top: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; + border-top: 1px solid #fbfbfb; z-index: 4; } .db-SigmaBigError, @@ -7232,7 +7232,7 @@ div.db-Trend-groupChart { } .db-SigmaBigError-line { height: 79px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-SigmaBigError-message { font-weight: 500; @@ -7245,8 +7245,8 @@ div.db-Trend-groupChart { margin-top: -4px; } .db-SigmaMarkdownText code { - background-color: #f6f9fc; - border: 1px solid #e6ebf1; + background-color: #f7f7f7; + border: 1px solid #fbfbfb; color: #8898aa; border-radius: 3px; } @@ -7265,7 +7265,7 @@ div.db-Trend-groupChart { padding-top: 2px; font-size: 13px; transition: all 0.5s; - background-color: #f6f9fc; + background-color: #f7f7f7; box-shadow: 0 0 0 0 rgba(50, 50, 93, 0.05), 0 15px 35px 0 rgba(50, 50, 93, 0.07), 0 5px 15px 0 rgba(0, 0, 0, 0.08); border-radius: 16px; @@ -7400,7 +7400,7 @@ div.db-Trend-groupChart { } @media print { .db-AnimatedValue { - color: #32325d !important; + color: #4c4c4c !important; } .db-AnimatedValue, .db-AnimatedValue-letter { @@ -7500,7 +7500,7 @@ div.db-Trend-groupChart { font-size: 36px; font-weight: 300; line-height: 46px; - color: #32325d; + color: #4c4c4c; } .db-DiscountAcceptanceModal-content { padding-top: 0; @@ -7516,7 +7516,7 @@ div.db-Trend-groupChart { margin-top: 4px; } .db-DiscountAcceptanceModal-tosLink { - color: #3297d3; + color: #000000; font-size: 14px; font-weight: 500; } @@ -7570,7 +7570,7 @@ div.db-Trend-groupChart { } .db-MentionEditor-mentionSuggestionsEntryFocused { padding: 7px 10px 3px; - color: #f6f9fc; + color: #f7f7f7; background-color: #14aad9; } .db-MentionEditor-mentionSuggestionsEntryContainer { @@ -7594,8 +7594,8 @@ div.db-Trend-groupChart { .db-MentionEditor-mentionSuggestions { background: #fff; border-radius: 5px; - border: 1px solid #e6ebf1; - box-shadow: 0 4px 30px 0 #e6ebf1; + border: 1px solid #fbfbfb; + box-shadow: 0 4px 30px 0 #fbfbfb; box-sizing: border-box; cursor: pointer; display: flex; @@ -7611,8 +7611,8 @@ div.db-Trend-groupChart { z-index: 5; } .db-MentionEditor-mentionSuggestions[data-help-text]:before { - background-color: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background-color: #f7f7f7; + border-bottom: 1px solid #fbfbfb; color: #8898aa; content: attr(data-help-text); cursor: auto; @@ -7727,7 +7727,7 @@ div.db-Trend-groupChart { padding: 0 5px; } .db-GroupChartHover-rowValue { - background: #f6f9fc; + background: #f7f7f7; font-size: 12px; line-height: 20px; color: #424770; @@ -7744,7 +7744,7 @@ div.db-Trend-groupChart { text-align: right; } .db-GroupChartHover-compareToValue { - color: #3297d3; + color: #000000; } .db-GroupChartHover-disputeWarningVal { color: #e25950; @@ -7883,11 +7883,11 @@ div.db-Trend-groupChart { stroke: #424770; } .db-Sparkline--color-gray .db-Sparkline-fill { - fill: #32325d; + fill: #4c4c4c; opacity: 0.15; } .db-Sparkline--color-gray .db-Sparkline-dot { - fill: #32325d; + fill: #4c4c4c; stroke: #fff; } .db-Sparkline--color-lightGray .db-Sparkline-main-line { @@ -8116,7 +8116,7 @@ html.db-NewChrome .bs-Cloud { background-color: #fff; } html.db-NewChrome .bs-Cloud > :last-child { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } html.db-NewChrome .DayPicker-container .DayPicker--horizontal, html.db-NewChrome .DayPicker-container .transition-container { @@ -8226,18 +8226,18 @@ html.db-NewChrome .DayPicker-container .CalendarMonth__day { margin-bottom: -1px; width: 40px; height: 40px; - border: 1px solid #e6ebf1; - background: #f6f9fc; + border: 1px solid #fbfbfb; + background: #f7f7f7; box-sizing: border-box; position: relative; } html.db-NewChrome .DayPicker-container .CalendarMonth__day:active { - background: #f6f9fc; + background: #f7f7f7; } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--valid:active { - background: #e6ebf1; + background: #fbfbfb; } html.db-NewChrome .DayPicker-container @@ -8347,8 +8347,8 @@ html.db-NewChrome .bs-FilterControl-flyout-contents { } html.db-NewChrome .bs-FilterControl-flyout-header { align-items: center; - background-color: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background-color: #f7f7f7; + border-bottom: 1px solid #fbfbfb; display: flex; flex-direction: row; justify-content: space-between; @@ -8378,7 +8378,7 @@ html.db-NewChrome color: #fff; } html.db-NewChrome .bs-FilterControl-item-label { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; color: #000000; display: block; font-size: 12px; @@ -8394,7 +8394,7 @@ html.db-NewChrome .bs-FilterControl-item-checkbox { margin-right: 8px; } html.db-NewChrome .bs-FilterControl-item-content { - background-color: #f6f9fc; + background-color: #f7f7f7; box-sizing: border-box; max-height: 0; overflow: hidden; @@ -8501,7 +8501,7 @@ html.db-NewChrome html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-content { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; max-height: 110px; padding: 10px; } @@ -8581,7 +8581,7 @@ html.db-NewChrome .bs-PageHeading-actions .bs-Button--new { } .db-ContentSection .bs-Tail--separated { padding: 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } html.db-NewChrome .bs-ContentSection .bs-Tail--short { padding-top: 10px; @@ -8825,7 +8825,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { background-color: #fdf9f6; border-top: 2px solid #f8e9db; padding: 15px 25px; - color: #32325d; + color: #4c4c4c; } .db-TopUpError-icon { padding-right: 30px; @@ -8977,10 +8977,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { cursor: pointer; } .db-PlanForm-billing-type-box { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; padding: 20px; - background-color: #f6f9fc; + background-color: #f7f7f7; margin-top: 20px; margin-bottom: 20px; flex-grow: 1; @@ -9351,7 +9351,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { .db-Notification h6 { display: block; margin: 0; - color: #32325d; + color: #4c4c4c; font-size: 14px; font-weight: 500; line-height: 20px; @@ -9367,7 +9367,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { margin-bottom: 0; } .db-Notification p strong { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .db-Notification p em { @@ -9419,7 +9419,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { height: 28px; } .db-Notifications-showMore { - background: #f6f9fc; + background: #f7f7f7; width: 100%; line-height: 20px; } @@ -9455,7 +9455,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { font-size: 10px; font-weight: 700; pointer-events: none; - border: 2px solid #e6ebf1; + border: 2px solid #fbfbfb; display: flex; align-items: center; justify-content: center; @@ -9789,7 +9789,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { overflow-y: hidden; } .db-World-scrollWrapper { - background-color: #e6ebf1; + background-color: #fbfbfb; height: 100%; min-width: 1024px; position: relative; @@ -9830,7 +9830,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { } .db-World-topContent--left, .db-World-topContent--right { - background: linear-gradient(#e6ebf1, rgba(230, 235, 241, 0)); + background: linear-gradient(#fbfbfb, rgba(230, 235, 241, 0)); bottom: -20px; height: 16px; position: absolute; @@ -10221,7 +10221,7 @@ html.db-Locale--notEnUS div.dispute-evidence-view .header .dispute-formMenu { opacity: 1; } .db-DevTools-header { - background-color: #f6f9fc; + background-color: #f7f7f7; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } @@ -10316,7 +10316,7 @@ html div.db-SurveyRequestNotice .Icon { } .db-CurrencyBlock--selected { box-shadow: inset 0 4px #14aad9; - color: #32325d; + color: #4c4c4c; } .db-CurrencyBlock:not(:first-child) { box-shadow: inset 1px 0 #cfd7df; @@ -10332,14 +10332,14 @@ html div.db-SurveyRequestNotice .Icon { } .db-CurrencyBlock:hover .db-CurrencyBlock-amount, .db-CurrencyBlock:hover .db-CurrencyBlock-currencyCode { - color: #32325d; + color: #4c4c4c; } .db-CurrencySelectorSection { - background: #f6f9fc; + background: #f7f7f7; } table { - border-color: #e6ebf1; + border-color: #fbfbfb; } .db-Icons-delete { diff --git a/admin-dashboard/public/assets/css/newdashobard2.css b/admin-dashboard/public/assets/css/newdashobard2.css index 7a9666ecfa..79b1013913 100644 --- a/admin-dashboard/public/assets/css/newdashobard2.css +++ b/admin-dashboard/public/assets/css/newdashobard2.css @@ -95,7 +95,7 @@ opacity:1 } .db-Account:hover .db-Account-nickname{ - color:#32325d + color:#4c4c4c } .db-Account-image,.db-Account-image-content,.db-Account-image:after,.db-Account-image:before{ width:30px; @@ -623,7 +623,7 @@ html.db-NewChrome body{ } .db-Sidebar-link:hover{ font-weight:500; - color:#32325d; + color:#4c4c4c; text-decoration:none } .db-Sidebar-link--popover{ @@ -895,7 +895,7 @@ html.db-NewChrome body{ left:-11px } .db-ContentTabs-tab a:not(.db-is-selected):hover{ - color:#32325d; + color:#4c4c4c; text-decoration:none } .db-ContentTabs-tab .db-is-selected{ @@ -928,7 +928,7 @@ html.db-NewChrome body{ right:81px } .db-EventDetail-webhook .db-EventDetail-webhookJSON{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; font-size:11px; line-height:18px; padding:4px 0 4px 8px; @@ -1049,7 +1049,7 @@ html.db-NewChrome body{ width:330px } .db-Chrome .db-FeedbackInput-container{ - background-color:#f6f9fc; + background-color:#f7f7f7; height:30px; padding-top:1px } @@ -1221,7 +1221,7 @@ html.db-NewChrome body{ } .db-FixedPopover{ position:absolute; - background:#f6f9fc; + background:#f7f7f7; box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08); border-radius:4px; transform-origin:393px -9px @@ -1334,7 +1334,7 @@ html.db-NewChrome body{ } .db-LivemodeSwitcher.db-is-disabled:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label,.db-LivemodeSwitcher.db-is-livemode:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label{ font-weight:500; - color:#32325d + color:#4c4c4c } .db-LivemodeSwitcher .db-LivemodeSwitcher-switch{ display:inline-flex; @@ -1419,7 +1419,7 @@ html.db-NewChrome body{ .db-MenuItem--notHighlighted:not(:last-child):after{ content:""; position:absolute; - background:#e6ebf1; + background:#fbfbfb; left:8px; right:0; bottom:0; @@ -1534,7 +1534,7 @@ html.db-NewChrome body{ background:#ecfaff; border-radius:3px; height:20px; - color:#3297d3; + color:#000000; font-weight:500; padding:0 6px; display:inline-block @@ -1587,7 +1587,7 @@ html.db-NewChrome body{ .db-SearchField--tokenizable .public-DraftStyleDefault-block{ font-size:14px; line-height:20px; - color:#32325d; + color:#4c4c4c; margin-top:3px; overflow:hidden; white-space:pre @@ -1691,7 +1691,7 @@ html.db-NewChrome body{ border-radius:0 } .db-SearchResults.db-is-livemode .db-SearchResults-inner{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-SearchResults-info{ min-height:100px; @@ -1725,7 +1725,7 @@ html.db-NewChrome body{ text-decoration:none } .db-SearchResults-item.db-is-selected{ - background:#f6f9fc; + background:#f7f7f7; color:#43458b } .db-SearchResults-item:not(:last-child):not(.db-is-selected):after{ @@ -1992,7 +1992,7 @@ html.db-NewChrome body{ font-weight:500 } .db-TransferDetail-transactionsFootnote{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:12px 20px } .db-TransferDetail-retriedTransfer{ @@ -2007,7 +2007,7 @@ html.db-NewChrome body{ padding:20px } .db-TransferDetail-feeAmount{ - color:#32325d; + color:#4c4c4c; font-weight:300 } .db-PayoutDetail-header{ @@ -2032,7 +2032,7 @@ html.db-NewChrome body{ font-weight:500 } .db-PayoutDetail-transactionsFootnote{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:12px 20px } .db-PayoutDetail-retriedPayout{ @@ -2047,7 +2047,7 @@ html.db-NewChrome body{ padding:20px } .db-PayoutDetail-feeAmount{ - color:#32325d; + color:#4c4c4c; font-weight:300 } .db-PayoutDetail-noticeOutcome{ @@ -2165,14 +2165,14 @@ html.db-NewChrome body{ } .db-Reload-link{ cursor:pointer; - color:#3297d3; + color:#000000; font-weight:500; display:inline-block; text-decoration:underline } .db-JsonDisplay{ background-color:#fff; - color:#32325d; + color:#4c4c4c; font-size:13px; line-height:23px; height:auto @@ -2186,7 +2186,7 @@ html.db-NewChrome body{ padding-left:70px; padding-right:20px; font-family:Source Code Pro,Courier New,Courier,monospace; - color:#32325d + color:#4c4c4c } .db-JsonDisplay-line:first-child,.db-JsonDisplay-line:first-child:before{ padding-top:8px @@ -2219,7 +2219,7 @@ html.db-NewChrome body{ } .db-JsonDisplay-boolean{ font-weight:600; - color:#3297d3 + color:#00000 } .db-JsonDisplay-null{ color:#e39f48 @@ -2239,7 +2239,7 @@ html.db-NewChrome body{ } .db-LineChart-lineChartContainer{ position:relative; - background:#f6f9fc + background:#f7f7f7 } .db-LineChart-lineChart{ padding:18px 48px; @@ -2319,7 +2319,7 @@ html.db-NewChrome body{ right:0; top:0; height:1px; - background:#e6ebf1 + background:#fbfbfb } .db-LineChart-xLegend.db-animate-enter,.db-LineChart-xLegend.db-animate-leave.db-animate-leave-active,.db-LineChart-yLegend.db-animate-enter,.db-LineChart-yLegend.db-animate-leave.db-animate-leave-active{ opacity:0 @@ -2345,8 +2345,8 @@ html.db-NewChrome body{ } .db-MultiEmailInput .db-MultiEmailInput-email{ border-radius:100px; - background-color:#e6ebf1; - color:#32325d; + background-color:#fbfbfb; + color:#4c4c4c; padding:2px 8px } .db-MultiEmailInput .public-DraftEditorPlaceholder-root{ @@ -2360,7 +2360,7 @@ html.db-NewChrome body{ flex-direction:row; justify-content:space-between; padding:12px 20px; - box-shadow:inset 20px 0 0 #f6f9fc,inset 0 -1px 0 #e6ebf1 + box-shadow:inset 20px 0 0 #f7f7f7,inset 0 -1px 0 #fbfbfb } .db-NotificationSettings:last-child{ box-shadow:none @@ -2484,7 +2484,7 @@ html.db-NewChrome body{ justify-content:center; text-align:center; z-index:12; - background:#e6ebf1; + background:#fbfbfb; border:4px dashed #aab7c4 } .db-Copilot-container--collapsed{ @@ -2622,7 +2622,7 @@ html.db-NewChrome body{ z-index:11; height:25px; padding:4px 7px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-Copilot-clearFile{ flex-shrink:0 @@ -2809,7 +2809,7 @@ html.db-NewChrome body{ color:#000000 } .db-DateRangeInput.db-is-disabled{ - background-color:#f6f9fc; + background-color:#f7f7f7; box-shadow:none } .db-DateRangeInput.db-is-disabled:hover{ @@ -2913,7 +2913,7 @@ html.db-NewChrome body{ line-height:36px } .db-MoneyTransmission-receiptTableRow{ - color:#32325d + color:#4c4c4c } .db-MoneyTransmission-receiptTable .db-MoneyTransmission-receiptTableDummyCell{ border-bottom:0; @@ -2924,7 +2924,7 @@ html.db-NewChrome body{ white-space:nowrap } .db-MoneyTransmission-disclosureContainer pre{ - background-color:#f6f9fc; + background-color:#f7f7f7; display:inline-block; margin-top:5px; padding:5px 10px @@ -3041,7 +3041,7 @@ html.db-NewChrome body{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5NiAxMC4wMDVhLjY5NS42OTUgMCAwIDAgLjQ5Ni0uMjAybDQuNTk2LTQuNTk2YS43MDQuNzA0IDAgMCAwLS4wMDctLjk5OC43MS43MSAwIDAgMC0xLS4wMDhMNi4yOTcgOC4yODggMi4yMDkgNC4yYS43MS43MSAwIDAgMC0uOTk4LjAwOC43MDQuNzA0IDAgMCAwLS4wMDcuOTk4bDQuNTk1IDQuNTk2YS42OTUuNjk1IDAgMCAwIC40OTcuMjAyeiIvPjwvc3ZnPg==") } .db-Trends-content{ - background-color:#f6f9fc; + background-color:#f7f7f7; min-height:40px; position:relative } @@ -3195,7 +3195,7 @@ html.db-NewChrome body{ margin-left:8px } .db-Trend-colComparison{ - color:#3297d3 + color:#00000 } .db-Trend-colChart{ flex-basis:50%; @@ -3290,7 +3290,7 @@ div.db-Trend-groupChart{ .db-HomeWelcome-headerTitle{ font-weight:300; font-size:28px; - color:#32325d; + color:#4c4c4c; line-height:50px; margin:0 } @@ -3314,8 +3314,8 @@ div.db-Trend-groupChart{ color:#43458b } .db-HomeWelcome-content{ - border-top:1px solid #e6ebf1; - background:#f6f9fc; + border-top:1px solid #fbfbfb; + background:#f7f7f7; padding:13px 30px } .db-HomeWelcome-item{ @@ -3399,10 +3399,10 @@ div.db-Trend-groupChart{ } .db-HomeWelcome-link:hover{ text-decoration:none; - color:#32325d + color:#4c4c4c } .db-HomeWelcome-link:hover strong{ - color:#32325d + color:#4c4c4c } .db-Task{ font-size:14px; @@ -3430,13 +3430,13 @@ div.db-Trend-groupChart{ position:relative; display:inline-block; white-space:nowrap; - color:#3297d3 + color:#00000 } .db-Task--info .db-Task-directive{ color:inherit } .db-Task-directive strong{ - color:#3297d3 + color:#00000 } .db-Task--info .db-Task-directive strong{ color:inherit @@ -3448,7 +3448,7 @@ div.db-Trend-groupChart{ transform:inherit } .db-Task:hover .db-Task-directive{ - color:#3297d3 + color:#00000 } .db-Task--info:hover .db-Task-directive{ color:inherit @@ -3468,7 +3468,7 @@ div.db-Trend-groupChart{ .db-Tasks{ position:relative; padding:17px 20px; - background-color:#f6f9fc + background-color:#f7f7f7 } .db-HomeTasks-title{ color:#000000; @@ -3590,7 +3590,7 @@ div.db-Trend-groupChart{ .db-DailyComparison{ -webkit-print-color-adjust:exact; background-color:transparent; - color:#32325d + color:#4c4c4c } .db-DailyComparison-chartToggle,.db-DailyComparison-compareToDateHandle{ display:none @@ -3623,7 +3623,7 @@ div.db-Trend-groupChart{ transition:opacity .2s ease-in-out } .db-LoadingBackground--colorSlate1{ - background-image:linear-gradient(90deg,rgba(246,249,252,0),rgba(246,249,252,0) 25%,#f6f9fc 40%,#f6f9fc 42%,rgba(246,249,252,0) 57%) + background-image:linear-gradient(90deg,rgba(246,249,252,0),rgba(246,249,252,0) 25%,#f7f7f7 40%,#f7f7f7 42%,rgba(246,249,252,0) 57%) } .db-LoadingBackground--size-large{ background-size:1000px 100%; @@ -3660,10 +3660,10 @@ div.db-Trend-groupChart{ cursor:pointer } .db-ListViewItem-header{ - background-color:#f6f9fc + background-color:#f7f7f7 } .db-ListViewItem-cell{ - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-ListViewItem-cellContent .db-ListViewItem-text{ white-space:inherit @@ -3695,7 +3695,7 @@ div.db-Trend-groupChart{ padding-right:20px } .db-ListViewItem--hasLink:hover,.db-ListViewItem--hasLink:hover .db-ListViewItem-link .db-ListViewItem-text{ - color:#32325d + color:#4c4c4c } .db-ListViewItem-link{ text-decoration:none; @@ -3722,10 +3722,10 @@ div.db-Trend-groupChart{ opacity:1 } .db-ListViewItem--hasLink:active,.db-ListViewItem-link--sortable:active{ - background-color:#f6f9fc + background-color:#f7f7f7 } .db-ListViewItem-actionsSeparator{ - background-color:#e6ebf1 + background-color:#fbfbfb } .db-ListViewItem .db-ListViewItem-actions{ max-height:20px; @@ -3782,7 +3782,7 @@ div.db-Trend-groupChart{ height:872px } .db-AnalyticsSection{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px } .db-ShieldSection-badge--animation-enter{ @@ -3815,7 +3815,7 @@ div.db-Trend-groupChart{ .db-UpgradeModal-heading{ font-size:40px; font-weight:300; - color:#32325d; + color:#4c4c4c; margin-bottom:4px; text-align:center } @@ -4255,7 +4255,7 @@ div.db-Trend-groupChart{ flex-grow:1 } .db-BusinessSettings-warning{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-BusinessSettings-testDataSpinner,.db-PCICompliance-contentLoading{ display:flex; @@ -4284,7 +4284,7 @@ div.db-Trend-groupChart{ margin-top:20px } .db-PCICompliance-survey{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding-left:50px; padding-top:20px; list-style-type:none @@ -4361,8 +4361,8 @@ div.db-Trend-groupChart{ display:table-row; line-height:26px; align-items:center; - color:#32325d; - border-bottom:1px solid #e6ebf1 + color:#4c4c4c; + border-bottom:1px solid #fbfbfb } .db-Role:last-child{ border:none; @@ -4436,7 +4436,7 @@ div.db-Trend-groupChart{ transform:translateZ(0) } .db-RoleEditor .bs-Table-head{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-RoleEditor .bs-Table-head .bs-Table-cell{ color:#6b7c93; @@ -4449,7 +4449,7 @@ div.db-Trend-groupChart{ background-color:#fff } .db-RoleEditor-row--subRow,.db-RoleEditor-row--subRowDark{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-RoleEditor-row--subRow .db-RoleEditor-descriptionColumn,.db-RoleEditor-row--subRowDark .db-RoleEditor-descriptionColumn{ padding-left:40px @@ -4528,7 +4528,7 @@ div.db-Trend-groupChart{ margin:16px 20px } .db-RoleRadioListLabel-popoverHeader{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; margin:16px 0; padding:0 20px; padding-bottom:16px @@ -4577,7 +4577,7 @@ div.db-Trend-groupChart{ flex-direction:column; background-color:hsla(0,0%,100%,.55); box-shadow:0 1px 2px rgba(0,0,0,.1); - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px; align-items:center; justify-content:center; @@ -4663,7 +4663,7 @@ div.db-Trend-groupChart{ .db-CustomizeEmailReceiptDesign-optionsCardIcon{ box-shadow:inset 0 1px 2px rgba(0,0,0,.18); padding:4px; - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:50% } .db-CustomizeEmailReceiptDesign-optionsCardIcon,.db-CustomizeEmailReceiptDesign-optionsCardIconInput{ @@ -4865,7 +4865,7 @@ div.db-Trend-groupChart{ } .db-DeveloperChart-stack{ height:100%; - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-DeveloperChart--empty{ height:100%; @@ -4913,13 +4913,13 @@ div.db-Trend-groupChart{ grid-auto-flow:row } .db-Tiles-divider--bottomRight{ - box-shadow:inset -1px -1px #e6ebf1 + box-shadow:inset -1px -1px #fbfbfb } .db-Tiles-divider--bottom{ - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-Tiles-divider--right{ - box-shadow:inset -1px 0 #e6ebf1 + box-shadow:inset -1px 0 #fbfbfb } .db-RunkitEmbed iframe{ position:relative; @@ -4963,7 +4963,7 @@ div.db-Trend-groupChart{ box-sizing:border-box; transition:opacity .25s ease-in-out; opacity:1; - background-color:#f6f9fc + background-color:#f7f7f7 } .db-SigmaIndex-container--loading{ opacity:0 @@ -4990,7 +4990,7 @@ div.db-Trend-groupChart{ display:flex; justify-content:space-between; padding:20px 20px 20px 13px; - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; position:relative; min-height:79px } @@ -5038,7 +5038,7 @@ div.db-Trend-groupChart{ display:block; cursor:pointer; font-weight:400; - color:#32325d; + color:#4c4c4c; font-size:14px; line-height:28px; margin-right:24px @@ -5047,7 +5047,7 @@ div.db-Trend-groupChart{ color:#14aad9 } .db-SigmaSidebar-sectionFixedContent{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:8px 20px } .db-SigmaSidebar-tabs{ @@ -5058,7 +5058,7 @@ div.db-Trend-groupChart{ display:block; cursor:pointer; font-weight:400; - color:#32325d; + color:#4c4c4c; padding:0 12px; font-size:14px; line-height:28px @@ -5106,7 +5106,7 @@ div.db-Trend-groupChart{ box-shadow:0 -2px 3px 0 rgba(106,124,148,.05),0 -1px 0 0 rgba(106,124,148,.1) } .db-SigmaSidebar-footerDocsLink,.db-SigmaSidebar-footerFeedbackLink{ - color:#32325d + color:#4c4c4c } .db-SigmaSidebar-footerDocsLink:hover,.db-SigmaSidebar-footerFeedbackLink:hover{ color:#14aad9 @@ -5216,7 +5216,7 @@ div.db-Trend-groupChart{ } .db-QueryEntry-row:last-child .db-QueryEntry-content{ padding-bottom:16px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-QueryEntry-spacer{ width:36px; @@ -5301,7 +5301,7 @@ div.db-Trend-groupChart{ margin-bottom:3px } .db-QueryTemplates-query:hover .db-QueryTemplates-queryTitle{ - color:#32325d + color:#4c4c4c } .db-QueryTemplates-query.bs-is-active .db-QueryTemplates-queryTitle{ font-weight:600 @@ -5443,7 +5443,7 @@ div.db-Trend-groupChart{ padding:0 20px } .db-SchemaBrowser-tableName:hover{ - color:#32325d + color:#4c4c4c } .db-SchemaBrowser-columnAnimationContainer{ display:flex; @@ -5511,7 +5511,7 @@ div.db-Trend-groupChart{ max-width:25% } .db-SchemaBrowserColumn--fk,.db-SchemaBrowserColumn--pk,.db-SchemaBrowserColumn-name--fk,.db-SchemaBrowserColumn-name--pk,.db-SchemaBrowserColumn-type--fk,.db-SchemaBrowserColumn-type--pk{ - color:#3297d3 + color:#00000 } .db-SchemaBrowserColumn.bs-is-active{ background-color:#e3eaff; @@ -5735,10 +5735,10 @@ div.db-Trend-groupChart{ background-color:#f7f9fa } .CodeMirror-hint-active,.CodeMirror-hint:nth-child(2n).CodeMirror-hint-active{ - background-color:#e6ebf1; + background-color:#fbfbfb; border-bottom-color:#0e74c3; border-top-color:#369ad9; - color:#32325d + color:#4c4c4c } .db-QueryEditor-hintContainer{ padding:5px 10px; @@ -5794,7 +5794,7 @@ div.db-Trend-groupChart{ } .db-QueryTitleEditor-title{ font-size:20px; - color:#32325d + color:#4c4c4c } .db-QueryTitleEditor .bs-TextInput{ flex:1 @@ -5887,7 +5887,7 @@ div.db-Trend-groupChart{ font-size:13px } .db-ResultsHeader:hover{ - color:#32325d + color:#4c4c4c } .db-ResultsHeader-cell{ display:flex; @@ -5918,7 +5918,7 @@ div.db-Trend-groupChart{ position:absolute } .db-ResultsTable--empty{ - background:repeating-linear-gradient(180deg,#fff,#fff 35px,#e6ebf1 0,#e6ebf1 36px,#fff 0) + background:repeating-linear-gradient(180deg,#fff,#fff 35px,#fbfbfb 0,#fbfbfb 36px,#fff 0) } .public_fixedDataTable_header .public_fixedDataTableCell_main,.public_fixedDataTableCell_cellContent{ font-family:Camphor,Segoe UI,Open Sans,sans-serif @@ -5967,7 +5967,7 @@ div.db-Trend-groupChart{ background:none } .db-ResultsTable .public_fixedDataTableRow_main.db-ResultsTable-table-row{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; font-size:13px } .db-ResultsTable .fixedDataTableCellLayout_columnResizerContainer{ @@ -5983,7 +5983,7 @@ div.db-Trend-groupChart{ .db-ResultsTable .fixedDataTableCellLayout_columnResizerKnob:after{ content:""; display:block; - background-color:#e6ebf1; + background-color:#fbfbfb; position:relative; width:1px; margin:6px auto; @@ -6044,7 +6044,7 @@ div.db-Trend-groupChart{ } .db-ActivationModal-heading{ font-size:28px; - color:#32325d; + color:#4c4c4c; margin-bottom:15px; font-weight:700; margin-top:auto; @@ -6053,7 +6053,7 @@ div.db-Trend-groupChart{ .db-ActivationModal-title{ font-weight:300; font-size:34px; - color:#32325d; + color:#4c4c4c; line-height:44px; margin-bottom:10px } @@ -6112,7 +6112,7 @@ div.db-Trend-groupChart{ .db-IntroModal-heading{ font-size:40px; font-weight:300; - color:#32325d; + color:#4c4c4c; margin-bottom:4px; text-align:center } @@ -6231,7 +6231,7 @@ div.db-Trend-groupChart{ padding-bottom:4px } .db-PricingSlider-totalsCostNumber,.db-PricingSlider-totalsTransactionsNumber{ - color:#32325d; + color:#4c4c4c; font-size:24px; font-weight:500 } @@ -6241,7 +6241,7 @@ div.db-Trend-groupChart{ padding-top:10px } .db-PricingSlider-processingEstimate{ - color:#32325d + color:#4c4c4c } .db-PricingSlider-slider{ height:70px; @@ -6280,7 +6280,7 @@ div.db-Trend-groupChart{ .db-PricingSlider-label{ font-size:14px; line-height:22px; - color:#32325d; + color:#4c4c4c; position:relative; display:block; margin:auto; @@ -6318,7 +6318,7 @@ div.db-Trend-groupChart{ display:block; width:1px; height:18px; - background-color:#32325d + background-color:#4c4c4c } .db-PricingSlider-rail{ position:absolute; @@ -6394,7 +6394,7 @@ div.db-Trend-groupChart{ } .db-SigmaUpgradeModal-header{ font-size:28px; - color:#32325d; + color:#4c4c4c; margin-bottom:15px } .db-SigmaUpgradeModal-subHeader{ @@ -6409,13 +6409,13 @@ div.db-Trend-groupChart{ } .db-SigmaUpgradeModal-subheading{ font-size:14px; - color:#32325d; + color:#4c4c4c; margin-bottom:20px } .db-SigmaUpgradeModal-divider{ height:2px; width:100%; - background-color:#e6ebf1; + background-color:#fbfbfb; margin-bottom:20px } .db-SigmaUpgradeModal-question{ @@ -6427,7 +6427,7 @@ div.db-Trend-groupChart{ margin-bottom:10px } .db-SigmaUpgradeModal-answer{ - color:#32325d; + color:#4c4c4c; margin-bottom:10px; line-height:22px } @@ -6438,7 +6438,7 @@ div.db-Trend-groupChart{ .db-SigmaUpgradeModal-footer{ display:flex; flex-direction:row; - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:20px } .db-SigmaUpgradeModal-footerRow{ @@ -6461,7 +6461,7 @@ div.db-Trend-groupChart{ flex-grow:1 } .db-SigmaUpgradeModal-notNowButton{ - color:#32325d; + color:#4c4c4c; font-size:16px } .db-SigmaUpgradeModal-notNowButton:before{ @@ -6493,7 +6493,7 @@ div.db-Trend-groupChart{ font-size:20px } .db-SigmaUpgradeModal-usageNumber{ - color:#32325d; + color:#4c4c4c; font-weight:500; font-size:24px } @@ -6537,7 +6537,7 @@ div.db-Trend-groupChart{ .db-StateChangedModal-header{ font-size:24px; margin-bottom:10px; - color:#32325d + color:#4c4c4c } .db-StateChangedModal-content{ background:#fff; @@ -6545,7 +6545,7 @@ div.db-Trend-groupChart{ } .db-StateChangedModal-subheading{ font-size:14px; - color:#32325d; + color:#4c4c4c; margin-bottom:20px } .db-UnsavedChangesModal-doNotSaveButton{ @@ -6561,7 +6561,7 @@ div.db-Trend-groupChart{ color:#e04c4c } .db-Banners{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-Banners-subscriptionActions{ height:45px; @@ -6627,7 +6627,7 @@ div.db-Trend-groupChart{ cursor:pointer } .db-MonthlyRepeatDayNumberTable-day.bs-is-selected,.db-MonthlyRepeatDayNumberTable-day:hover{ - color:#f6f9fc + color:#f7f7f7 } .db-MonthlyRepeatDayNumberTable-day:hover{ background-color:#7795f8 @@ -6668,7 +6668,7 @@ div.db-Trend-groupChart{ .db-ScheduledQueryTimeline-heading{ font-size:16px; font-weight:500; - color:#32325d + color:#4c4c4c } .db-ScheduledQueryTimeline-row{ padding:12px 20px 12px 0 @@ -6710,11 +6710,11 @@ div.db-Trend-groupChart{ flex-shrink:1 } .db-Scheduler-footer{ - background-color:#f6f9fc; + background-color:#f7f7f7; display:flex; flex-direction:column; padding:10px 20px; - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; flex-shrink:0 } .db-Scheduler-footerButtons{ @@ -6815,9 +6815,9 @@ div.db-Trend-groupChart{ .db-ResizeHandle{ cursor:row-resize; flex:0 0 5px; - background:#f6f9fc; - border-bottom:1px solid #e6ebf1; - border-top:1px solid #e6ebf1; + background:#f7f7f7; + border-bottom:1px solid #fbfbfb; + border-top:1px solid #fbfbfb; z-index:4 } .db-SigmaBigError,.db-SigmaBigError-content{ @@ -6831,7 +6831,7 @@ div.db-Trend-groupChart{ } .db-SigmaBigError-line{ height:79px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-SigmaBigError-message{ font-weight:500; @@ -6844,8 +6844,8 @@ div.db-Trend-groupChart{ margin-top:-4px } .db-SigmaMarkdownText code{ - background-color:#f6f9fc; - border:1px solid #e6ebf1; + background-color:#f7f7f7; + border:1px solid #fbfbfb; color:#8898aa; border-radius:3px } @@ -6863,7 +6863,7 @@ div.db-Trend-groupChart{ padding-top:2px; font-size:13px; transition:all .5s; - background-color:#f6f9fc; + background-color:#f7f7f7; box-shadow:0 0 0 0 rgba(50,50,93,.05),0 15px 35px 0 rgba(50,50,93,.07),0 5px 15px 0 rgba(0,0,0,.08); border-radius:16px; font-size:12px; @@ -6970,7 +6970,7 @@ div.db-Trend-groupChart{ } @media print{ .db-AnimatedValue{ - color:#32325d!important + color:#4c4c4c!important } .db-AnimatedValue,.db-AnimatedValue-letter{ background-color:transparent!important; @@ -7066,7 +7066,7 @@ div.db-Trend-groupChart{ font-size:36px; font-weight:300; line-height:46px; - color:#32325d + color:#4c4c4c } .db-DiscountAcceptanceModal-content{ padding-top:0; @@ -7082,7 +7082,7 @@ div.db-Trend-groupChart{ margin-top:4px } .db-DiscountAcceptanceModal-tosLink{ - color:#3297d3; + color:#000000; font-size:14px; font-weight:500 } @@ -7139,7 +7139,7 @@ div.db-Trend-groupChart{ } .db-MentionEditor-mentionSuggestionsEntryFocused{ padding:7px 10px 3px; - color:#f6f9fc; + color:#f7f7f7; background-color:#14aad9 } .db-MentionEditor-mentionSuggestionsEntryContainer{ @@ -7163,8 +7163,8 @@ div.db-Trend-groupChart{ .db-MentionEditor-mentionSuggestions{ background:#fff; border-radius:5px; - border:1px solid #e6ebf1; - box-shadow:0 4px 30px 0 #e6ebf1; + border:1px solid #fbfbfb; + box-shadow:0 4px 30px 0 #fbfbfb; box-sizing:border-box; cursor:pointer; display:flex; @@ -7180,8 +7180,8 @@ div.db-Trend-groupChart{ z-index:5 } .db-MentionEditor-mentionSuggestions[data-help-text]:before{ - background-color:#f6f9fc; - border-bottom:1px solid #e6ebf1; + background-color:#f7f7f7; + border-bottom:1px solid #fbfbfb; color:#8898aa; content:attr(data-help-text); cursor:auto; @@ -7291,7 +7291,7 @@ div.db-Trend-groupChart{ padding:0 5px } .db-GroupChartHover-rowValue{ - background:#f6f9fc; + background:#f7f7f7; font-size:12px; line-height:20px; color:#424770; @@ -7308,7 +7308,7 @@ div.db-Trend-groupChart{ text-align:right } .db-GroupChartHover-compareToValue{ - color:#3297d3 + color:#00000 } .db-GroupChartHover-disputeWarningVal{ color:#e25950 @@ -7444,11 +7444,11 @@ div.db-Trend-groupChart{ stroke:#424770 } .db-Sparkline--color-gray .db-Sparkline-fill{ - fill:#32325d; + fill:#4c4c4c; opacity:.15 } .db-Sparkline--color-gray .db-Sparkline-dot{ - fill:#32325d; + fill:#4c4c4c; stroke:#fff } .db-Sparkline--color-lightGray .db-Sparkline-main-line{ @@ -7672,7 +7672,7 @@ html.db-NewChrome .bs-Cloud{ background-color:#fff } html.db-NewChrome .bs-Cloud>:last-child{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } html.db-NewChrome .DayPicker-container .DayPicker--horizontal,html.db-NewChrome .DayPicker-container .transition-container{ width:300px!important @@ -7750,16 +7750,16 @@ html.db-NewChrome .DayPicker-container .CalendarMonth__day{ margin-bottom:-1px; width:40px; height:40px; - border:1px solid #e6ebf1; - background:#f6f9fc; + border:1px solid #fbfbfb; + background:#f7f7f7; box-sizing:border-box; position:relative } html.db-NewChrome .DayPicker-container .CalendarMonth__day:active{ - background:#f6f9fc + background:#f7f7f7 } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--valid:active{ - background:#e6ebf1 + background:#fbfbfb } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--outside:active{ background:#fff @@ -7839,8 +7839,8 @@ html.db-NewChrome .bs-FilterControl-flyout-contents{ } html.db-NewChrome .bs-FilterControl-flyout-header{ align-items:center; - background-color:#f6f9fc; - border-bottom:1px solid #e6ebf1; + background-color:#f7f7f7; + border-bottom:1px solid #fbfbfb; display:flex; flex-direction:row; justify-content:space-between; @@ -7867,7 +7867,7 @@ html.db-NewChrome .bs-FilterControl-flyout-header .bs-FilterControl-flyout-heade color:#fff } html.db-NewChrome .bs-FilterControl-item-label{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; color:#000000; display:block; font-size:12px; @@ -7881,7 +7881,7 @@ html.db-NewChrome .bs-FilterControl-item-checkbox{ margin-right:8px } html.db-NewChrome .bs-FilterControl-item-content{ - background-color:#f6f9fc; + background-color:#f7f7f7; box-sizing:border-box; max-height:0; overflow:hidden; @@ -7971,7 +7971,7 @@ html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-label{ border-bottom:0 } html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-content{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; max-height:110px; padding:10px } @@ -8043,7 +8043,7 @@ html.db-NewChrome .bs-PageHeading-actions .bs-Button--export,html.db-NewChrome . } .db-ContentSection .bs-Tail--separated{ padding:20px; - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } html.db-NewChrome .bs-ContentSection .bs-Tail--short{ padding-top:10px; @@ -8114,7 +8114,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ } .db-StatementTab--selected{ box-shadow:inset 0 4px #14aad9; - color:#32325d + color:#4c4c4c } .db-StatementTab:not(:first-child){ box-shadow:inset 1px 0 #cfd7df @@ -8129,7 +8129,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ box-shadow:inset 1px 0 #cfd7df,inset -1px 0 #cfd7df,inset 0 4px #14aad9 } .db-StatementTab:hover .db-StatementTab-text{ - color:#32325d + color:#4c4c4c } .db-EndOfDayBalanceIndex-date{ font-size:12px; @@ -8448,10 +8448,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ cursor:pointer } .db-PlanForm-billing-type-box{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px; padding:20px; - background-color:#f6f9fc; + background-color:#f7f7f7; margin-top:20px; margin-bottom:20px; flex-grow:1; @@ -8807,7 +8807,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ .db-Notification h1,.db-Notification h2,.db-Notification h3,.db-Notification h4,.db-Notification h5,.db-Notification h6{ display:block; margin:0; - color:#32325d; + color:#4c4c4c; font-size:14px; font-weight:500; line-height:20px @@ -8823,7 +8823,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ margin-bottom:0 } .db-Notification p strong{ - color:#32325d; + color:#4c4c4c; font-weight:500 } .db-Notification p em{ @@ -8852,7 +8852,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ height:28px } .db-Notifications-showMore{ - background:#f6f9fc; + background:#f7f7f7; width:100%; line-height:20px } @@ -8888,7 +8888,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ font-size:10px; font-weight:700; pointer-events:none; - border:2px solid #e6ebf1; + border:2px solid #fbfbfb; display:flex; align-items:center; justify-content:center; @@ -9219,7 +9219,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ overflow-y:hidden } .db-World-scrollWrapper{ - background-color:#e6ebf1; + background-color:#fbfbfb; height:100%; min-width:1024px; position:relative; @@ -9258,7 +9258,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ left:0 } .db-World-topContent--left,.db-World-topContent--right{ - background:linear-gradient(#e6ebf1,rgba(230,235,241,0)); + background:linear-gradient(#fbfbfb,rgba(230,235,241,0)); bottom:-20px; height:16px; position:absolute; @@ -9604,7 +9604,7 @@ html.db-Locale--notEnUS div.dispute-evidence-view .header .dispute-formMenu{ opacity:1 } .db-DevTools-header{ - background-color:#f6f9fc; + background-color:#f7f7f7; border-bottom-left-radius:0; border-bottom-right-radius:0 } @@ -9699,7 +9699,7 @@ html div.db-SurveyRequestNotice .Icon{ } .db-CurrencyBlock--selected{ box-shadow:inset 0 4px #14aad9; - color:#32325d + color:#4c4c4c } .db-CurrencyBlock:not(:first-child){ box-shadow:inset 1px 0 #cfd7df @@ -9714,8 +9714,8 @@ html div.db-SurveyRequestNotice .Icon{ box-shadow:inset 1px 0 #cfd7df,inset -1px 0 #cfd7df,inset 0 4px #14aad9 } .db-CurrencyBlock:hover .db-CurrencyBlock-amount,.db-CurrencyBlock:hover .db-CurrencyBlock-currencyCode{ - color:#32325d + color:#4c4c4c } .db-CurrencySelectorSection{ - background:#f6f9fc + background:#f7f7f7 } diff --git a/admin-dashboard/public/assets/css/sail.css b/admin-dashboard/public/assets/css/sail.css index 4f632d2343..b76d8ac199 100644 --- a/admin-dashboard/public/assets/css/sail.css +++ b/admin-dashboard/public/assets/css/sail.css @@ -121,16 +121,16 @@ background-color: #fff; } .Box-background--surface { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Box-background--offset { - background-color: #f6f9fc; + background-color: #f7f7f7; } .Box-background--slate { background-color: #6b7c93; } .Box-background--slate1 { - background-color: #32325d; + background-color: #4c4c4c; } .Box-background--slate2 { background-color: #424770; @@ -151,16 +151,16 @@ background-color: #cfd7df; } .Box-background--slate8 { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Box-background--slate9 { - background-color: #f6f9fc; + background-color: #f7f7f7; } .Box-background--blue { background-color: #14aad9; } .Box-background--blue1 { - background-color: #32325d; + background-color: #4c4c4c; } .Box-background--blue2 { background-color: #43458b; @@ -196,7 +196,7 @@ background-color: #f7f8fd; } .Box-background--cyan { - background-color: #3297d3; + background-color: #000000; } .Box-background--cyan1 { background-color: #07427a; @@ -208,7 +208,7 @@ background-color: #217ab7; } .Box-background--cyan4 { - background-color: #3297d3; + background-color: #000000; } .Box-background--cyan5 { background-color: #45b2e8; @@ -452,25 +452,25 @@ box-shadow: inset -1px -1px #cfd7df, inset 1px 1px #cfd7df; } .Box-divider--surface-top-1 { - box-shadow: inset 0 1px #e6ebf1; + box-shadow: inset 0 1px #fbfbfb; } .Box-divider--surface-bottom-1 { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .Box-divider--surface-left-1 { - box-shadow: inset 1px 0 #e6ebf1; + box-shadow: inset 1px 0 #fbfbfb; } .Box-divider--surface-right-1 { - box-shadow: inset -1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb; } .Box-divider--surface-vertical-1 { - box-shadow: inset 0 -1px #e6ebf1, inset 0 1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb, inset 0 1px #fbfbfb; } .Box-divider--surface-horizontal-1 { - box-shadow: inset -1px 0 #e6ebf1, inset 1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb, inset 1px 0 #fbfbfb; } .Box-divider--surface-all-1 { - box-shadow: inset -1px -1px #e6ebf1, inset 1px 1px #e6ebf1; + box-shadow: inset -1px -1px #fbfbfb, inset 1px 1px #fbfbfb; } .Box-divider--white-top-1 { box-shadow: inset 0 1px #fff; @@ -515,25 +515,25 @@ box-shadow: inset -2px -2px #cfd7df, inset 2px 2px #cfd7df; } .Box-divider--surface-top-2 { - box-shadow: inset 0 2px #e6ebf1; + box-shadow: inset 0 2px #fbfbfb; } .Box-divider--surface-bottom-2 { - box-shadow: inset 0 -2px #e6ebf1; + box-shadow: inset 0 -2px #fbfbfb; } .Box-divider--surface-left-2 { - box-shadow: inset 2px 0 #e6ebf1; + box-shadow: inset 2px 0 #fbfbfb; } .Box-divider--surface-right-2 { - box-shadow: inset -2px 0 #e6ebf1; + box-shadow: inset -2px 0 #fbfbfb; } .Box-divider--surface-vertical-2 { - box-shadow: inset 0 -2px #e6ebf1, inset 0 2px #e6ebf1; + box-shadow: inset 0 -2px #fbfbfb, inset 0 2px #fbfbfb; } .Box-divider--surface-horizontal-2 { - box-shadow: inset -2px 0 #e6ebf1, inset 2px 0 #e6ebf1; + box-shadow: inset -2px 0 #fbfbfb, inset 2px 0 #fbfbfb; } .Box-divider--surface-all-2 { - box-shadow: inset -2px -2px #e6ebf1, inset 2px 2px #e6ebf1; + box-shadow: inset -2px -2px #fbfbfb, inset 2px 2px #fbfbfb; } .Box-divider--white-top-2 { box-shadow: inset 0 2px #fff; @@ -1279,7 +1279,7 @@ color: #fff; } .Text-color--dark { - color: #32325d; + color: #4c4c4c; } .Text-color--default { color: #000000; @@ -1300,7 +1300,7 @@ color: #000000; } .Text-color--cyan { - color: #3297d3; + color: #000000; } .Text-color--gray { color: #6b7c93; @@ -1422,7 +1422,7 @@ pointer-events: none; } .Button:hover { - color: #32325d; + color: #4c4c4c; } .Button-fill { border-radius: 4px; @@ -1533,12 +1533,12 @@ .ButtonLink:active .ButtonLink-label, .ButtonLink:focus .ButtonLink-label, .ButtonLink:hover .ButtonLink-label { - color: #32325d; + color: #4c4c4c; } .ButtonLink:active .ActionIcon svg, .ButtonLink:focus .ActionIcon svg, .ButtonLink:hover .ActionIcon svg { - fill: #32325d; + fill: #4c4c4c; } .Checkbox { position: relative; @@ -1624,7 +1624,7 @@ } .SearchableSelect-input { border: 1px solid #f4f4f4; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; border-radius: 4px 4px 0 0; border-width: 1px 0; padding: 8px; @@ -1647,7 +1647,7 @@ padding: 8px; } .SearchableSelect-item--highlighted { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Switch { display: -webkit-box; @@ -1747,7 +1747,7 @@ color: inherit; } .ActionIcon--color--cyan { - color: #3297d3; + color: #000000; } .ActionIcon--color--slate { color: #000000; @@ -1789,7 +1789,7 @@ .Badge.Is--hovered .Badge-text, .BadgeParent:hover .Badge, .BadgeParent:hover .Badge-text { - color: #32325d; + color: #4c4c4c; } .Badge.Is--disabled { box-shadow: inset 0 0 0 1px rgba(136, 152, 170, 0.2); @@ -4082,7 +4082,7 @@ color: #fff; } .ChartIcon--color--slate1 { - color: #32325d; + color: #4c4c4c; } .ChartIcon--color--slate2 { color: #424770; @@ -4103,16 +4103,16 @@ color: #cfd7df; } .ChartIcon--color--slate8 { - color: #e6ebf1; + color: #fbfbfb; } .ChartIcon--color--slate9 { - color: #f6f9fc; + color: #f7f7f7; } .ChartIcon--color--blue { color: #14aad9; } .ChartIcon--color--blue1 { - color: #32325d; + color: #4c4c4c; } .ChartIcon--color--blue2 { color: #43458b; @@ -4139,7 +4139,7 @@ color: #ecfaff; } .ChartIcon--color--cyan { - color: #3297d3; + color: #000000; } .ChartIcon--color--cyan1 { color: #07427a; @@ -4151,7 +4151,7 @@ color: #217ab7; } .ChartIcon--color--cyan4 { - color: #3297d3; + color: #000000; } .ChartIcon--color--cyan5 { color: #45b2e8; @@ -4461,7 +4461,7 @@ } .Tag.Is--hovered .Tag-text, .TagParent:hover .Tag-text { - color: #32325d; + color: #4c4c4c; } .ContentHeader-center { -webkit-box-flex: 1; @@ -4476,7 +4476,7 @@ opacity: 0.5; } .DataTable-cell { - box-shadow: inset 0 -1px 0 0 #e6ebf1; + box-shadow: inset 0 -1px 0 0 #fbfbfb; } .DataTable-row:last-child .DataTable-cell { box-shadow: none; @@ -4488,8 +4488,8 @@ padding-right: 12px; } .DataTable-head .DataTable-row .DataTable-cell { - background-color: #f6f9fc; - box-shadow: inset 0 -1px 0 0 #e6ebf1; + background-color: #f7f7f7; + box-shadow: inset 0 -1px 0 0 #fbfbfb; } .EmptyState { text-align: center; @@ -4501,11 +4501,11 @@ cursor: pointer; } .IndentedListItem .IndentedListItem-area { - box-shadow: inset 20px 0 0 #fff, inset -20px 0 0 #fff, inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #fff, inset -20px 0 0 #fff, inset 0 -1px 0 #fbfbfb; } .IndentedListItem--background--offset .IndentedListItem-area { - box-shadow: inset 20px 0 0 #f6f9fc, inset -20px 0 0 #f6f9fc, - inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #f7f7f7, inset -20px 0 0 #f7f7f7, + inset 0 -1px 0 #fbfbfb; } .IndentedListItem:first-child .IndentedListItem-area { border-top-left-radius: 4px; @@ -4856,7 +4856,7 @@ position: absolute; top: 0; width: 2px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .Promotion-tail:first-child { border-top-left-radius: 4px; @@ -4895,7 +4895,7 @@ pointer-events: none; } .Steps-item:hover .Steps-itemLabel { - color: #32325d; + color: #4c4c4c; } .Steps-item--onClick { background: transparent; diff --git a/admin-dashboard/src/components/basic/BeforeLoad.js b/admin-dashboard/src/components/basic/BeforeLoad.js index 5ff7a2df61..831b8fce11 100644 --- a/admin-dashboard/src/components/basic/BeforeLoad.js +++ b/admin-dashboard/src/components/basic/BeforeLoad.js @@ -22,7 +22,7 @@ class BeforeLoad extends React.Component { render() { if (this.isAuthenticated && this.redirect) { return ( -
+
Redirecting please wait...
) diff --git a/admin-dashboard/src/components/basic/ErrorBoundary.js b/admin-dashboard/src/components/basic/ErrorBoundary.js index a1b2173928..0e2cc7cc33 100644 --- a/admin-dashboard/src/components/basic/ErrorBoundary.js +++ b/admin-dashboard/src/components/basic/ErrorBoundary.js @@ -24,7 +24,7 @@ class ErrorBoundary extends Component{ if(this.state.hasError) { return( -
+
An unexpected error has occured. Please reload the page to continue
) diff --git a/admin-dashboard/src/components/basic/Loader.js b/admin-dashboard/src/components/basic/Loader.js index a4e983d3dd..3a0f5a6c61 100644 --- a/admin-dashboard/src/components/basic/Loader.js +++ b/admin-dashboard/src/components/basic/Loader.js @@ -13,11 +13,11 @@ export const FormLoader = () => (
(
); +export const ListLoader = () => (
); ListLoader.displayName = 'ListLoader' -export const TeamListLoader = () => (
); +export const TeamListLoader = () => (
); TeamListLoader.displayName = 'TeamListLoader' diff --git a/api-docs/assets/css/app.css b/api-docs/assets/css/app.css index dba49a4336..333f767055 100755 --- a/api-docs/assets/css/app.css +++ b/api-docs/assets/css/app.css @@ -1143,7 +1143,7 @@ body { margin-top: 2em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; - background-color: #fdfdfd; } + background-color: #f7f7f7; } .content h1:first-child, .content div:first-child + h1 { border-top-width: 0; diff --git a/api-docs/assets/css/site.css b/api-docs/assets/css/site.css index 34f575dc5e..aab3e7ca2a 100755 --- a/api-docs/assets/css/site.css +++ b/api-docs/assets/css/site.css @@ -234,7 +234,7 @@ div.navigation div.signin span { font-weight: bold; color: #333; text-shadow: 0 1px 0 #fff; - background: #f6f9fc; + background: #f7f7f7; background: transparent; background: -webkit-linear-gradient(white,#eff1f4); background: -moz-linear-gradient(white,#eff1f4); @@ -1274,7 +1274,7 @@ a.button.grey span,button.button.grey span,strong.button.grey span,div.button.gr display: block; color: #333; text-shadow: 0 1px 0 #fff; - background: #f6f9fc; + background: #f7f7f7; background: transparent; background: -webkit-linear-gradient(#f7f8fa,#eff1f4); background: -moz-linear-gradient(#f7f8fa,#eff1f4); diff --git a/api-docs/assets/scss/screen.css.scss b/api-docs/assets/scss/screen.css.scss index 37b6017b9e..866c1941c8 100755 --- a/api-docs/assets/scss/screen.css.scss +++ b/api-docs/assets/scss/screen.css.scss @@ -306,7 +306,7 @@ body { margin-top: 2em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; - background-color: #fdfdfd; + background-color: #f7f7f7; } h1:first-child, diff --git a/backend/backend/config/emailTemplate.js b/backend/backend/config/emailTemplate.js index eea0ebaa38..db3d8f5193 100755 --- a/backend/backend/config/emailTemplate.js +++ b/backend/backend/config/emailTemplate.js @@ -248,7 +248,7 @@ span.st-Delink.st-Delink--footer a { @@ -268,7 +268,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -443,7 +443,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -745,7 +745,7 @@ body[override] table.st-Button td.st-Button-area span.st-Button-internal{ @@ -765,7 +765,7 @@ body[override] table.st-Button td.st-Button-area span.st-Button-internal{
- +
@@ -940,7 +940,7 @@ body[override] table.st-Button td.st-Button-area span.st-Button-internal{
- +
@@ -1242,7 +1242,7 @@ body[override] table.st-Button td.st-Button-area span.st-Button-internal{ @@ -1262,7 +1262,7 @@ body[override] table.st-Button td.st-Button-area span.st-Button-internal{
- +
@@ -1422,7 +1422,7 @@ body[override] table.st-Button td.st-Button-area span.st-Button-internal{
- +
diff --git a/backend/test/utils/mail.js b/backend/test/utils/mail.js index 15f45c971d..5c7c4cb68f 100755 --- a/backend/test/utils/mail.js +++ b/backend/test/utils/mail.js @@ -14,9 +14,9 @@ function openBox(cb) { var signUpEmailContent = 'WELCOME TO FYIPE\nHi John,\n\n I\'m Nawaz and I\'m the founder of Fyipe. I can\'t thank you enough for signing\nup. \n\nIf you need any help using Fyipe, Please Send us an email at support@fyipe.com\nand let me know.\n\nThanks, have a great day.\n\nFyipe Team'; -var feedbackEmailContent = ' Fyipe [https://www.dropbox.com/s/bjp7o79pv4l63za/Fyipe-Logo.png?dl=0&raw=1]\n[http://localhost:1444] THANK YOU FOR YOUR FEEDBACK\nHi John, Thank you for your feedback. We’ll get back to you as soon as we can. \nHave a great day. Fyipe Team. © 2019 Fyipe Inc.'; +var feedbackEmailContent = ' Fyipe [https://www.dropbox.com/s/dwawm02f1toxnm8/Fyipe-Icon.png?dl=0&raw=1]\n[http://localhost:1444] THANK YOU FOR YOUR FEEDBACK\nHi John, Thank you for your feedback. We’ll get back to you as soon as we can. \nHave a great day. Fyipe Team. © 2019 Fyipe Inc.'; -var leadEmailContent = ' Fyipe [https://www.dropbox.com/s/bjp7o79pv4l63za/Fyipe-Logo.png?dl=0&raw=1] \nTHANK YOU FOR YOUR DEMO REQUEST.\nI am Nawaz and I\'m your account executive and excited to give you a demo. \nSchedule a call [https://calendly.com/nawazdhandala/call] If you need any help,\nSend us an email at support@fyipe.com [support@fyipe.com] and I\'ll be there to\nhelp. Thanks, have a great day. Nawaz Dhandala Account Executive Fyipe © 2019\nFyipe Inc.'; +var leadEmailContent = ' Fyipe [https://www.dropbox.com/s/dwawm02f1toxnm8/Fyipe-Icon.png?dl=0&raw=1] \nTHANK YOU FOR YOUR DEMO REQUEST.\nI am Nawaz and I\'m your account executive and excited to give you a demo. \nSchedule a call [https://calendly.com/nawazdhandala/call] If you need any help,\nSend us an email at support@fyipe.com [support@fyipe.com] and I\'ll be there to\nhelp. Thanks, have a great day. Nawaz Dhandala Account Executive Fyipe © 2019\nFyipe Inc.'; module.exports = { imap, diff --git a/backend/views/email/change_role.hbs b/backend/views/email/change_role.hbs index d6e19a5a4a..a3992e0408 100755 --- a/backend/views/email/change_role.hbs +++ b/backend/views/email/change_role.hbs @@ -241,7 +241,7 @@ span.st-Delink.st-Delink--footer a { @@ -261,7 +261,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -434,7 +434,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/changed_subscription_plan.hbs b/backend/views/email/changed_subscription_plan.hbs index df6b4c940c..d60915b5cf 100755 --- a/backend/views/email/changed_subscription_plan.hbs +++ b/backend/views/email/changed_subscription_plan.hbs @@ -243,7 +243,7 @@ span.st-Delink.st-Delink--footer a { @@ -263,7 +263,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -484,7 +484,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/create_project.hbs b/backend/views/email/create_project.hbs index 378a9a55fe..dddf1708c2 100755 --- a/backend/views/email/create_project.hbs +++ b/backend/views/email/create_project.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -459,7 +459,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/create_subproject.hbs b/backend/views/email/create_subproject.hbs index 159d186929..16f5982ea5 100755 --- a/backend/views/email/create_subproject.hbs +++ b/backend/views/email/create_subproject.hbs @@ -243,7 +243,7 @@ span.st-Delink.st-Delink--footer a { @@ -263,7 +263,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -460,7 +460,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/enterprise_upgrade.hbs b/backend/views/email/enterprise_upgrade.hbs index 7b4be9dd8a..ed0d6ac746 100755 --- a/backend/views/email/enterprise_upgrade.hbs +++ b/backend/views/email/enterprise_upgrade.hbs @@ -237,7 +237,7 @@ span.st-Delink.st-Delink--footer a { @@ -257,7 +257,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -396,7 +396,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/existing_user_added_to_project_body.hbs b/backend/views/email/existing_user_added_to_project_body.hbs index 5643392ed1..3cb465eb20 100755 --- a/backend/views/email/existing_user_added_to_project_body.hbs +++ b/backend/views/email/existing_user_added_to_project_body.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -435,7 +435,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/existing_user_added_to_subproject_body.hbs b/backend/views/email/existing_user_added_to_subproject_body.hbs index b8d5cd2ff2..cf30b75491 100755 --- a/backend/views/email/existing_user_added_to_subproject_body.hbs +++ b/backend/views/email/existing_user_added_to_subproject_body.hbs @@ -241,7 +241,7 @@ span.st-Delink.st-Delink--footer a { @@ -261,7 +261,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -434,7 +434,7 @@ This sub-project is currently visible on your Dashboard.
- +
diff --git a/backend/views/email/existing_viewer_added_to_project_body.hbs b/backend/views/email/existing_viewer_added_to_project_body.hbs index f061a99c55..8aa7ccc2cd 100755 --- a/backend/views/email/existing_viewer_added_to_project_body.hbs +++ b/backend/views/email/existing_viewer_added_to_project_body.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -401,7 +401,7 @@ When private statuspages are created you'll be able to view them.
- +
diff --git a/backend/views/email/feedback_response.hbs b/backend/views/email/feedback_response.hbs index a4f3e2de6e..44226d98c7 100755 --- a/backend/views/email/feedback_response.hbs +++ b/backend/views/email/feedback_response.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -397,7 +397,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/forgot_password_body.hbs b/backend/views/email/forgot_password_body.hbs index 4071845d01..28f4a2e692 100755 --- a/backend/views/email/forgot_password_body.hbs +++ b/backend/views/email/forgot_password_body.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -435,7 +435,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/lead_to_fyipe_team.hbs b/backend/views/email/lead_to_fyipe_team.hbs index 3f84c74030..202c23fbe7 100755 --- a/backend/views/email/lead_to_fyipe_team.hbs +++ b/backend/views/email/lead_to_fyipe_team.hbs @@ -243,7 +243,7 @@ span.st-Delink.st-Delink--footer a { @@ -263,7 +263,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -312,7 +312,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/new_incident_created.hbs b/backend/views/email/new_incident_created.hbs index deca9cefd2..b4a8baf23e 100755 --- a/backend/views/email/new_incident_created.hbs +++ b/backend/views/email/new_incident_created.hbs @@ -267,7 +267,7 @@ span.st-Delink.st-Delink--footer a { @@ -287,7 +287,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -477,7 +477,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/new_user_added_to_project_body.hbs b/backend/views/email/new_user_added_to_project_body.hbs index 79c248acbf..67682cf893 100755 --- a/backend/views/email/new_user_added_to_project_body.hbs +++ b/backend/views/email/new_user_added_to_project_body.hbs @@ -241,7 +241,7 @@ span.st-Delink.st-Delink--footer a { @@ -261,7 +261,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -434,7 +434,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/new_viewer_added_to_project.hbs b/backend/views/email/new_viewer_added_to_project.hbs index 6d768e2154..d7bb171ce7 100755 --- a/backend/views/email/new_viewer_added_to_project.hbs +++ b/backend/views/email/new_viewer_added_to_project.hbs @@ -243,7 +243,7 @@ span.st-Delink.st-Delink--footer a { @@ -263,7 +263,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -436,7 +436,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/removed_from_project.hbs b/backend/views/email/removed_from_project.hbs index 9ff86aa885..527b7f04d4 100755 --- a/backend/views/email/removed_from_project.hbs +++ b/backend/views/email/removed_from_project.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -435,7 +435,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/removed_from_subproject.hbs b/backend/views/email/removed_from_subproject.hbs index d6402ccfa0..f5943d64cb 100755 --- a/backend/views/email/removed_from_subproject.hbs +++ b/backend/views/email/removed_from_subproject.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -435,7 +435,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/request_delete_fyipe.hbs b/backend/views/email/request_delete_fyipe.hbs index 5e53c49403..c054feb691 100755 --- a/backend/views/email/request_delete_fyipe.hbs +++ b/backend/views/email/request_delete_fyipe.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -544,7 +544,7 @@ Request for project removal was made for {{projectName}}, please attend t
- +
diff --git a/backend/views/email/request_delete_user.hbs b/backend/views/email/request_delete_user.hbs index 64d1bdda39..01a9ee6458 100755 --- a/backend/views/email/request_delete_user.hbs +++ b/backend/views/email/request_delete_user.hbs @@ -241,7 +241,7 @@ span.st-Delink.st-Delink--footer a { @@ -261,7 +261,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -615,7 +615,7 @@ Dear {{userName}}
- +
diff --git a/backend/views/email/request_demo_body.hbs b/backend/views/email/request_demo_body.hbs index b743ccfac4..a7b37f17fa 100755 --- a/backend/views/email/request_demo_body.hbs +++ b/backend/views/email/request_demo_body.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -482,7 +482,7 @@ I am Nawaz and I'm your account executive and excited to give you a demo.
- +
diff --git a/backend/views/email/reset_password_body.hbs b/backend/views/email/reset_password_body.hbs index e43c536ee5..94b1e3a2c9 100755 --- a/backend/views/email/reset_password_body.hbs +++ b/backend/views/email/reset_password_body.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -434,7 +434,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/send_verification_email.hbs b/backend/views/email/send_verification_email.hbs index 87031270d2..f771fea4c4 100755 --- a/backend/views/email/send_verification_email.hbs +++ b/backend/views/email/send_verification_email.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -458,7 +458,7 @@ Hi {{name}}
- +
diff --git a/backend/views/email/sign_up_body.hbs b/backend/views/email/sign_up_body.hbs index 6480a7b9de..c204924e43 100755 --- a/backend/views/email/sign_up_body.hbs +++ b/backend/views/email/sign_up_body.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -459,7 +459,7 @@ span.st-Delink.st-Delink--footer a {
- +
diff --git a/backend/views/email/smtp_test.hbs b/backend/views/email/smtp_test.hbs index db25d56804..8016c415db 100755 --- a/backend/views/email/smtp_test.hbs +++ b/backend/views/email/smtp_test.hbs @@ -241,7 +241,7 @@ span.st-Delink.st-Delink--footer a { @@ -261,7 +261,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -423,7 +423,7 @@ Hi {{name}}
- +
diff --git a/backend/views/email/subscription_payment_failed.hbs b/backend/views/email/subscription_payment_failed.hbs index 391d77e9f9..f1c3a77511 100755 --- a/backend/views/email/subscription_payment_failed.hbs +++ b/backend/views/email/subscription_payment_failed.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -511,7 +511,7 @@ Hi {{name}},
- +
diff --git a/backend/views/email/whitepaper_body.hbs b/backend/views/email/whitepaper_body.hbs index e3139d1ff2..b6c3f66dc7 100755 --- a/backend/views/email/whitepaper_body.hbs +++ b/backend/views/email/whitepaper_body.hbs @@ -242,7 +242,7 @@ span.st-Delink.st-Delink--footer a { @@ -262,7 +262,7 @@ span.st-Delink.st-Delink--footer a {
- +
@@ -424,7 +424,7 @@ Thank you for your interest in our Whitepapers and Resources.
- +
diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index e0281158e9..b49b1bb66b 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -3952,7 +3952,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -3970,11 +3971,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3987,15 +3990,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -4098,7 +4104,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -4108,6 +4115,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -4120,17 +4128,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -4147,6 +4158,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -4219,7 +4231,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -4229,6 +4242,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -4304,7 +4318,8 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4334,6 +4349,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -4351,6 +4367,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -4389,11 +4406,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.3", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -8923,7 +8942,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -8941,11 +8961,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -8958,15 +8980,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -9069,7 +9094,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -9079,6 +9105,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -9091,17 +9118,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -9118,6 +9148,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -9190,7 +9221,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -9200,6 +9232,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -9275,7 +9308,8 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -9305,6 +9339,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -9322,6 +9357,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -9360,11 +9396,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.3", - "bundled": true + "bundled": true, + "optional": true } } } @@ -18144,7 +18182,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -18162,11 +18201,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -18179,15 +18220,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -18290,7 +18334,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -18300,6 +18345,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -18312,17 +18358,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -18339,6 +18388,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -18411,7 +18461,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -18421,6 +18472,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -18496,7 +18548,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -18526,6 +18579,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -18543,6 +18597,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -18581,11 +18636,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -18644,6 +18701,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "optional": true, "requires": { "is-glob": "^2.0.0" } @@ -18793,7 +18851,8 @@ "is-buffer": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "optional": true }, "is-builtin-module": { "version": "1.0.0", @@ -18837,7 +18896,8 @@ "is-extglob": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=" + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "optional": true }, "is-finite": { "version": "1.0.2", @@ -18864,6 +18924,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "optional": true, "requires": { "is-extglob": "^1.0.0" } @@ -19031,6 +19092,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "optional": true, "requires": { "is-buffer": "^1.1.5" } @@ -19242,6 +19304,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "optional": true, "requires": { "remove-trailing-separator": "^1.0.1" } @@ -19689,12 +19752,14 @@ "remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "optional": true }, "repeat-element": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", - "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=" + "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=", + "optional": true }, "repeat-string": { "version": "1.6.1", diff --git a/dashboard/public/assets/css/blockchart.css b/dashboard/public/assets/css/blockchart.css index 630d204065..2330eb811f 100755 --- a/dashboard/public/assets/css/blockchart.css +++ b/dashboard/public/assets/css/blockchart.css @@ -128,7 +128,7 @@ div.block-chart div.bar:last-child { z-index: 100000; } .tipsy-inner { - background-color: #32325d; + background-color: #4c4c4c; color: #fff; max-width: 200px; padding: 5px 12px 5px 12px; @@ -151,21 +151,21 @@ div.block-chart div.bar:last-child { width: 0; height: 0; line-height: 0; - border: 5px dashed #32325d; + border: 5px dashed #4c4c4c; } /* Rules to colour arrows */ .tipsy-arrow-n { - border-bottom-color: #32325d; + border-bottom-color: #4c4c4c; } .tipsy-arrow-s { - border-top-color: #32325d; + border-top-color: #4c4c4c; } .tipsy-arrow-e { - border-left-color: #32325d; + border-left-color: #4c4c4c; } .tipsy-arrow-w { - border-right-color: #32325d; + border-right-color: #4c4c4c; } .tipsy-n .tipsy-arrow { @@ -255,8 +255,8 @@ div.block-chart div.bar:last-child { width: 100%; } .btn-group .icon-container { - background-color: #f6f9fc; /* Green background */ - border: 2px solid #e6ebf1; /* Green border */ + background-color: #f7f7f7; /* Green background */ + border: 2px solid #fbfbfb; /* Green border */ color: #000000; /* White text */ padding: 6px; /* Some padding */ cursor: pointer; /* Pointer/hand icon */ @@ -268,7 +268,7 @@ div.block-chart div.bar:last-child { } .btn-group .icon-container.selected { - background-color: #f6f9fc; + background-color: #f7f7f7; border-bottom: none; color: black; } diff --git a/dashboard/public/assets/css/dashboard.css b/dashboard/public/assets/css/dashboard.css index 8c5f887068..c6054b47a0 100755 --- a/dashboard/public/assets/css/dashboard.css +++ b/dashboard/public/assets/css/dashboard.css @@ -607,7 +607,7 @@ th { box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 3px 9px 0 rgba(50, 50, 93, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08); - color: #32325d; + color: #4c4c4c; } .bs-Actions-action.bs-is-focused, .bs-Actions-action:focus, @@ -650,7 +650,7 @@ th { box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.08), 0 2px 5px 0 rgba(50, 50, 93, 0.06), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 transparent; - color: #32325d; + color: #4c4c4c; } .bs-Actions-action.bs-is-disabled, .bs-Actions-action:disabled, @@ -993,7 +993,7 @@ h3, h4, h5 { margin: 0; - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; line-height: 1.6; } @@ -1072,14 +1072,14 @@ p + p { margin-top: 5px; } a { - color: #3297d3; + color:#000000; } a, a:hover { text-decoration: none; } a:hover { - color: #32325d; + color: #4c4c4c; } b, strong { @@ -1304,7 +1304,7 @@ span.bs-Icon { .bs-Number { display: inline-block; margin: 0; - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; font-size: 24px; line-height: 1.6; @@ -2534,7 +2534,7 @@ figure.bs-Number > figcaption { border: 0; border-radius: 0; box-shadow: none; - color: #3297d3; + color: #000000; line-height: inherit; font-size: inherit; vertical-align: inherit; @@ -2871,7 +2871,7 @@ figure.bs-Number > figcaption { } .bs-Badge--cyan { box-shadow: inset 0 0 0 1px rgba(50, 151, 211, 0.2); - color: #3297d3; + color: #000000; } .bs-Badge--green { box-shadow: inset 0 0 0 1px rgba(36, 180, 126, 0.2); @@ -2970,7 +2970,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-selection-option:active, .bs-ContentSection-selection-option:focus, .bs-ContentSection-selection-option:hover { - color: #32325d; + color: #4c4c4c; } .bs-ContentSection-selection-option:first-child { border-left: 0; @@ -2978,7 +2978,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-selection-option.bs-is-active { background-color: #fff; border-left: 2px solid transparent; - color: #32325d; + color: #4c4c4c; cursor: default; } .bs-ContentSection-switcher { @@ -3007,7 +3007,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-switcher-option:active, .bs-ContentSection-switcher-option:hover { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07); - color: #32325d; + color: #4c4c4c; } .bs-ContentSection-switcher-option:active { background: rgba(0, 0, 0, 0.03); @@ -3299,7 +3299,7 @@ figure.bs-Number > figcaption { left: 20px; right: 0; height: 1px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .bs-LinkList-item:first-child { padding-top: 20px; @@ -3347,13 +3347,13 @@ figure.bs-Number > figcaption { .bs-LinkList-item a .bs-LinkList-copy h2, .bs-LinkList-item a .bs-LinkList-copy h3, .bs-LinkList-item a .bs-LinkList-copy h4 { - color: #3297d3; + color: #000000; } .bs-LinkList-item a:hover .bs-LinkList-copy h1, .bs-LinkList-item a:hover .bs-LinkList-copy h2, .bs-LinkList-item a:hover .bs-LinkList-copy h3, .bs-LinkList-item a:hover .bs-LinkList-copy h4 { - color: #32325d; + color: #4c4c4c; } .bs-LinkList-copy p { color: #000000; @@ -3379,7 +3379,7 @@ figure.bs-Number > figcaption { } .bs-Menu-group { padding: 5px 0; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-Menu-group:last-child { border-bottom: 0; @@ -3397,7 +3397,7 @@ figure.bs-Number > figcaption { display: block; padding: 5px 12px; width: 100%; - color: #3297d3; + color: #000000; font-weight: 500; line-height: 1.6; text-align: left; @@ -3406,8 +3406,8 @@ figure.bs-Number > figcaption { color 0.08s ease-in; } .bs-Menu-item:hover { - background-color: #f6f9fc; - color: #32325d; + background-color: #f7f7f7; + color: #4c4c4c; } .bs-Menu-item.bs-is-disabled, .bs-Menu-item:disabled { @@ -3574,7 +3574,7 @@ figure.bs-Number > figcaption { z-index: 200; margin: 0 auto 20px; width: 450px; - background: #f6f9fc; + background: #f7f7f7; border-radius: 4px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(84, 96, 103, 0.25); } @@ -3729,7 +3729,7 @@ figure.bs-Number > figcaption { background-color: #f0f3f5; } .bs-Notice { - box-shadow: inset 0 -1px 0 #e6ebf1; + box-shadow: inset 0 -1px 0 #fbfbfb; } .bs-Notice:first-child { border-top-left-radius: 4px; @@ -3748,7 +3748,7 @@ figure.bs-Number > figcaption { linear-gradient(#fff, #fff); } .bs-Notice--color--offset { - background-color: #f6f9fc; + background-color: #f7f7f7; } .bs-Notice--color--red { background-image: linear-gradient( @@ -3783,7 +3783,7 @@ figure.bs-Number > figcaption { text-transform: uppercase; } .bs-Notice-dismiss:hover { - color: #32325d; + color: #4c4c4c; } .bs-Notice-dismiss:active, .bs-Notice-dismiss:focus { @@ -3814,7 +3814,7 @@ figure.bs-Number > figcaption { display: table-row-group; } .bs-ObjectList-group .bs-ObjectList-row:first-child .bs-ObjectList-cell { - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-ObjectList-group:first-child .bs-ObjectList-row:first-child @@ -3851,7 +3851,7 @@ a.bs-ObjectList-row { .bs-ObjectList-row:hover .bs-ObjectList-copy.bs-is-muted, .bs-ObjectList-row:hover .bs-ObjectList-copy.bs-is-reverted, .bs-ObjectList-row:hover code { - color: #32325d; + color: #4c4c4c; } .bs-ObjectList-row:focus:not(:active) { background-color: rgba(50, 151, 211, 0.05); @@ -3869,7 +3869,7 @@ a.bs-ObjectList-row { white-space: nowrap; } .bs-ObjectList-row > .bs-ObjectList-cell { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-ObjectList-row .bs-ObjectList-cell:first-child { padding-left: 20px; @@ -3891,7 +3891,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-cell.bs-is-highlighted, .bs-ObjectList-copy.bs-is-highlighted { - color: #3297d3; + color: #000000; font-weight: 500; } .bs-ObjectList-cell.bs-is-muted, @@ -3980,13 +3980,13 @@ a.bs-ObjectList-row { background-color: #14aad9; } .bs-ObjectList-row--header { - background-color: #f6f9fc; + background-color: #f7f7f7; transform: translateZ(0); } .bs-ObjectList-row--header .bs-ObjectList-cell { padding-top: 6px; padding-bottom: 6px; - color: #32325d; + color: #4c4c4c; font-size: 13px; font-weight: 500; text-transform: uppercase; @@ -3998,7 +3998,7 @@ a.bs-ObjectList-row { .bs-ObjectList-row--divider .bs-ObjectList-cell, .bs-ObjectList-row--divider:first-child .bs-ObjectList-cell, .bs-ObjectList-row--separated .bs-ObjectList-cell { - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-ObjectList-row--divider .bs-ObjectList-cell, .bs-ObjectList-row--divider:first-child .bs-ObjectList-cell { @@ -4119,7 +4119,7 @@ a.bs-ObjectList-row { white-space: nowrap; } .bs-ObjectList-rows + .bs-ObjectList-more { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-ObjectList-more-action { display: block; @@ -4145,7 +4145,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-row--expandable { display: table-row-group; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-ObjectList-row--expandable:last-child { border-bottom: 0; @@ -4234,7 +4234,7 @@ a.bs-ObjectList-row { right: 20px; top: 0; display: block; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-ObjectList-cell--card:after { content: ''; @@ -4679,7 +4679,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-row:hover:not(.bs-is-disabled) .bs-ObjectList-cell > .bs-Badge { box-shadow: inset 0 0 0 1px rgba(66, 71, 112, 0.2); - color: #32325d; + color: #4c4c4c; } .bs-ObjectList-cell .bs-Badge { top: 1px; @@ -4815,7 +4815,7 @@ a.bs-ObjectList-row { .bs-PageHeading--separated { margin: 0; padding: 20px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-PageHeading--short { padding-bottom: 10px; @@ -4916,11 +4916,11 @@ pre.bs-PropertyList-property { .bs-PropertyList-definition { flex: 1 1 auto; padding: 2px 20px 2px 5px; - color: #32325d; + color: #4c4c4c; line-height: 1.6; } .bs-PropertyList-definition code { - color: #32325d; + color: #4c4c4c; font-size: 13px; font-weight: 400; } @@ -4959,7 +4959,7 @@ pre.bs-PropertyList-property { justify-content: flex-end; margin-top: 10px; padding: 10px 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-PropertyList--editor .bs-PropertyList-row @@ -5317,7 +5317,7 @@ pre.bs-PropertyList-property { top: 4px; } .bs-Popover-highlight { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .bs-Popover-activate { @@ -5386,7 +5386,7 @@ pre.bs-PropertyList-property { margin-right: 0; } .bs-Source-detail--title { - color: #32325d; + color: #4c4c4c; font-size: 14px; font-weight: 500; line-height: 20px; @@ -5463,7 +5463,7 @@ pre.bs-PropertyList-property { padding-top: 5px; } .bs-Stat-copy-title { - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; font-size: 14px; font-weight: 500; @@ -5492,7 +5492,7 @@ pre.bs-PropertyList-property { display: flex; } .bs-StatGroup .bs-Stat { - border-right: 1px solid #e6ebf1; + border-right: 1px solid #fbfbfb; } .bs-StatGroup .bs-Stat:last-child { border-right: 0; @@ -5523,10 +5523,10 @@ pre.bs-PropertyList-property { font-size: 15px; } .bs-Table-row.bs-is-highlighted .bs-Table-cell.bs-is-highlighted { - color: #32325d; + color: #4c4c4c; } .bs-Table-row--divider .bs-Table-cell { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Table-head .bs-Table-cell, .bs-Table-head .bs-Table-cell.bs-is-highlighted { @@ -5646,8 +5646,8 @@ pre.bs-PropertyList-property { } .bs-ObjectList .bs-Table-cell { padding: 0; - border-bottom: 1px solid #e6ebf1; - border-top: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; + border-top: 1px solid #fbfbfb; } .bs-ObjectList + .bs-Table-row--divider { border-top: 0; @@ -5672,7 +5672,7 @@ pre.bs-PropertyList-property { .bs-Tail--separated { margin: 0; padding: 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Tail--short { padding-bottom: 10px; @@ -5690,7 +5690,7 @@ pre.bs-PropertyList-property { border: 0; display: flex; padding: 12px 20px; - box-shadow: inset 0 -1px 0 #e6ebf1; + box-shadow: inset 0 -1px 0 #fbfbfb; } .bs-Timeline:first-child .bs-Timeline-row:first-child { border-top-left-radius: 4px; @@ -5743,12 +5743,12 @@ pre.bs-PropertyList-property { z-index: 4; } .bs-Timeline-row--reveal { - color: #3297d3; + color: #000000; font-weight: 500; text-align: left; } .bs-Timeline-row--reveal:hover { - color: #32325d; + color: #4c4c4c; } .bs-Timeline-content { flex: 1 1 auto; @@ -5762,7 +5762,7 @@ pre.bs-PropertyList-property { word-break: break-word; } .bs-Timeline-title strong { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .bs-Timeline-title em { @@ -5840,7 +5840,7 @@ pre.bs-PropertyList-property { cursor: pointer; } .bs-Toggle-button:hover { - color: #32325d; + color: #4c4c4c; } .bs-Toggle-button.bs-is-selected, .bs-Toggle-source:checked + .bs-Toggle-button { @@ -5982,7 +5982,7 @@ pre.bs-PropertyList-property { .bs-VerticalMenu-item:active, .bs-VerticalMenu-item:focus, .bs-VerticalMenu-item:hover { - color: #32325d; + color: #4c4c4c; } .bs-VerticalMenu-item a { padding: 0 15px; @@ -5992,7 +5992,7 @@ pre.bs-PropertyList-property { .bs-VerticalMenu-item:hover a:active, .bs-VerticalMenu-item:hover a:focus, .bs-VerticalMenu-item:hover a:hover { - color: #32325d; + color: #4c4c4c; } .bs-VerticalMenu-item.bs-is-selected a { color: #14aad9; @@ -6089,7 +6089,7 @@ pre.bs-PropertyList-property { line-height: 1.6; } .bs-Checkbox:hover .bs-Checkbox-label { - color: #32325d; + color: #4c4c4c; } .bs-Checkbox.bs-is-invalid .bs-Checkbox-label, .bs-Fieldset-row.bs-is-invalid .bs-Checkbox-label { @@ -6189,7 +6189,7 @@ pre.bs-PropertyList-property { .bs-Fieldset { margin: 0; padding: 10px 0; - background-color: #f6f9fc; + background-color: #f7f7f7; border: 0; } .bs-Fieldset--white { @@ -6210,7 +6210,7 @@ pre.bs-PropertyList-property { right: 20px; display: block; height: 1px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .bs-Fieldset-legend h3, .bs-Fieldset-legend h4, @@ -6241,7 +6241,7 @@ pre.bs-PropertyList-property { align-self: flex-start; flex: 30% 0 0; padding: 4px 5px 0 0; - color: #32325d; + color: #4c4c4c; line-height: 1.6; text-align: right; } @@ -6305,7 +6305,7 @@ pre.bs-PropertyList-property { } .bs-Fieldset-value { padding-top: 4px; - color: #32325d; + color: #4c4c4c; font-weight: 500; line-height: 1.6; white-space: nowrap; @@ -6370,10 +6370,10 @@ pre.bs-PropertyList-property { flex: 100% 0 0; } .bs-Fieldset-row--toggle .bs-Fieldset-row:nth-child(2) { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Fieldset-row--toggle .bs-Fieldset-row:last-child { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-Fieldset-row--toggle.bs-is-collapsed .bs-Fieldset-row { display: none; @@ -6530,7 +6530,7 @@ pre.bs-PropertyList-property { line-height: 1.6; } .bs-Radio:hover .bs-Radio-label { - color: #32325d; + color: #4c4c4c; } .bs-Fieldset-row.bs-is-invalid .bs-Radio-label, .bs-Radio.bs-is-invalid .bs-Radio-label { @@ -6755,7 +6755,7 @@ pre.bs-PropertyList-property { .bs-TextInputExtension-extension { flex: 0 0 auto; padding: 4px 7px 2px; - background: #f6f9fc; + background: #f7f7f7; color: #6b7c93; white-space: nowrap; } @@ -6776,7 +6776,7 @@ pre.bs-PropertyList-property { .bs-TextInputExtension .bs-TextInputExtension-extension, .bs-TextInputExtension.bs-is-disabled .bs-TextInputExtension-extension { - background: #e6ebf1; + background: #fbfbfb; color: #8898aa; } .bs-TextInputExtension .bs-TextInput { @@ -6848,7 +6848,7 @@ pre.bs-PropertyList-property { border-top-right-radius: 0; } .bs-TextInputGroup--horizontal .bs-TextInput { - border-right: 1px solid #e6ebf1; + border-right: 1px solid #fbfbfb; } .bs-TextInputGroup--horizontal .bs-TextInput:focus { border-right-color: transparent; @@ -6861,7 +6861,7 @@ pre.bs-PropertyList-property { border-color: rgba(226, 89, 80, 0.1); } .bs-TextInputGroup--vertical .bs-TextInput { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-TextInputGroup--vertical .bs-TextInput:focus { border-bottom-color: transparent; @@ -7163,7 +7163,7 @@ pre.bs-PropertyList-property { padding: 15px; width: 260px; background-color: #f7f9fa; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; } .bs-Doc-sheet { @@ -7300,7 +7300,7 @@ pre.bs-PropertyList-property { } .bs-BD-section { padding: 45px; - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-BD-section > h2 code { font-size: inherit; @@ -7314,7 +7314,7 @@ pre.bs-PropertyList-property { .bs-BD-section-part { margin-top: 30px; padding-top: 30px; - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-BD-section-part > h3 code { font-size: inherit; @@ -8874,8 +8874,8 @@ html .modal-dialog-view div.modal div.modal-content p { } html .modal-dialog-view div.modal div.modal-header { text-shadow: none; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; box-shadow: none; height: auto; } @@ -10267,7 +10267,7 @@ html.db-NewChrome .chart-view div.head span.title { html.db-NewChrome div.account-application-view div.status { background: #fff; border: none; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } html.db-NewChrome div.account-application-view div.status:after, html.db-NewChrome div.account-application-view div.status:before { @@ -15052,7 +15052,7 @@ strong.button.grey span { display: block; color: #333; text-shadow: 0 1px 0 #fff; - background: #f6f9fc; + background: #f7f7f7; background: #eff1f4; background: linear-gradient(#f7f8fa, #eff1f4); -ms-box-shadow: inset 0 1px 0 #fff; @@ -16005,7 +16005,7 @@ div.filter-view div.row label { position: relative; z-index: 10; display: block; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; padding: 10px; } div.filter-view div.row label input { @@ -16020,8 +16020,8 @@ div.filter-view div.row label span { div.filter-view div.row div.row-content { padding: 10px; position: relative; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; border-top: none; } div.filter-view div.row div.row-content input[type='text'] { @@ -16130,7 +16130,7 @@ div.filter-view div.row:last-child label { border: none; } div.filter-view div.row:last-child div.row-content { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; border-bottom: none; } .date-filter .timezone { @@ -16574,8 +16574,8 @@ div.pagination div.position strong { position: relative; z-index: 30; text-shadow: none; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; box-shadow: none; height: auto; } @@ -16856,7 +16856,7 @@ div.transfer-view > div.detail-container span.footnote { div.transfer-view > div.detail-container .other_transfers { padding: 10px; margin: 10px; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; font-size: 12px; } div.transfer-view > div.detail-container div.section-wrap h4 { @@ -26561,7 +26561,7 @@ div.notice { font-size: 13px; line-height: 20px; border-radius: 4px; - background: #f1f1f1; + background: #fbfbfb; border: 1px solid #c8c8c8; -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff; -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff; @@ -27207,10 +27207,10 @@ div.items-list a:hover em.long-label:after { background-image: linear-gradient(0, hsla(0, 0%, 98%, 0), #f9f9f9); } div.items-list a:active { - background-color: #f5f5f5; + background-color: #f7f7f7; } div.items-list a:active em.long-label:after { - background-image: linear-gradient(0, hsla(0, 0%, 96%, 0), #f5f5f5); + background-image: linear-gradient(0, hsla(0, 0%, 96%, 0), #f7f7f7); } div.items-list a.deleted { text-decoration: line-through; @@ -46610,7 +46610,7 @@ div.coinbase-bitcoin-activate-view div.florida-notice.visible { } #login div#footer a strong, .page-wrapper div#footer a strong { - color: #3297d3; + color: #000000; font-weight: 700; } #login div#footer a span, @@ -46786,9 +46786,9 @@ html.placeholder #login p.remember label { width: 23px; } .code-puncher .code-minibox-group { - -ms-box-shadow: inset 0 9px 1px -8px #e6ebf1; - -o-box-shadow: inset 0 9px 1px -8px #e6ebf1; - box-shadow: inset 0 9px 1px -8px #e6ebf1; + -ms-box-shadow: inset 0 9px 1px -8px #fbfbfb; + -o-box-shadow: inset 0 9px 1px -8px #fbfbfb; + box-shadow: inset 0 9px 1px -8px #fbfbfb; border-radius: 5px; background-color: #fff; border: 1px solid #9d9d9d; @@ -47996,7 +47996,7 @@ div.ui-datepicker.bezeled td a:active { -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; - background-color: #f6f9fc; + background-color: #f7f7f7; border: 1px solid #adb2bb; border-top-color: #bfc3ca; color: #555; @@ -49563,7 +49563,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { .public_fixedDataTable_hasBottomBorder, .public_fixedDataTable_header, .public_fixedDataTable_main { - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTable_header .public_fixedDataTableCell_main { font-weight: 700; @@ -49575,7 +49575,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { } .public_fixedDataTable_footer .public_fixedDataTableCell_main { background-color: #f6f7f8; - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTable_topShadow { background: 0 0 @@ -49592,7 +49592,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { } .public_fixedDataTableCell_main { background-color: #fff; - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTableCell_highlighted { background-color: #f4f4f4; @@ -49614,7 +49614,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { background-color: #f6f7f8; } .public_fixedDataTableRow_fixedColumnsDivider { - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTableRow_columnsShadow { background: 0 0 @@ -51024,5 +51024,5 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { cursor: pointer; text-align: inherit; background-color: inherit; - color: #3297d3; + color: #000000; } \ No newline at end of file diff --git a/dashboard/public/assets/css/newdashboard.css b/dashboard/public/assets/css/newdashboard.css index fa574c94b4..831393efe4 100755 --- a/dashboard/public/assets/css/newdashboard.css +++ b/dashboard/public/assets/css/newdashboard.css @@ -184,7 +184,7 @@ div.css-15k3avv { opacity: 1; } .db-Account:hover .db-Account-nickname { - color: #32325d; + color: #4c4c4c; } .db-Account-image, .db-Account-image-content, @@ -741,7 +741,7 @@ html.db-NewChrome body { } .db-Sidebar-link:hover { font-weight: 500; - color: #32325d; + color: #4c4c4c; text-decoration: none; } .db-Sidebar-link--popover { @@ -1031,7 +1031,7 @@ html.db-NewChrome body { left: -11px; } .db-ContentTabs-tab a:not(.db-is-selected):hover { - color: #32325d; + color: #4c4c4c; text-decoration: none; } .db-ContentTabs-tab .db-is-selected { @@ -1064,7 +1064,7 @@ html.db-NewChrome body { right: 81px; } .db-EventDetail-webhook .db-EventDetail-webhookJSON { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; font-size: 11px; line-height: 18px; padding: 4px 0 4px 8px; @@ -1190,7 +1190,7 @@ html.db-NewChrome body { width: 330px; } .db-Chrome .db-FeedbackInput-container { - background-color: #f6f9fc; + background-color: #f7f7f7; height: 30px; padding-top: 1px; } @@ -1404,7 +1404,7 @@ html.db-NewChrome body { } .db-FixedPopover { position: absolute; - background: #f6f9fc; + background: #f7f7f7; box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08); border-radius: 4px; @@ -1528,7 +1528,7 @@ html.db-NewChrome body { .db-LivemodeSwitcher.db-is-livemode:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label { font-weight: 500; - color: #32325d; + color: #4c4c4c; } .db-LivemodeSwitcher .db-LivemodeSwitcher-switch { display: inline-flex; @@ -1614,7 +1614,7 @@ html.db-NewChrome body { .db-MenuItem--notHighlighted:not(:last-child):after { content: ""; position: absolute; - background: #e6ebf1; + background: #fbfbfb; left: 8px; right: 0; bottom: 0; @@ -1735,7 +1735,7 @@ html.db-NewChrome body { background: #ecfaff; border-radius: 3px; height: 20px; - color: #3297d3; + color: #000000; font-weight: 500; padding: 0 6px; display: inline-block; @@ -1790,7 +1790,7 @@ html.db-NewChrome body { .db-SearchField--tokenizable .public-DraftStyleDefault-block { font-size: 14px; line-height: 20px; - color: #32325d; + color: #4c4c4c; margin-top: 3px; overflow: hidden; white-space: pre; @@ -1911,7 +1911,7 @@ html.db-NewChrome body { border-radius: 0; } .db-SearchResults.db-is-livemode .db-SearchResults-inner { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-SearchResults-info { min-height: 100px; @@ -1946,7 +1946,7 @@ html.db-NewChrome body { text-decoration: none; } .db-SearchResults-item.db-is-selected { - background: #f6f9fc; + background: #f7f7f7; color: #43458b; } .db-SearchResults-item:not(:last-child):not(.db-is-selected):after { @@ -2217,7 +2217,7 @@ html.db-NewChrome body { font-weight: 500; } .db-TransferDetail-transactionsFootnote { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 12px 20px; } .db-TransferDetail-retriedTransfer { @@ -2232,7 +2232,7 @@ html.db-NewChrome body { padding: 20px; } .db-TransferDetail-feeAmount { - color: #32325d; + color: #4c4c4c; font-weight: 300; } .db-PayoutDetail-header { @@ -2258,7 +2258,7 @@ html.db-NewChrome body { font-weight: 500; } .db-PayoutDetail-transactionsFootnote { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 12px 20px; } .db-PayoutDetail-retriedPayout { @@ -2273,7 +2273,7 @@ html.db-NewChrome body { padding: 20px; } .db-PayoutDetail-feeAmount { - color: #32325d; + color: #4c4c4c; font-weight: 300; } .db-PayoutDetail-noticeOutcome { @@ -2396,14 +2396,14 @@ html.db-NewChrome body { } .db-Reload-link { cursor: pointer; - color: #3297d3; + color: #000000; font-weight: 500; display: inline-block; text-decoration: underline; } .db-JsonDisplay { background-color: #fff; - color: #32325d; + color: #4c4c4c; font-size: 13px; line-height: 23px; height: auto; @@ -2417,7 +2417,7 @@ html.db-NewChrome body { padding-left: 70px; padding-right: 20px; font-family: Source Code Pro, Courier New, Courier, monospace; - color: #32325d; + color: #4c4c4c; } .db-JsonDisplay-line:first-child, .db-JsonDisplay-line:first-child:before { @@ -2452,7 +2452,7 @@ html.db-NewChrome body { } .db-JsonDisplay-boolean { font-weight: 600; - color: #3297d3; + color: #000000; } .db-JsonDisplay-null { color: #e39f48; @@ -2472,7 +2472,7 @@ html.db-NewChrome body { } .db-LineChart-lineChartContainer { position: relative; - background: #f6f9fc; + background: #f7f7f7; } .db-LineChart-lineChart { padding: 18px 48px; @@ -2552,7 +2552,7 @@ html.db-NewChrome body { right: 0; top: 0; height: 1px; - background: #e6ebf1; + background: #fbfbfb; } .db-LineChart-xLegend.db-animate-enter, .db-LineChart-xLegend.db-animate-leave.db-animate-leave-active, @@ -2588,8 +2588,8 @@ html.db-NewChrome body { } .db-MultiEmailInput .db-MultiEmailInput-email { border-radius: 100px; - background-color: #e6ebf1; - color: #32325d; + background-color: #fbfbfb; + color: #4c4c4c; padding: 4px 8px 5px; } .db-MultiEmailInput .public-DraftEditorPlaceholder-root { @@ -2603,7 +2603,7 @@ html.db-NewChrome body { flex-direction: row; justify-content: space-between; padding: 12px 20px; - box-shadow: inset 20px 0 0 #f6f9fc, inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #f7f7f7, inset 0 -1px 0 #fbfbfb; } .db-NotificationSettings:last-child { box-shadow: none; @@ -2727,7 +2727,7 @@ html.db-NewChrome body { justify-content: center; text-align: center; z-index: 12; - background: #e6ebf1; + background: #fbfbfb; border: 4px dashed #aab7c4; } .db-Copilot-container--collapsed { @@ -2752,7 +2752,7 @@ html.db-NewChrome body { } .db-Copilot-splashChoice { background: none; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; text-align: left; width: 100%; @@ -2764,7 +2764,7 @@ html.db-NewChrome body { width: 20px; height: 20px; border-radius: 50%; - background: #e6ebf1; + background: #fbfbfb; } .db-Copilot-container--prechatForm { padding: 0; @@ -2832,12 +2832,12 @@ html.db-NewChrome body { color: #68d4f8; } .db-Copilot-messageContainer--visitor .db-Copilot-messageLink:hover { - color: #f6f9fc; + color: #f7f7f7; } .db-Copilot-messageContainer--agent .db-Copilot-message { align-self: flex-start; color: #1f2d3d; - background-color: #e6ebf1; + background-color: #fbfbfb; } .db-Copilot-messageContainer--agent + .db-Copilot-messageContainer--visitor, .db-Copilot-messageContainer--visitor + .db-Copilot-messageContainer--agent { @@ -2881,7 +2881,7 @@ html.db-NewChrome body { z-index: 11; height: 25px; padding: 4px 7px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-Copilot-clearFile { flex-shrink: 0; @@ -3083,7 +3083,7 @@ html.db-NewChrome body { color: #000000; } .db-DateRangeInput.db-is-disabled { - background-color: #f6f9fc; + background-color: #f7f7f7; box-shadow: none; } .db-DateRangeInput.db-is-disabled:hover { @@ -3190,7 +3190,7 @@ html.db-NewChrome body { line-height: 36px; } .db-MoneyTransmission-receiptTableRow { - color: #32325d; + color: #4c4c4c; } .db-MoneyTransmission-receiptTable .db-MoneyTransmission-receiptTableDummyCell { border-bottom: 0; @@ -3201,7 +3201,7 @@ html.db-NewChrome body { white-space: nowrap; } .db-MoneyTransmission-disclosureContainer pre { - background-color: #f6f9fc; + background-color: #f7f7f7; display: inline-block; margin-top: 5px; padding: 5px 10px; @@ -3319,7 +3319,7 @@ html.db-NewChrome body { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5NiAxMC4wMDVhLjY5NS42OTUgMCAwIDAgLjQ5Ni0uMjAybDQuNTk2LTQuNTk2YS43MDQuNzA0IDAgMCAwLS4wMDctLjk5OC43MS43MSAwIDAgMC0xLS4wMDhMNi4yOTcgOC4yODggMi4yMDkgNC4yYS43MS43MSAwIDAgMC0uOTk4LjAwOC43MDQuNzA0IDAgMCAwLS4wMDcuOTk4bDQuNTk1IDQuNTk2YS42OTUuNjk1IDAgMCAwIC40OTcuMjAyeiIvPjwvc3ZnPg=="); } .db-Trends-content { - background-color: #f6f9fc; + background-color: #f7f7f7; min-height: 40px; position: relative; } @@ -3481,7 +3481,7 @@ html.db-NewChrome body { margin-left: 8px; } .db-Trend-colComparison { - color: #3297d3; + color: #000000; } .db-Trend-colChart { flex-basis: 50%; @@ -3577,7 +3577,7 @@ div.db-Trend-groupChart { .db-HomeWelcome-headerTitle { font-weight: 300; font-size: 28px; - color: #32325d; + color: #4c4c4c; line-height: 50px; margin: 0; } @@ -3601,8 +3601,8 @@ div.db-Trend-groupChart { color: #43458b; } .db-HomeWelcome-content { - border-top: 1px solid #e6ebf1; - background: #f6f9fc; + border-top: 1px solid #fbfbfb; + background: #f7f7f7; padding: 13px 30px; } .db-HomeWelcome-item { @@ -3687,10 +3687,10 @@ div.db-Trend-groupChart { } .db-HomeWelcome-link:hover { text-decoration: none; - color: #32325d; + color: #4c4c4c; } .db-HomeWelcome-link:hover strong { - color: #32325d; + color: #4c4c4c; } .db-Task { font-size: 14px; @@ -3719,13 +3719,13 @@ div.db-Trend-groupChart { position: relative; display: inline-block; white-space: nowrap; - color: #3297d3; + color: #000000; } .db-Task--info .db-Task-directive { color: inherit; } .db-Task-directive strong { - color: #3297d3; + color: #000000; } .db-Task--info .db-Task-directive strong { color: inherit; @@ -3737,7 +3737,7 @@ div.db-Trend-groupChart { transform: inherit; } .db-Task:hover .db-Task-directive { - color: #3297d3; + color: #000000; } .db-Task--info:hover .db-Task-directive { color: inherit; @@ -3757,7 +3757,7 @@ div.db-Trend-groupChart { .db-Tasks { position: relative; padding: 17px 20px; - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-HomeTasks-title { color: #000000; @@ -3880,7 +3880,7 @@ div.db-Trend-groupChart { .db-DailyComparison { -webkit-print-color-adjust: exact; background-color: transparent; - color: #32325d; + color: #4c4c4c; } .db-DailyComparison-chartToggle, .db-DailyComparison-compareToDateHandle { @@ -3928,8 +3928,8 @@ div.db-Trend-groupChart { 90deg, rgba(246, 249, 252, 0), rgba(246, 249, 252, 0) 25%, - #f6f9fc 40%, - #f6f9fc 42%, + #f7f7f7 40%, + #f7f7f7 42%, rgba(246, 249, 252, 0) 57% ); } @@ -3970,10 +3970,10 @@ div.db-Trend-groupChart { cursor: pointer; } .db-ListViewItem-header { - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-ListViewItem-cell { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-ListViewItem-cellContent .db-ListViewItem-text { white-space: inherit; @@ -4008,7 +4008,7 @@ div.db-Trend-groupChart { } .db-ListViewItem--hasLink:hover, .db-ListViewItem--hasLink:hover .db-ListViewItem-link .db-ListViewItem-text { - color: #32325d; + color: #4c4c4c; } .db-ListViewItem-link { text-decoration: none; @@ -4017,10 +4017,10 @@ div.db-Trend-groupChart { display: block; } .db-ListViewItem--hasLink:active { - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-ListViewItem-actionsSeparator { - background-color: #e6ebf1; + background-color: #fbfbfb; } .db-ListViewItem .db-ListViewItem-actions { max-height: 20px; @@ -4077,7 +4077,7 @@ div.db-Trend-groupChart { height: 872px; } .db-AnalyticsSection { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; } .db-ShieldSection-badge--animation-enter { @@ -4111,7 +4111,7 @@ div.db-Trend-groupChart { .db-UpgradeModal-heading { font-size: 40px; font-weight: 300; - color: #32325d; + color: #4c4c4c; margin-bottom: 4px; text-align: center; } @@ -4597,7 +4597,7 @@ div.db-Trend-groupChart { flex-grow: 1; } .db-BusinessSettings-warning { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-BusinessSettings-testDataSpinner, .db-PCICompliance-contentLoading { @@ -4627,7 +4627,7 @@ div.db-Trend-groupChart { margin-top: 20px; } .db-PCICompliance-survey { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding-left: 50px; padding-top: 20px; list-style-type: none; @@ -4705,8 +4705,8 @@ div.db-Trend-groupChart { display: table-row; line-height: 26px; align-items: center; - color: #32325d; - border-bottom: 1px solid #e6ebf1; + color: #4c4c4c; + border-bottom: 1px solid #fbfbfb; } .db-Role:last-child { border: none; @@ -4781,7 +4781,7 @@ div.db-Trend-groupChart { transform: translateZ(0); } .db-RoleEditor .bs-Table-head { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-RoleEditor .bs-Table-head .bs-Table-cell { color: #6b7c93; @@ -4815,7 +4815,7 @@ div.db-Trend-groupChart { } .db-RoleEditor-row--subRow, .db-RoleEditor-row--subRowDark { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-RoleEditor-row--subRow .db-RoleEditor-descriptionColumn, .db-RoleEditor-row--subRowDark .db-RoleEditor-descriptionColumn { @@ -4898,7 +4898,7 @@ div.db-Trend-groupChart { margin: 16px 20px; } .db-RoleRadioListLabel-popoverHeader { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; margin: 16px 0; padding: 0 20px; padding-bottom: 16px; @@ -4947,7 +4947,7 @@ div.db-Trend-groupChart { flex-direction: column; background-color: hsla(0, 0%, 100%, 0.55); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; align-items: center; justify-content: center; @@ -5037,7 +5037,7 @@ div.db-Trend-groupChart { .db-CustomizeEmailReceiptDesign-optionsCardIcon { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18); padding: 4px; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 50%; } .db-CustomizeEmailReceiptDesign-optionsCardIcon, @@ -5248,7 +5248,7 @@ div.db-Trend-groupChart { } .db-DeveloperChart-stack { height: 100%; - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-DeveloperChart--empty { height: 100%; @@ -5297,13 +5297,13 @@ div.db-Trend-groupChart { grid-auto-flow: row; } .db-Tiles-divider--bottomRight { - box-shadow: inset -1px -1px #e6ebf1; + box-shadow: inset -1px -1px #fbfbfb; } .db-Tiles-divider--bottom { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-Tiles-divider--right { - box-shadow: inset -1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb; } .db-RunkitEmbed iframe { position: relative; @@ -5356,7 +5356,7 @@ div.db-Trend-groupChart { box-sizing: border-box; transition: opacity 0.25s ease-in-out; opacity: 1; - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-SigmaIndex-container--loading { opacity: 0; @@ -5386,7 +5386,7 @@ div.db-Trend-groupChart { display: flex; justify-content: space-between; padding: 20px 20px 20px 13px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; position: relative; min-height: 79px; } @@ -5435,7 +5435,7 @@ div.db-Trend-groupChart { display: block; cursor: pointer; font-weight: 400; - color: #32325d; + color: #4c4c4c; font-size: 14px; line-height: 28px; margin-right: 24px; @@ -5444,7 +5444,7 @@ div.db-Trend-groupChart { color: #14aad9; } .db-SigmaSidebar-sectionFixedContent { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 8px 20px; } .db-SigmaSidebar-tabs { @@ -5455,7 +5455,7 @@ div.db-Trend-groupChart { display: block; cursor: pointer; font-weight: 400; - color: #32325d; + color: #4c4c4c; padding: 0 12px; font-size: 14px; line-height: 28px; @@ -5509,7 +5509,7 @@ div.db-Trend-groupChart { } .db-SigmaSidebar-footerDocsLink, .db-SigmaSidebar-footerFeedbackLink { - color: #32325d; + color: #4c4c4c; } .db-SigmaSidebar-footerDocsLink:hover, .db-SigmaSidebar-footerFeedbackLink:hover { @@ -5621,7 +5621,7 @@ div.db-Trend-groupChart { } .db-QueryEntry-row:last-child .db-QueryEntry-content { padding-bottom: 16px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-QueryEntry-spacer { width: 36px; @@ -5707,7 +5707,7 @@ div.db-Trend-groupChart { margin-bottom: 3px; } .db-QueryTemplates-query:hover .db-QueryTemplates-queryTitle { - color: #32325d; + color: #4c4c4c; } .db-QueryTemplates-query.bs-is-active .db-QueryTemplates-queryTitle { font-weight: 600; @@ -5850,7 +5850,7 @@ div.db-Trend-groupChart { padding: 0 20px; } .db-SchemaBrowser-tableName:hover { - color: #32325d; + color: #4c4c4c; } .db-SchemaBrowser-columnAnimationContainer { display: flex; @@ -5923,7 +5923,7 @@ div.db-Trend-groupChart { .db-SchemaBrowserColumn-name--pk, .db-SchemaBrowserColumn-type--fk, .db-SchemaBrowserColumn-type--pk { - color: #3297d3; + color: #000000; } .db-SchemaBrowserColumn.bs-is-active { background-color: #e3eaff; @@ -6165,10 +6165,10 @@ div.db-Trend-groupChart { } .CodeMirror-hint-active, .CodeMirror-hint:nth-child(2n).CodeMirror-hint-active { - background-color: #e6ebf1; + background-color: #fbfbfb; border-bottom-color: #0e74c3; border-top-color: #369ad9; - color: #32325d; + color: #4c4c4c; } .db-QueryEditor-hintContainer { padding: 5px 10px; @@ -6224,7 +6224,7 @@ div.db-Trend-groupChart { } .db-QueryTitleEditor-title { font-size: 20px; - color: #32325d; + color: #4c4c4c; } .db-QueryTitleEditor .bs-TextInput { flex: 1; @@ -6320,7 +6320,7 @@ div.db-Trend-groupChart { font-size: 13px; } .db-ResultsHeader:hover { - color: #32325d; + color: #4c4c4c; } .db-ResultsHeader-cell { display: flex; @@ -6356,8 +6356,8 @@ div.db-Trend-groupChart { 180deg, #fff, #fff 35px, - #e6ebf1 0, - #e6ebf1 36px, + #fbfbfb 0, + #fbfbfb 36px, #fff 0 ); } @@ -6426,7 +6426,7 @@ div.db-Trend-groupChart { background: none; } .db-ResultsTable .public_fixedDataTableRow_main.db-ResultsTable-table-row { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; font-size: 13px; } .db-ResultsTable .fixedDataTableCellLayout_columnResizerContainer { @@ -6442,7 +6442,7 @@ div.db-Trend-groupChart { .db-ResultsTable .fixedDataTableCellLayout_columnResizerKnob:after { content: ""; display: block; - background-color: #e6ebf1; + background-color: #fbfbfb; position: relative; width: 1px; margin: 6px auto; @@ -6505,7 +6505,7 @@ div.db-Trend-groupChart { } .db-ActivationModal-heading { font-size: 28px; - color: #32325d; + color: #4c4c4c; margin-bottom: 15px; font-weight: 700; margin-top: auto; @@ -6514,7 +6514,7 @@ div.db-Trend-groupChart { .db-ActivationModal-title { font-weight: 300; font-size: 34px; - color: #32325d; + color: #4c4c4c; line-height: 44px; margin-bottom: 10px; } @@ -6574,7 +6574,7 @@ div.db-Trend-groupChart { .db-IntroModal-heading { font-size: 40px; font-weight: 300; - color: #32325d; + color: #4c4c4c; margin-bottom: 4px; text-align: center; } @@ -6695,7 +6695,7 @@ div.db-Trend-groupChart { } .db-PricingSlider-totalsCostNumber, .db-PricingSlider-totalsTransactionsNumber { - color: #32325d; + color: #4c4c4c; font-size: 24px; font-weight: 500; } @@ -6705,7 +6705,7 @@ div.db-Trend-groupChart { padding-top: 10px; } .db-PricingSlider-processingEstimate { - color: #32325d; + color: #4c4c4c; } .db-PricingSlider-slider { height: 70px; @@ -6746,7 +6746,7 @@ div.db-Trend-groupChart { .db-PricingSlider-label { font-size: 14px; line-height: 22px; - color: #32325d; + color: #4c4c4c; position: relative; display: block; margin: auto; @@ -6784,7 +6784,7 @@ div.db-Trend-groupChart { display: block; width: 1px; height: 18px; - background-color: #32325d; + background-color: #4c4c4c; } .db-PricingSlider-rail { position: absolute; @@ -6876,7 +6876,7 @@ div.db-Trend-groupChart { } .db-SigmaUpgradeModal-header { font-size: 28px; - color: #32325d; + color: #4c4c4c; margin-bottom: 15px; } .db-SigmaUpgradeModal-subHeader { @@ -6891,13 +6891,13 @@ div.db-Trend-groupChart { } .db-SigmaUpgradeModal-subheading { font-size: 14px; - color: #32325d; + color: #4c4c4c; margin-bottom: 20px; } .db-SigmaUpgradeModal-divider { height: 2px; width: 100%; - background-color: #e6ebf1; + background-color: #fbfbfb; margin-bottom: 20px; } .db-SigmaUpgradeModal-question { @@ -6909,7 +6909,7 @@ div.db-Trend-groupChart { margin-bottom: 10px; } .db-SigmaUpgradeModal-answer { - color: #32325d; + color: #4c4c4c; margin-bottom: 10px; line-height: 22px; } @@ -6920,7 +6920,7 @@ div.db-Trend-groupChart { .db-SigmaUpgradeModal-footer { display: flex; flex-direction: row; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 20px; } .db-SigmaUpgradeModal-footerRow { @@ -6943,7 +6943,7 @@ div.db-Trend-groupChart { flex-grow: 1; } .db-SigmaUpgradeModal-notNowButton { - color: #32325d; + color: #4c4c4c; font-size: 16px; } .db-SigmaUpgradeModal-notNowButton:before { @@ -6975,7 +6975,7 @@ div.db-Trend-groupChart { font-size: 20px; } .db-SigmaUpgradeModal-usageNumber { - color: #32325d; + color: #4c4c4c; font-weight: 500; font-size: 24px; } @@ -7019,7 +7019,7 @@ div.db-Trend-groupChart { .db-StateChangedModal-header { font-size: 24px; margin-bottom: 10px; - color: #32325d; + color: #4c4c4c; } .db-StateChangedModal-content { background: #fff; @@ -7027,7 +7027,7 @@ div.db-Trend-groupChart { } .db-StateChangedModal-subheading { font-size: 14px; - color: #32325d; + color: #4c4c4c; margin-bottom: 20px; } .db-UnsavedChangesModal-doNotSaveButton { @@ -7043,7 +7043,7 @@ div.db-Trend-groupChart { color: #e04c4c; } .db-Banners { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-Banners-subscriptionActions { height: 45px; @@ -7110,7 +7110,7 @@ div.db-Trend-groupChart { } .db-MonthlyRepeatDayNumberTable-day.bs-is-selected, .db-MonthlyRepeatDayNumberTable-day:hover { - color: #f6f9fc; + color: #f7f7f7; } .db-MonthlyRepeatDayNumberTable-day:hover { background-color: #7795f8; @@ -7151,7 +7151,7 @@ div.db-Trend-groupChart { .db-ScheduledQueryTimeline-heading { font-size: 16px; font-weight: 500; - color: #32325d; + color: #4c4c4c; } .db-ScheduledQueryTimeline-row { padding: 12px 20px 12px 0; @@ -7193,11 +7193,11 @@ div.db-Trend-groupChart { flex-shrink: 1; } .db-Scheduler-footer { - background-color: #f6f9fc; + background-color: #f7f7f7; display: flex; flex-direction: column; padding: 10px 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; flex-shrink: 0; } .db-Scheduler-footerButtons { @@ -7299,9 +7299,9 @@ div.db-Trend-groupChart { .db-ResizeHandle { cursor: row-resize; flex: 0 0 5px; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; - border-top: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; + border-top: 1px solid #fbfbfb; z-index: 4; } .db-SigmaBigError, @@ -7316,7 +7316,7 @@ div.db-Trend-groupChart { } .db-SigmaBigError-line { height: 79px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-SigmaBigError-message { font-weight: 500; @@ -7329,8 +7329,8 @@ div.db-Trend-groupChart { margin-top: -4px; } .db-SigmaMarkdownText code { - background-color: #f6f9fc; - border: 1px solid #e6ebf1; + background-color: #f7f7f7; + border: 1px solid #fbfbfb; color: #8898aa; border-radius: 3px; } @@ -7349,7 +7349,7 @@ div.db-Trend-groupChart { padding-top: 2px; font-size: 13px; transition: all 0.5s; - background-color: #f6f9fc; + background-color: #f7f7f7; box-shadow: 0 0 0 0 rgba(50, 50, 93, 0.05), 0 15px 35px 0 rgba(50, 50, 93, 0.07), 0 5px 15px 0 rgba(0, 0, 0, 0.08); border-radius: 16px; @@ -7484,7 +7484,7 @@ div.db-Trend-groupChart { } @media print { .db-AnimatedValue { - color: #32325d !important; + color: #4c4c4c !important; } .db-AnimatedValue, .db-AnimatedValue-letter { @@ -7584,7 +7584,7 @@ div.db-Trend-groupChart { font-size: 36px; font-weight: 300; line-height: 46px; - color: #32325d; + color: #4c4c4c; } .db-DiscountAcceptanceModal-content { padding-top: 0; @@ -7600,7 +7600,7 @@ div.db-Trend-groupChart { margin-top: 4px; } .db-DiscountAcceptanceModal-tosLink { - color: #3297d3; + color: #000000; font-size: 14px; font-weight: 500; } @@ -7654,7 +7654,7 @@ div.db-Trend-groupChart { } .db-MentionEditor-mentionSuggestionsEntryFocused { padding: 7px 10px 3px; - color: #f6f9fc; + color: #f7f7f7; background-color: #14aad9; } .db-MentionEditor-mentionSuggestionsEntryContainer { @@ -7678,8 +7678,8 @@ div.db-Trend-groupChart { .db-MentionEditor-mentionSuggestions { background: #fff; border-radius: 5px; - border: 1px solid #e6ebf1; - box-shadow: 0 4px 30px 0 #e6ebf1; + border: 1px solid #fbfbfb; + box-shadow: 0 4px 30px 0 #fbfbfb; box-sizing: border-box; cursor: pointer; display: flex; @@ -7695,8 +7695,8 @@ div.db-Trend-groupChart { z-index: 5; } .db-MentionEditor-mentionSuggestions[data-help-text]:before { - background-color: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background-color: #f7f7f7; + border-bottom: 1px solid #fbfbfb; color: #8898aa; content: attr(data-help-text); cursor: auto; @@ -7811,7 +7811,7 @@ div.db-Trend-groupChart { padding: 0 5px; } .db-GroupChartHover-rowValue { - background: #f6f9fc; + background: #f7f7f7; font-size: 12px; line-height: 20px; color: #424770; @@ -7828,7 +7828,7 @@ div.db-Trend-groupChart { text-align: right; } .db-GroupChartHover-compareToValue { - color: #3297d3; + color: #000000; } .db-GroupChartHover-disputeWarningVal { color: #e25950; @@ -7967,11 +7967,11 @@ div.db-Trend-groupChart { stroke: #424770; } .db-Sparkline--color-gray .db-Sparkline-fill { - fill: #32325d; + fill: #4c4c4c; opacity: 0.15; } .db-Sparkline--color-gray .db-Sparkline-dot { - fill: #32325d; + fill: #4c4c4c; stroke: #fff; } .db-Sparkline--color-lightGray .db-Sparkline-main-line { @@ -8200,7 +8200,7 @@ html.db-NewChrome .bs-Cloud { background-color: #fff; } html.db-NewChrome .bs-Cloud > :last-child { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } html.db-NewChrome .DayPicker-container .DayPicker--horizontal, html.db-NewChrome .DayPicker-container .transition-container { @@ -8310,18 +8310,18 @@ html.db-NewChrome .DayPicker-container .CalendarMonth__day { margin-bottom: -1px; width: 40px; height: 40px; - border: 1px solid #e6ebf1; - background: #f6f9fc; + border: 1px solid #fbfbfb; + background: #f7f7f7; box-sizing: border-box; position: relative; } html.db-NewChrome .DayPicker-container .CalendarMonth__day:active { - background: #f6f9fc; + background: #f7f7f7; } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--valid:active { - background: #e6ebf1; + background: #fbfbfb; } html.db-NewChrome .DayPicker-container @@ -8431,8 +8431,8 @@ html.db-NewChrome .bs-FilterControl-flyout-contents { } html.db-NewChrome .bs-FilterControl-flyout-header { align-items: center; - background-color: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background-color: #f7f7f7; + border-bottom: 1px solid #fbfbfb; display: flex; flex-direction: row; justify-content: space-between; @@ -8462,7 +8462,7 @@ html.db-NewChrome color: #fff; } html.db-NewChrome .bs-FilterControl-item-label { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; color: #000000; display: block; font-size: 12px; @@ -8478,7 +8478,7 @@ html.db-NewChrome .bs-FilterControl-item-checkbox { margin-right: 8px; } html.db-NewChrome .bs-FilterControl-item-content { - background-color: #f6f9fc; + background-color: #f7f7f7; box-sizing: border-box; max-height: 0; overflow: hidden; @@ -8585,7 +8585,7 @@ html.db-NewChrome html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-content { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; max-height: 110px; padding: 10px; } @@ -8665,7 +8665,7 @@ html.db-NewChrome .bs-PageHeading-actions .bs-Button--new { } .db-ContentSection .bs-Tail--separated { padding: 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } html.db-NewChrome .bs-ContentSection .bs-Tail--short { padding-top: 10px; @@ -8909,7 +8909,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { background-color: #fdf9f6; border-top: 2px solid #f8e9db; padding: 15px 25px; - color: #32325d; + color: #4c4c4c; } .db-TopUpError-icon { padding-right: 30px; @@ -9061,10 +9061,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { cursor: pointer; } .db-PlanForm-billing-type-box { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; padding: 20px; - background-color: #f6f9fc; + background-color: #f7f7f7; margin-top: 20px; margin-bottom: 20px; flex-grow: 1; @@ -9248,10 +9248,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDEzLjE3M1Y1LjMwN0ExLjMxIDEuMzEgMCAwIDEgMy4zMSA0aDEzLjM4Yy43MjQgMCAxLjMxLjU3OSAxLjMxIDEuMzA3djkuMzg2QTEuMzEgMS4zMSAwIDAgMSAxNi42OSAxNkgzLjMxQzIuNTg1IDE2IDIgMTUuNDIxIDIgMTQuNjkzdi0xLjUyem0yLjM0OC00LjAwNmEuNTk0LjU5NCAwIDAgMC0uMjk1Ljc4OGMuMTMuMjk0LjQ4Ni40NC43ODMuMzA4bDIuNTc2LTEuMTQ3Yy4zLS4xMzMuODMtLjUzLjk1Ny0xLjA2LS4xMjctLjUzLS42NTctLjkyNy0uOTU3LTEuMDZMNC44MzYgNS44NDlhLjYwMS42MDEgMCAwIDAtLjc4My4zMDguNTk0LjU5NCAwIDAgMCAuMjk1Ljc4OEw3LjE5IDguMDU2bC0yLjg0IDEuMTF6Ii8+PC9zdmc+"); } .db-SideNav-icon--atlas.db-SideNav-icon--selected { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDg0LjQzNCwxMTUuMzI2bC02NC4zODEsNTUuMTg1TDMzMC41NzYsNTEuMjAxYy03LjM5NS05Ljg0NS0yMi43MjUtOC41ODctMjguMjk0LDIuNTQ5bC04OS44MTUsMTc5LjYzMWwtODMuNzkzLTgzLjc5MyAgICBjLTcuMjk2LTcuMjk2LTE5LjIzMS02LjIzNC0yNS4yMzksMS44ODVsLTcwLjA0NCw5NC44NVYxNi42OTZDMzMuMzkxLDcuNDczLDI1LjkxMywwLDE2LjY5NiwwUzAsNy40NzMsMCwxNi42OTYgICAgYzAsMTAwLjkwMywwLDM3Mi43ODcsMCw0NzguNjA5QzAsNTA0LjUyNyw3LjQ3OSw1MTIsMTYuNjk2LDUxMmg0NzguNjA5YzkuMjE3LDAsMTYuNjk2LTcuNDczLDE2LjY5Ni0xNi42OTYgICAgYzAtMTQ3LjQ2MiwwLTI1MS44ODcsMC0zNjcuMzA0QzUxMiwxMTMuNzI1LDQ5NS4yMTIsMTA2LjA4NSw0ODQuNDM0LDExNS4zMjZ6IE00NzguNjA5LDI4Ny4yNzdsLTU4LjU1NCw1MC4xOWwtODkuNDc5LTExOS4zMDkgICAgYy03LjQzLTkuODg5LTIyLjc0LTguNTU5LTI4LjI5NCwyLjU0OWwtODkuODE1LDE3OS42MzFsLTgzLjc5My04My43OTNjLTcuMzU2LTcuMzU2LTE5LjI4LTYuMTY3LTI1LjIzOSwxLjg4NWwtNzAuMDQ0LDk0Ljg1ICAgIFYzMDIuNTM3bDg1LjM5Mi0xMTUuNjI1bDg2LjQ1Nyw4Ni40NTdjOC4wNjgsOC4wODEsMjEuNjY5LDUuNzkxLDI2LjczOS00LjMzNmw4OC4wODctMTc2LjE4NWw4My45NjcsMTExLjk1MSAgICBjNS44MjYsNy43NjcsMTYuOTQ4LDguOTAxLDI0LjIyOSwyLjY1OGw1MC4zNDctNDMuMTU4VjI4Ny4yNzd6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMxNEFBRDkiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg=="); + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDg0LjQzNCwxMTUuMzI2bC02NC4zODEsNTUuMTg1TDMzMC41NzYsNTEuMjAxYy03LjM5NS05Ljg0NS0yMi43MjUtOC41ODctMjguMjk0LDIuNTQ5bC04OS44MTUsMTc5LjYzMWwtODMuNzkzLTgzLjc5MyAgICBjLTcuMjk2LTcuMjk2LTE5LjIzMS02LjIzNC0yNS4yMzksMS44ODVsLTcwLjA0NCw5NC44NVYxNi42OTZDMzMuMzkxLDcuNDczLDI1LjkxMywwLDE2LjY5NiwwUzAsNy40NzMsMCwxNi42OTYgICAgYzAsMTAwLjkwMywwLDM3Mi43ODcsMCw0NzguNjA5QzAsNTA0LjUyNyw3LjQ3OSw1MTIsMTYuNjk2LDUxMmg0NzguNjA5YzkuMjE3LDAsMTYuNjk2LTcuNDczLDE2LjY5Ni0xNi42OTYgICAgYzAtMTQ3LjQ2MiwwLTI1MS44ODcsMC0zNjcuMzA0QzUxMiwxMTMuNzI1LDQ5NS4yMTIsMTA2LjA4NSw0ODQuNDM0LDExNS4zMjZ6IE00NzguNjA5LDI4Ny4yNzdsLTU4LjU1NCw1MC4xOWwtODkuNDc5LTExOS4zMDkgICAgYy03LjQzLTkuODg5LTIyLjc0LTguNTU5LTI4LjI5NCwyLjU0OWwtODkuODE1LDE3OS42MzFsLTgzLjc5My04My43OTNjLTcuMzU2LTcuMzU2LTE5LjI4LTYuMTY3LTI1LjIzOSwxLjg4NWwtNzAuMDQ0LDk0Ljg1ICAgIFYzMDIuNTM3bDg1LjM5Mi0xMTUuNjI1bDg2LjQ1Nyw4Ni40NTdjOC4wNjgsOC4wODEsMjEuNjY5LDUuNzkxLDI2LjczOS00LjMzNmw4OC4wODctMTc2LjE4NWw4My45NjcsMTExLjk1MSAgICBjNS44MjYsNy43NjcsMTYuOTQ4LDguOTAxLDI0LjIyOSwyLjY1OGw1MC4zNDctNDMuMTU4VjI4Ny4yNzd6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMDAwMDAiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg=="); } .db-SideNav-icon--report.db-SideNav-icon--selected { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI4MC4wMjcgMjgwLjAyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjgwLjAyNyAyODAuMDI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMDgwYTgiIGQ9Ik0xNy41MDIsMTA1LjAwOWgzNS4wMDNjOS42NjEsMCwxNy41MDIsNy44MzIsMTcuNTAyLDE3LjUwMnYxMTMuNzYxICAgYzAsOS42Ny03Ljg0MSwxNy41MDItMTcuNTAyLDE3LjUwMkgxNy41MDJDNy44NDEsMjUzLjc3NCwwLDI0NS45NDIsMCwyMzYuMjcyVjEyMi41MTFDMCwxMTIuODQxLDcuODQxLDEwNS4wMDksMTcuNTAyLDEwNS4wMDl6IiBkYXRhLW9yaWdpbmFsPSIjMjZBNkQxIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMTRhYWQ5Ij48L3BhdGg+PHBhdGggc3R5bGU9ImZpbGw6IzAwODBhOCIgZD0iTTEyMi41MTIsMjYuMjUyaDM1LjAwM2M5LjY2MSwwLDE3LjUwMiw3Ljg0MSwxNy41MDIsMTcuNTAydjE5Mi41MTkgICBjMCw5LjY3LTcuODQxLDE3LjUwMi0xNy41MDIsMTcuNTAyaC0zNS4wMDNjLTkuNjYxLDAtMTcuNTAyLTcuODMyLTE3LjUwMi0xNy41MDJWNDMuNzUzICAgQzEwNS4wMSwzNC4wOTIsMTEyLjg1MSwyNi4yNTIsMTIyLjUxMiwyNi4yNTJ6IiBkYXRhLW9yaWdpbmFsPSIjM0RCMzlFIiBjbGFzcz0iIiBkYXRhLW9sZF9jb2xvcj0iIzE0YWFkOSI+PC9wYXRoPjxwYXRoIHN0eWxlPSJmaWxsOiMwMDgwYTgiIGQ9Ik0yMjcuNTIyLDcwLjAwNmgzNS4wMDNjOS42NjEsMCwxNy41MDIsNy44NDEsMTcuNTAyLDE3LjUwMnYxNDguNzY1ICAgYzAsOS42Ny03Ljg0MSwxNy41MDItMTcuNTAyLDE3LjUwMmgtMzUuMDAzYy05LjY2MSwwLTE3LjUwMi03LjgzMi0xNy41MDItMTcuNTAyVjg3LjUwOCAgIEMyMTAuMDIxLDc3Ljg0NywyMTcuODYxLDcwLjAwNiwyMjcuNTIyLDcwLjAwNnoiIGRhdGEtb3JpZ2luYWw9IiNFMjU3NEMiIGNsYXNzPSIiIGRhdGEtb2xkX2NvbG9yPSIjMTRhYWQ5Ij48L3BhdGg+PC9nPjwvZz4gPC9zdmc+"); + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI4MC4wMjcgMjgwLjAyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjgwLjAyNyAyODAuMDI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMDAwMDAiIGQ9Ik0xNy41MDIsMTA1LjAwOWgzNS4wMDNjOS42NjEsMCwxNy41MDIsNy44MzIsMTcuNTAyLDE3LjUwMnYxMTMuNzYxICAgYzAsOS42Ny03Ljg0MSwxNy41MDItMTcuNTAyLDE3LjUwMkgxNy41MDJDNy44NDEsMjUzLjc3NCwwLDI0NS45NDIsMCwyMzYuMjcyVjEyMi41MTFDMCwxMTIuODQxLDcuODQxLDEwNS4wMDksMTcuNTAyLDEwNS4wMDl6IiBkYXRhLW9yaWdpbmFsPSIjMjZBNkQxIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMTRhYWQ5Ij48L3BhdGg+PHBhdGggc3R5bGU9ImZpbGw6IzAwMDAwMCIgZD0iTTEyMi41MTIsMjYuMjUyaDM1LjAwM2M5LjY2MSwwLDE3LjUwMiw3Ljg0MSwxNy41MDIsMTcuNTAydjE5Mi41MTkgICBjMCw5LjY3LTcuODQxLDE3LjUwMi0xNy41MDIsMTcuNTAyaC0zNS4wMDNjLTkuNjYxLDAtMTcuNTAyLTcuODMyLTE3LjUwMi0xNy41MDJWNDMuNzUzICAgQzEwNS4wMSwzNC4wOTIsMTEyLjg1MSwyNi4yNTIsMTIyLjUxMiwyNi4yNTJ6IiBkYXRhLW9yaWdpbmFsPSIjM0RCMzlFIiBjbGFzcz0iIiBkYXRhLW9sZF9jb2xvcj0iIzE0YWFkOSI+PC9wYXRoPjxwYXRoIHN0eWxlPSJmaWxsOiMwMDAwMDAiIGQ9Ik0yMjcuNTIyLDcwLjAwNmgzNS4wMDNjOS42NjEsMCwxNy41MDIsNy44NDEsMTcuNTAyLDE3LjUwMnYxNDguNzY1ICAgYzAsOS42Ny03Ljg0MSwxNy41MDItMTcuNTAyLDE3LjUwMmgtMzUuMDAzYy05LjY2MSwwLTE3LjUwMi03LjgzMi0xNy41MDItMTcuNTAyVjg3LjUwOCAgIEMyMTAuMDIxLDc3Ljg0NywyMTcuODYxLDcwLjAwNiwyMjcuNTIyLDcwLjAwNnoiIGRhdGEtb3JpZ2luYWw9IiNFMjU3NEMiIGNsYXNzPSIiIGRhdGEtb2xkX2NvbG9yPSIjMTRhYWQ5Ij48L3BhdGg+PC9nPjwvZz4gPC9zdmc+"); } .db-SideNav-icon--beta.db-SideNav-icon--selected { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41IDMuOTRsMy41IDYuMDYyLTMuNSA2LjA2MmgtN0wzIDEwLjAwMiA2LjUgMy45NGg3ek0xMCAxMy4wMDJhMyAzIDAgMSAwIDAtNiAzIDMgMCAwIDAgMCA2eiIvPjwvc3ZnPg=="); @@ -9260,10 +9260,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDg5Ni4wMjUgODk2LjAyNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODk2LjAyNSA4OTYuMDI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+PHBhdGggaWQ9InNldHRpbmdzXzFfIiBkPSJNODYzLjI0LDM4Mi43NzFsLTg4Ljc1OS0xNC44MDdjLTYuNDUxLTI2LjM3NC0xNS44NTctNTEuNTg1LTI4LjEwNy03NS4wOTlsNTYuODIxLTcwLjQ1MiAgIGMxMi4wODUtMTQuODg5LDExLjUzNi0zNi4zMTItMS4yMDUtNTAuNjgybC0zNS4zMDEtMzkuNzI5Yy0xMi43OTYtMTQuMzU1LTM0LjAxNi0xNy4zOTEtNTAuMjAyLTcuMTY1bC03NS45MDYsNDcuNzE2ICAgYy0zMy4zODYtMjMuMzI2LTcxLjIwNC00MC41NTEtMTEyLTUwLjU0NmwtMTQuODUtODkuMjM1Yy0zLjExNi0xOC44OTUtMTkuNDY3LTMyLjc1OS0zOC42NjEtMzIuNzU5aC01My4xOTggICBjLTE5LjE1NSwwLTM1LjU2MSwxMy44NjQtMzguNjA4LDMyLjc1OWwtMTQuOTMxLDg5LjI2M2MtMzMuNzI5LDguMjU4LTY1LjM1MywyMS41ODgtOTQuMjEzLDM5LjE0NGwtNzIuMTg4LTUxLjUxOCAgIGMtMTUuNTU4LTExLjExNS0zNi45MjctOS4zNzctNTAuNTA0LDQuMTcxbC0zNy41ODMsMzcuNjFjLTEzLjU0OCwxMy41NzctMTUuMjg2LDM0Ljk0Ni00LjE0Miw1MC41MDRsNTEuNjM4LDcyLjMyNiAgIGMtMTcuMzkxLDI4LjY0Mi0zMC41ODQsNjAuMDg2LTM4Ljg0MSw5My41MTVsLTg5Ljc0MywxNC45ODVDMTMuODkxLDM4NS44ODgsMCw0MDIuMjQsMCw0MjEuNDM1djUzLjE1NiAgIGMwLDE5LjE5MywxMy44OTEsMzUuNTQ3LDMyLjc1NywzOC42NjNsODkuNzQzLDE0Ljk4NWM2Ljc4MSwyNy41MDgsMTYuNjI1LDUzLjc4NCwyOS43MDksNzguMTQ3TDk1LjY0Nyw2NzYuNDQgICBjLTEyLjA0NCwxNC44NzUtMTEuNTM4LDM2LjMxMiwxLjIwMyw1MC42NjlsMzUuMjc0LDM5LjczYzEyLjc5NywxNC4zODIsMzQuMDI4LDE3LjM2Myw1MC4yMTYsNy4xNjNsNzctNDguMzcgICBjMzIuNTgxLDIyLjI4NSw2OS40NCwzOC42NjQsMTA4Ljk5Myw0OC4zN2wxNC45MzEsODkuMjVjMy4wNDgsMTguODk2LDE5LjQ1MywzMi43NiwzOC42MDgsMzIuNzZoNTMuMTk4ICAgYzE5LjE5NCwwLDM1LjU0NS0xMy44NjMsMzguNjYxLTMyLjc1OWwxNC44NzUtODkuMjVjMzMuMzA4LTguMTQ3LDY0LjUzMS0yMS4yNDUsOTMuMTM0LTM4LjVsNzUuMTk2LDUzLjcwNSAgIGMxNS41MywxMS4xNTUsMzYuOTE1LDkuNDA1LDUwLjQ3OC00LjE4NmwzNy41OTgtMzcuNTk3YzEzLjUzMi0xMy41MzYsMTUuMzY1LTM0Ljg5Myw0LjEyNy01MC40NzlsLTUzLjUzNi03NS4wNTkgICBjMTcuNDQxLTI4LjczOCwzMC43MDQtNjAuMjM4LDM4LjkwOS05My44MTZsODguNzU4LTE0LjgyYzE4LjkyMS0zLjExNiwzMi43NTYtMTkuNDY5LDMyLjc1Ni0zOC42NjN2LTUzLjE1NiAgIEM4OTUuOTk4LDQwMi4yNCw4ODIuMTYzLDM4NS44ODgsODYzLjI0LDM4Mi43NzF6IE00NDkuNDIsNjE2LjAxM2MtOTIuNzY0LDAtMTY4LTc1LjI1LTE2OC0xNjhjMC05Mi43NjQsNzUuMjM2LTE2OCwxNjgtMTY4ICAgYzkyLjc0OCwwLDE2Ny45OTgsNzUuMjM2LDE2Ny45OTgsMTY4QzYxNy40MTgsNTQwLjc2Myw1NDIuMTY4LDYxNi4wMTMsNDQ5LjQyLDYxNi4wMTN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMDgwYTgiIGRhdGEtb2xkX2NvbG9yPSIjMDA4MGE4Ij48L3BhdGg+PC9nPjwvZz4gPC9zdmc+"); } .db-SideNav-icon--connect.db-SideNav-icon--selected { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ4OC4xNTIgNDg4LjE1MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg4LjE1MiA0ODguMTUyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+PGc+PHBhdGggZD0iTTE3Ny44NTQsMjY5LjMxMWMwLTYuMTE1LTQuOTYtMTEuMDY5LTExLjA4LTExLjA2OWgtMzguNjY1Yy02LjExMywwLTExLjA3NCw0Ljk1NC0xMS4wNzQsMTEuMDY5djM4LjY2ICAgIGMwLDYuMTIzLDQuOTYxLDExLjA3OSwxMS4wNzQsMTEuMDc5aDM4LjY2NWM2LjEyLDAsMTEuMDgtNC45NTYsMTEuMDgtMTEuMDc5VjI2OS4zMTFMMTc3Ljg1NCwyNjkuMzExeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDA4MGE4IiBkYXRhLW9sZF9jb2xvcj0iIzAwODBhOCI+PC9wYXRoPjxwYXRoIGQ9Ik0yNzQuNDgzLDI2OS4zMTFjMC02LjExNS00Ljk2MS0xMS4wNjktMTEuMDY5LTExLjA2OWgtMzguNjdjLTYuMTEzLDAtMTEuMDc0LDQuOTU0LTExLjA3NCwxMS4wNjl2MzguNjYgICAgYzAsNi4xMjMsNC45NjEsMTEuMDc5LDExLjA3NCwxMS4wNzloMzguNjdjNi4xMDgsMCwxMS4wNjktNC45NTYsMTEuMDY5LTExLjA3OVYyNjkuMzExeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDA4MGE4IiBkYXRhLW9sZF9jb2xvcj0iIzAwODBhOCI+PC9wYXRoPjxwYXRoIGQ9Ik0zNzEuMTE3LDI2OS4zMTFjMC02LjExNS00Ljk2MS0xMS4wNjktMTEuMDc0LTExLjA2OWgtMzguNjY1Yy02LjEyLDAtMTEuMDgsNC45NTQtMTEuMDgsMTEuMDY5djM4LjY2ICAgIGMwLDYuMTIzLDQuOTYsMTEuMDc5LDExLjA4LDExLjA3OWgzOC42NjVjNi4xMTMsMCwxMS4wNzQtNC45NTYsMTEuMDc0LTExLjA3OVYyNjkuMzExeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDA4MGE4IiBkYXRhLW9sZF9jb2xvcj0iIzAwODBhOCI+PC9wYXRoPjxwYXRoIGQ9Ik0xNzcuODU0LDM2NS45NWMwLTYuMTI1LTQuOTYtMTEuMDc1LTExLjA4LTExLjA3NWgtMzguNjY1Yy02LjExMywwLTExLjA3NCw0Ljk1LTExLjA3NCwxMS4wNzV2MzguNjUzICAgIGMwLDYuMTE5LDQuOTYxLDExLjA3NCwxMS4wNzQsMTEuMDc0aDM4LjY2NWM2LjEyLDAsMTEuMDgtNC45NTYsMTEuMDgtMTEuMDc0VjM2NS45NUwxNzcuODU0LDM2NS45NXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzAwODBhOCIgZGF0YS1vbGRfY29sb3I9IiMwMDgwYTgiPjwvcGF0aD48cGF0aCBkPSJNMjc0LjQ4MywzNjUuOTVjMC02LjEyNS00Ljk2MS0xMS4wNzUtMTEuMDY5LTExLjA3NWgtMzguNjdjLTYuMTEzLDAtMTEuMDc0LDQuOTUtMTEuMDc0LDExLjA3NXYzOC42NTMgICAgYzAsNi4xMTksNC45NjEsMTEuMDc0LDExLjA3NCwxMS4wNzRoMzguNjdjNi4xMDgsMCwxMS4wNjktNC45NTYsMTEuMDY5LTExLjA3NFYzNjUuOTV6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMDgwYTgiIGRhdGEtb2xkX2NvbG9yPSIjMDA4MGE4Ij48L3BhdGg+PHBhdGggZD0iTTM3MS4xMTcsMzY1Ljk1YzAtNi4xMjUtNC45NjEtMTEuMDc1LTExLjA2OS0xMS4wNzVoLTM4LjY3Yy02LjEyLDAtMTEuMDgsNC45NS0xMS4wOCwxMS4wNzV2MzguNjUzICAgIGMwLDYuMTE5LDQuOTYsMTEuMDc0LDExLjA4LDExLjA3NGgzOC42N2M2LjEwOCwwLDExLjA2OS00Ljk1NiwxMS4wNjktMTEuMDc0VjM2NS45NUwzNzEuMTE3LDM2NS45NXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzAwODBhOCIgZGF0YS1vbGRfY29sb3I9IiMwMDgwYTgiPjwvcGF0aD48cGF0aCBkPSJNNDQwLjI1NCw1NC4zNTR2NTkuMDVjMCwyNi42OS0yMS42NTIsNDguMTk4LTQ4LjMzOCw0OC4xOThoLTMwLjQ5M2MtMjYuNjg4LDAtNDguNjI3LTIxLjUwOC00OC42MjctNDguMTk4VjU0LjE0MiAgICBoLTEzNy40NHY1OS4yNjJjMCwyNi42OS0yMS45MzgsNDguMTk4LTQ4LjYyMiw0OC4xOThIOTYuMjM1Yy0yNi42ODUsMC00OC4zMzYtMjEuNTA4LTQ4LjMzNi00OC4xOTh2LTU5LjA1ICAgIEMyNC41NzYsNTUuMDU3LDUuNDExLDc0LjM1Niw1LjQxMSw5OC4wNzd2MzQ2LjA2MWMwLDI0LjE2NywxOS41ODgsNDQuMDE1LDQzLjc1NSw0NC4wMTVoMzg5LjgyICAgIGMyNC4xMzEsMCw0My43NTUtMTkuODg5LDQzLjc1NS00NC4wMTVWOTguMDc3QzQ4Mi43NDEsNzQuMzU2LDQ2My41NzcsNTUuMDU3LDQ0MC4yNTQsNTQuMzU0eiBNNDI2LjA5MSw0MjIuNTg4ICAgIGMwLDEwLjQ0NC04LjQ2OCwxOC45MTctMTguOTE2LDE4LjkxN0g4MC4xNDRjLTEwLjQ0OCwwLTE4LjkxNi04LjQ3My0xOC45MTYtMTguOTE3VjI0My44MzVjMC0xMC40NDgsOC40NjctMTguOTIxLDE4LjkxNi0xOC45MjEgICAgaDMyNy4wM2MxMC40NDgsMCwxOC45MTYsOC40NzMsMTguOTE2LDE4LjkyMUw0MjYuMDkxLDQyMi41ODhMNDI2LjA5MSw0MjIuNTg4eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDA4MGE4IiBkYXRhLW9sZF9jb2xvcj0iIzAwODBhOCI+PC9wYXRoPjxwYXRoIGQ9Ik05Ni4xMjgsMTI5Ljk0NWgzMC4xNjJjOS4xNTUsMCwxNi41NzgtNy40MTIsMTYuNTc4LTE2LjU2N1YxNi41NzNDMTQyLjg2OCw3LjQxNywxMzUuNDQ1LDAsMTI2LjI5LDBIOTYuMTI4ICAgIEM4Ni45NzIsMCw3OS41NSw3LjQxNyw3OS41NSwxNi41NzN2OTYuODA1Qzc5LjU1LDEyMi41MzMsODYuOTcyLDEyOS45NDUsOTYuMTI4LDEyOS45NDV6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMDgwYTgiIGRhdGEtb2xkX2NvbG9yPSIjMDA4MGE4Ij48L3BhdGg+PHBhdGggZD0iTTM2MS4wMzUsMTI5Ljk0NWgzMC4xNjJjOS4xNDksMCwxNi41NzItNy40MTIsMTYuNTcyLTE2LjU2N1YxNi41NzNDNDA3Ljc3LDcuNDE3LDQwMC4zNDcsMCwzOTEuMTk3LDBoLTMwLjE2MiAgICBjLTkuMTU0LDAtMTYuNTc3LDcuNDE3LTE2LjU3NywxNi41NzN2OTYuODA1QzM0NC40NTgsMTIyLjUzMywzNTEuODgxLDEyOS45NDUsMzYxLjAzNSwxMjkuOTQ1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDA4MGE4IiBkYXRhLW9sZF9jb2xvcj0iIzAwODBhOCI+PC9wYXRoPjwvZz48L2c+PC9nPiA8L3N2Zz4="); + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ4OC4xNTIgNDg4LjE1MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg4LjE1MiA0ODguMTUyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+PGc+PHBhdGggZD0iTTE3Ny44NTQsMjY5LjMxMWMwLTYuMTE1LTQuOTYtMTEuMDY5LTExLjA4LTExLjA2OWgtMzguNjY1Yy02LjExMywwLTExLjA3NCw0Ljk1NC0xMS4wNzQsMTEuMDY5djM4LjY2ICAgIGMwLDYuMTIzLDQuOTYxLDExLjA3OSwxMS4wNzQsMTEuMDc5aDM4LjY2NWM2LjEyLDAsMTEuMDgtNC45NTYsMTEuMDgtMTEuMDc5VjI2OS4zMTFMMTc3Ljg1NCwyNjkuMzExeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0yNzQuNDgzLDI2OS4zMTFjMC02LjExNS00Ljk2MS0xMS4wNjktMTEuMDY5LTExLjA2OWgtMzguNjdjLTYuMTEzLDAtMTEuMDc0LDQuOTU0LTExLjA3NCwxMS4wNjl2MzguNjYgICAgYzAsNi4xMjMsNC45NjEsMTEuMDc5LDExLjA3NCwxMS4wNzloMzguNjdjNi4xMDgsMCwxMS4wNjktNC45NTYsMTEuMDY5LTExLjA3OVYyNjkuMzExeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0zNzEuMTE3LDI2OS4zMTFjMC02LjExNS00Ljk2MS0xMS4wNjktMTEuMDc0LTExLjA2OWgtMzguNjY1Yy02LjEyLDAtMTEuMDgsNC45NTQtMTEuMDgsMTEuMDY5djM4LjY2ICAgIGMwLDYuMTIzLDQuOTYsMTEuMDc5LDExLjA4LDExLjA3OWgzOC42NjVjNi4xMTMsMCwxMS4wNzQtNC45NTYsMTEuMDc0LTExLjA3OVYyNjkuMzExeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0xNzcuODU0LDM2NS45NWMwLTYuMTI1LTQuOTYtMTEuMDc1LTExLjA4LTExLjA3NWgtMzguNjY1Yy02LjExMywwLTExLjA3NCw0Ljk1LTExLjA3NCwxMS4wNzV2MzguNjUzICAgIGMwLDYuMTE5LDQuOTYxLDExLjA3NCwxMS4wNzQsMTEuMDc0aDM4LjY2NWM2LjEyLDAsMTEuMDgtNC45NTYsMTEuMDgtMTEuMDc0VjM2NS45NUwxNzcuODU0LDM2NS45NXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzAwMDAwMCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD48cGF0aCBkPSJNMjc0LjQ4MywzNjUuOTVjMC02LjEyNS00Ljk2MS0xMS4wNzUtMTEuMDY5LTExLjA3NWgtMzguNjdjLTYuMTEzLDAtMTEuMDc0LDQuOTUtMTEuMDc0LDExLjA3NXYzOC42NTMgICAgYzAsNi4xMTksNC45NjEsMTEuMDc0LDExLjA3NCwxMS4wNzRoMzguNjdjNi4xMDgsMCwxMS4wNjktNC45NTYsMTEuMDY5LTExLjA3NFYzNjUuOTV6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMDAwMDAiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+PHBhdGggZD0iTTM3MS4xMTcsMzY1Ljk1YzAtNi4xMjUtNC45NjEtMTEuMDc1LTExLjA2OS0xMS4wNzVoLTM4LjY3Yy02LjEyLDAtMTEuMDgsNC45NS0xMS4wOCwxMS4wNzV2MzguNjUzICAgIGMwLDYuMTE5LDQuOTYsMTEuMDc0LDExLjA4LDExLjA3NGgzOC42N2M2LjEwOCwwLDExLjA2OS00Ljk1NiwxMS4wNjktMTEuMDc0VjM2NS45NUwzNzEuMTE3LDM2NS45NXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzAwMDAwMCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD48cGF0aCBkPSJNNDQwLjI1NCw1NC4zNTR2NTkuMDVjMCwyNi42OS0yMS42NTIsNDguMTk4LTQ4LjMzOCw0OC4xOThoLTMwLjQ5M2MtMjYuNjg4LDAtNDguNjI3LTIxLjUwOC00OC42MjctNDguMTk4VjU0LjE0MiAgICBoLTEzNy40NHY1OS4yNjJjMCwyNi42OS0yMS45MzgsNDguMTk4LTQ4LjYyMiw0OC4xOThIOTYuMjM1Yy0yNi42ODUsMC00OC4zMzYtMjEuNTA4LTQ4LjMzNi00OC4xOTh2LTU5LjA1ICAgIEMyNC41NzYsNTUuMDU3LDUuNDExLDc0LjM1Niw1LjQxMSw5OC4wNzd2MzQ2LjA2MWMwLDI0LjE2NywxOS41ODgsNDQuMDE1LDQzLjc1NSw0NC4wMTVoMzg5LjgyICAgIGMyNC4xMzEsMCw0My43NTUtMTkuODg5LDQzLjc1NS00NC4wMTVWOTguMDc3QzQ4Mi43NDEsNzQuMzU2LDQ2My41NzcsNTUuMDU3LDQ0MC4yNTQsNTQuMzU0eiBNNDI2LjA5MSw0MjIuNTg4ICAgIGMwLDEwLjQ0NC04LjQ2OCwxOC45MTctMTguOTE2LDE4LjkxN0g4MC4xNDRjLTEwLjQ0OCwwLTE4LjkxNi04LjQ3My0xOC45MTYtMTguOTE3VjI0My44MzVjMC0xMC40NDgsOC40NjctMTguOTIxLDE4LjkxNi0xOC45MjEgICAgaDMyNy4wM2MxMC40NDgsMCwxOC45MTYsOC40NzMsMTguOTE2LDE4LjkyMUw0MjYuMDkxLDQyMi41ODhMNDI2LjA5MSw0MjIuNTg4eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik05Ni4xMjgsMTI5Ljk0NWgzMC4xNjJjOS4xNTUsMCwxNi41NzgtNy40MTIsMTYuNTc4LTE2LjU2N1YxNi41NzNDMTQyLjg2OCw3LjQxNywxMzUuNDQ1LDAsMTI2LjI5LDBIOTYuMTI4ICAgIEM4Ni45NzIsMCw3OS41NSw3LjQxNyw3OS41NSwxNi41NzN2OTYuODA1Qzc5LjU1LDEyMi41MzMsODYuOTcyLDEyOS45NDUsOTYuMTI4LDEyOS45NDV6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMDAwMDAiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+PHBhdGggZD0iTTM2MS4wMzUsMTI5Ljk0NWgzMC4xNjJjOS4xNDksMCwxNi41NzItNy40MTIsMTYuNTcyLTE2LjU2N1YxNi41NzNDNDA3Ljc3LDcuNDE3LDQwMC4zNDcsMCwzOTEuMTk3LDBoLTMwLjE2MiAgICBjLTkuMTU0LDAtMTYuNTc3LDcuNDE3LTE2LjU3NywxNi41NzN2OTYuODA1QzM0NC40NTgsMTIyLjUzMywzNTEuODgxLDEyOS45NDUsMzYxLjAzNSwxMjkuOTQ1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjwvZz48L2c+PC9nPiA8L3N2Zz4="); } .db-SideNav-icon--customers.db-SideNav-icon--selected { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDg3LjMgNDg3LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4Ny4zIDQ4Ny4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxnPjxnPjxnPjxnPjxwYXRoIGQ9Ik0zNjIuMSwzMjYuMDVjLTMyLjYtMjYuOC02Ny43LTQ0LjUtNzQuOS00OGMtMC44LTAuNC0xLjMtMS4yLTEuMy0yLjF2LTUwLjdjNi40LTQuMywxMC42LTExLjUsMTAuNi0xOS43di01Mi42ICAgICBjMC0yNi4yLTIxLjItNDcuNC00Ny40LTQ3LjRoLTUuNmgtNS43Yy0yNi4yLDAtNDcuNCwyMS4yLTQ3LjQsNDcuNHY1Mi42YzAsOC4yLDQuMiwxNS41LDEwLjYsMTkuN3Y1MC43YzAsMC45LTAuNSwxLjctMS4zLDIuMSAgICAgYy03LjIsMy41LTQyLjMsMjEuMy03NC45LDQ4Yy01LjksNC44LTkuMywxMi4xLTkuMywxOS43djM2aDEyOGgxMjcuOXYtMzZDMzcxLjQsMzM4LjE1LDM2OCwzMzAuODUsMzYyLjEsMzI2LjA1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDA4MGE4IiBkYXRhLW9sZF9jb2xvcj0iIzAwODBhOCI+PC9wYXRoPjwvZz48Zz48cGF0aCBkPSJNNDc5LjIsMjkwLjU1Yy0yNy4zLTIyLjUtNTYuOC0zNy40LTYyLjgtNDAuM2MtMC43LTAuMy0xLjEtMS0xLjEtMS44di00Mi41YzUuMy0zLjYsOC45LTkuNiw4LjktMTYuNnYtNDQuMSAgICAgYzAtMjEuOS0xNy44LTM5LjctMzkuNy0zOS43aC00LjdoLTQuN2MtMjEuOSwwLTM5LjcsMTcuOC0zOS43LDM5Ljd2NDQuMWMwLDYuOSwzLjUsMTMsOC45LDE2LjZ2NDIuNWMwLDAuOC0wLjQsMS40LTEuMSwxLjggICAgIGMtMy43LDEuOC0xNi41LDguMi0zMi4xLDE4LjJjMTUuNiw4LjYsNDAuMywyMy40LDYzLjYsNDIuNmM4LjIsNi43LDEzLjYsMTYsMTUuNiwyNi4yaDk3di0zMC4yICAgICBDNDg3LDMwMC42NSw0ODQuMiwyOTQuNTUsNDc5LjIsMjkwLjU1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDA4MGE4IiBkYXRhLW9sZF9jb2xvcj0iIzAwODBhOCI+PC9wYXRoPjwvZz48Zz48cGF0aCBkPSJNMTQ0LDI1MC4yNWMtMC43LTAuMy0xLjEtMS0xLjEtMS44di00Mi41YzUuMy0zLjYsOC45LTkuNiw4LjktMTYuNnYtNDQuMWMwLTIxLjktMTcuOC0zOS43LTM5LjctMzkuN2gtNC43aC00LjkgICAgIGMtMjEuOSwwLTM5LjcsMTcuOC0zOS43LDM5Ljd2NDQuMWMwLDYuOSwzLjUsMTMsOC45LDE2LjZ2NDIuNWMwLDAuOC0wLjQsMS40LTEuMSwxLjhjLTYsMi45LTM1LjUsMTcuOC02Mi44LDQwLjMgICAgIGMtNC45LDQuMS03LjgsMTAuMS03LjgsMTYuNXYzMC4yaDk3YzEuOS0xMC4yLDcuNC0xOS41LDE1LjYtMjYuMmMyMy4zLTE5LjIsNDgtMzQsNjMuNi00Mi42ICAgICBDMTYwLjUsMjU4LjQ1LDE0Ny43LDI1Mi4wNSwxNDQsMjUwLjI1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDA4MGE4IiBkYXRhLW9sZF9jb2xvcj0iIzAwODBhOCI+PC9wYXRoPjwvZz48L2c+PC9nPjwvZz4gPC9zdmc+"); + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDg3LjMgNDg3LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4Ny4zIDQ4Ny4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxnPjxnPjxnPjxnPjxwYXRoIGQ9Ik0zNjIuMSwzMjYuMDVjLTMyLjYtMjYuOC02Ny43LTQ0LjUtNzQuOS00OGMtMC44LTAuNC0xLjMtMS4yLTEuMy0yLjF2LTUwLjdjNi40LTQuMywxMC42LTExLjUsMTAuNi0xOS43di01Mi42ICAgICBjMC0yNi4yLTIxLjItNDcuNC00Ny40LTQ3LjRoLTUuNmgtNS43Yy0yNi4yLDAtNDcuNCwyMS4yLTQ3LjQsNDcuNHY1Mi42YzAsOC4yLDQuMiwxNS41LDEwLjYsMTkuN3Y1MC43YzAsMC45LTAuNSwxLjctMS4zLDIuMSAgICAgYy03LjIsMy41LTQyLjMsMjEuMy03NC45LDQ4Yy01LjksNC44LTkuMywxMi4xLTkuMywxOS43djM2aDEyOGgxMjcuOXYtMzZDMzcxLjQsMzM4LjE1LDM2OCwzMzAuODUsMzYyLjEsMzI2LjA1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjwvZz48Zz48cGF0aCBkPSJNNDc5LjIsMjkwLjU1Yy0yNy4zLTIyLjUtNTYuOC0zNy40LTYyLjgtNDAuM2MtMC43LTAuMy0xLjEtMS0xLjEtMS44di00Mi41YzUuMy0zLjYsOC45LTkuNiw4LjktMTYuNnYtNDQuMSAgICAgYzAtMjEuOS0xNy44LTM5LjctMzkuNy0zOS43aC00LjdoLTQuN2MtMjEuOSwwLTM5LjcsMTcuOC0zOS43LDM5Ljd2NDQuMWMwLDYuOSwzLjUsMTMsOC45LDE2LjZ2NDIuNWMwLDAuOC0wLjQsMS40LTEuMSwxLjggICAgIGMtMy43LDEuOC0xNi41LDguMi0zMi4xLDE4LjJjMTUuNiw4LjYsNDAuMywyMy40LDYzLjYsNDIuNmM4LjIsNi43LDEzLjYsMTYsMTUuNiwyNi4yaDk3di0zMC4yICAgICBDNDg3LDMwMC42NSw0ODQuMiwyOTQuNTUsNDc5LjIsMjkwLjU1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjwvZz48Zz48cGF0aCBkPSJNMTQ0LDI1MC4yNWMtMC43LTAuMy0xLjEtMS0xLjEtMS44di00Mi41YzUuMy0zLjYsOC45LTkuNiw4LjktMTYuNnYtNDQuMWMwLTIxLjktMTcuOC0zOS43LTM5LjctMzkuN2gtNC43aC00LjkgICAgIGMtMjEuOSwwLTM5LjcsMTcuOC0zOS43LDM5Ljd2NDQuMWMwLDYuOSwzLjUsMTMsOC45LDE2LjZ2NDIuNWMwLDAuOC0wLjQsMS40LTEuMSwxLjhjLTYsMi45LTM1LjUsMTcuOC02Mi44LDQwLjMgICAgIGMtNC45LDQuMS03LjgsMTAuMS03LjgsMTYuNXYzMC4yaDk3YzEuOS0xMC4yLDcuNC0xOS41LDE1LjYtMjYuMmMyMy4zLTE5LjIsNDgtMzQsNjMuNi00Mi42ICAgICBDMTYwLjUsMjU4LjQ1LDE0Ny43LDI1Mi4wNSwxNDQsMjUwLjI1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjwvZz48L2c+PC9nPjwvZz4gPC9zdmc+"); } .db-SideNav-icon--events.db-SideNav-icon--selected { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiM4N0JCRkQiIGQ9Ik0xMCAxOGE4IDggMCAxIDAgMC0xNiA4IDggMCAwIDAgMCAxNnptNC4xMzQtMi41MjRhNi44MzcgNi44MzcgMCAwIDAgMi43MzUtNS40NzRjMC0zLjc4NS0zLjA3Ni02Ljg1My02Ljg2OS02Ljg1My0zLjc5MyAwLTYuODcgMy4wNjgtNi44NyA2Ljg1M2E2LjgzNyA2LjgzNyAwIDAgMCAyLjc0MyA1LjQ3OS44NS44NSAwIDAgMCAxLjAyLTEuMzYgNS4xMzcgNS4xMzcgMCAwIDEtMi4wNjItNC4xMTlDNC44MyA3LjE1NyA3LjE0NSA0Ljg1IDEwIDQuODVjMi44NTUgMCA1LjE3IDIuMzA4IDUuMTcgNS4xNTNhNS4xMzcgNS4xMzcgMCAwIDEtMi4wNTkgNC4xMTYuODUuODUgMCAxIDAgMS4wMjMgMS4zNTh6bS0xLjk5MS0yLjY0NGEzLjU0NiAzLjU0NiAwIDAgMCAxLjQxOC0yLjgzOEEzLjU1NyAzLjU1NyAwIDAgMCAxMCA2LjQ0YTMuNTU3IDMuNTU3IDAgMCAwLTMuNTYxIDMuNTU0YzAgMS4xMy41MzQgMi4xNzQgMS40MjIgMi44NGEuODUuODUgMCAxIDAgMS4wMi0xLjM1OSAxLjg0NyAxLjg0NyAwIDAgMS0uNzQyLTEuNDgxYzAtMS4wMjQuODMzLTEuODU0IDEuODYxLTEuODU0czEuODYxLjgzIDEuODYxIDEuODU0YzAgLjU4OS0uMjc3IDEuMTMxLS43NCAxLjQ4YS44NS44NSAwIDEgMCAxLjAyMiAxLjM1OHoiLz48Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSIxLjg3IiBmaWxsPSIjNjc3MkU1Ii8+PC9nPjwvc3ZnPg=="); @@ -9284,7 +9284,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiM4N0JCRkQiIGQ9Ik0xMi42MTQgNS4yOGgxLjAyOXYxLjkxNGgzLjEwN2wtMS4yMDcgNi44Yy0uMTcyLjk4Mi0uOTY4IDEuNzA5LTEuOTIxIDEuNzU2SDYuMzc4Yy0uOTUzLS4wNDctMS43NDktLjc3NS0xLjkyMS0xLjc1NmwtMS4yMDctNi44aDQuMDE5VjUuMjhIOS4ybDMuMjg1LTMuNDQ0YTEuMTcgMS4xNyAwIDAgMSAxLjY3Ni4wMzZjLjQ1OS40ODEuNDcgMS4yNTYuMDI3IDEuNzUzTDEyLjYxNCA1LjI4ek03LjczIDEzLjcyM2wtLjUzNC0yLjg3MWEuNzc2Ljc3NiAwIDAgMC0uNzU2LS42NjcuNTc0LjU3NCAwIDAgMC0uNDE0LjI2NS42MjcuNjI3IDAgMCAwLS4wNzQuNTAzbC41MzQgMi44N2EuNzc2Ljc3NiAwIDAgMCAuNzU2LjY2Ny41NzQuNTc0IDAgMCAwIC40MTUtLjI2NS42MjcuNjI3IDAgMCAwIC4wNzUtLjUwMkg3Ljczem0yLjk4Mi0yLjc5NmMwLS40MDYtLjMxNC0uNzM1LS43MDItLjczNmgtLjAxOGMtLjM4NyAwLS43LjMzLS43LjczNVYxMy44YzAgLjQwNi4zMTMuNzM1LjcuNzM2aC4wMThjLjM4OSAwIC43MDMtLjMzLjcwMy0uNzM2di0yLjg3NmwtLjAwMS4wMDN6bTEuNTAyIDIuNzk1YS42MjcuNjI3IDAgMCAwIC4wNzQuNTAyLjU3NC41NzQgMCAwIDAgLjQxNC4yNjUuNzc2Ljc3NiAwIDAgMCAuNzU2LS42NjdsLjUzNS0yLjg3YS42MjcuNjI3IDAgMCAwLS4wNzUtLjUwMi41NzQuNTc0IDAgMCAwLS40MTMtLjI2NS43NzYuNzc2IDAgMCAwLS43NTYuNjY3bC0uNTM1IDIuODd6Ii8+PHBhdGggZmlsbD0iIzY3NzJFNSIgZD0iTTE2LjA5NCA5SDMuOTA2QzMuMTMgOSAyLjUgOC4zNyAyLjUgNy41OTR2LS45MzhjMC0uNzc2LjYzLTEuNDA2IDEuNDA2LTEuNDA2aDUuMjdsLS42OTUuNjk3YTEuMjQ0IDEuMjQ0IDAgMCAwIDEuNzU2IDEuNzYzbDIuNDU0LTIuNDZoMy40MDNjLjc3NiAwIDEuNDA2LjYzIDEuNDA2IDEuNDA2di45MzhDMTcuNSA4LjM3IDE2Ljg3IDkgMTYuMDk0IDl6Ii8+PC9nPjwvc3ZnPg=="); } .db-SideNav-icon--radar.db-SideNav-icon--selected { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MzUuNSA1MzUuNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNpcmNsZXMiPjxwYXRoIGQ9Ik0zNzQuODUsMzU3Yy0yMC4zOTksNTguNjUtNzYuNSwxMDItMTQ1LjM1LDEwMmMtODQuMTUsMC0xNTMtNjguODUtMTUzLTE1M2MwLTY2LjMsNDMuMzUtMTIyLjQsMTAyLTE0NS4zNSAgICBjMC0yLjU1LDAtNS4xLDAtNy42NWMwLTI1LjUsNS4xLTUxLDEyLjc1LTczLjk1Qzg0LjE1LDk2LjksMCwxOTEuMjUsMCwzMDZjMCwxMjcuNSwxMDIsMjI5LjUsMjI5LjUsMjI5LjUgICAgYzExNC43NSwwLDIwOS4xLTg0LjE1LDIyNi45NS0xOTEuMjVDNDMzLjUsMzUxLjksNDA4LDM1NywzODIuNSwzNTdDMzc5Ljk1LDM1NywzNzcuNCwzNTcsMzc0Ljg1LDM1N3oiIGZpbGw9IiMwMDgwYTgiLz48cGF0aCBkPSJNMzgyLjUsMGMtODQuMTUsMC0xNTMsNjguODUtMTUzLDE1M3M2OC44NSwxNTMsMTUzLDE1M3MxNTMtNjguODUsMTUzLTE1M1M0NjYuNjUsMCwzODIuNSwweiBNMzgyLjUsMjI5LjUgICAgYy00My4zNSwwLTc2LjUtMzMuMTUtNzYuNS03Ni41czMzLjE1LTc2LjUsNzYuNS03Ni41UzQ1OSwxMDkuNjUsNDU5LDE1M1M0MjUuODUsMjI5LjUsMzgyLjUsMjI5LjV6IiBmaWxsPSIjMDA4MGE4Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4="); + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MzUuNSA1MzUuNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNpcmNsZXMiPjxwYXRoIGQ9Ik0zNzQuODUsMzU3Yy0yMC4zOTksNTguNjUtNzYuNSwxMDItMTQ1LjM1LDEwMmMtODQuMTUsMC0xNTMtNjguODUtMTUzLTE1M2MwLTY2LjMsNDMuMzUtMTIyLjQsMTAyLTE0NS4zNSAgICBjMC0yLjU1LDAtNS4xLDAtNy42NWMwLTI1LjUsNS4xLTUxLDEyLjc1LTczLjk1Qzg0LjE1LDk2LjksMCwxOTEuMjUsMCwzMDZjMCwxMjcuNSwxMDIsMjI5LjUsMjI5LjUsMjI5LjUgICAgYzExNC43NSwwLDIwOS4xLTg0LjE1LDIyNi45NS0xOTEuMjVDNDMzLjUsMzUxLjksNDA4LDM1NywzODIuNSwzNTdDMzc5Ljk1LDM1NywzNzcuNCwzNTcsMzc0Ljg1LDM1N3oiIGZpbGw9IiMwMDAwMDAiLz48cGF0aCBkPSJNMzgyLjUsMGMtODQuMTUsMC0xNTMsNjguODUtMTUzLDE1M3M2OC44NSwxNTMsMTUzLDE1M3MxNTMtNjguODUsMTUzLTE1M1M0NjYuNjUsMCwzODIuNSwweiBNMzgyLjUsMjI5LjUgICAgYy00My4zNSwwLTc2LjUtMzMuMTUtNzYuNS03Ni41czMzLjE1LTc2LjUsNzYuNS03Ni41UzQ1OSwxMDkuNjUsNDU5LDE1M1M0MjUuODUsMjI5LjUsMzgyLjUsMjI5LjV6IiBmaWxsPSIjMDAwMDAwIi8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4="); } .db-SideNav-icon--sigma.db-SideNav-icon--selected { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjODdCQkZEIiBkPSJNMTAgMThhOCA4IDAgMSAxIDAtMTYgOCA4IDAgMCAxIDAgMTZ6bTEuODUtOUM5LjY1IDguNiA4IDYuNyA4IDQuNFYzLjJjLTIgLjYtMy42NSAyLjA1LTQuNDUgMy45LjkgMS43IDIuNjUgMi44NSA0Ljc1IDIuODVoNC40VjkuOWMtLjA1LS40LS40LS44LS44NS0uOXptLjggMWMwIC41LS4zNS45LS44NSAxLTIuMi40LTMuODUgMi4zLTMuODUgNC42djEuMmMuNjUuMiAxLjMuMyAyIC4zIDEuMSAwIDIuMTUtLjI1IDMuMDUtLjd2LTEuNDVjMC0xLjk1IDEuNC0zLjU1IDMuMi0zLjkuNDUtLjEuNzUtLjQ1LjgtLjl2LS4xaC00LjM1VjEweiIvPjxnIGZpbGw9IiM2NzcyRTUiPjxwYXRoIGQ9Ik0xNy4wNSA5LjljMC0uNDUtLjM1LS44NS0uOC0uOS0xLjg1LS4zNS0zLjItMi0zLjItMy45VjIuNjVDMTIuMSAyLjIgMTEuMSAyIDEwIDJjLS43IDAtMS4zNS4xLTIgLjI1VjQuNEM4IDYuNyA5LjY1IDguNiAxMS44NSA5Yy41LjEuODUuNS44NSAxaDQuNGMtLjA1LS4wNS0uMDUtLjA1LS4wNS0uMXoiLz48cGF0aCBkPSJNMy41NSAxMi44NWMtLjIuMzUtLjM1Ljc1LS40NSAxLjE1IDEuMDUgMS44IDIuOCAzLjIgNC45IDMuN3YtMi4xNWMwLTIuMyAxLjY1LTQuMiAzLjg1LTQuNi41LS4xLjg1LS41Ljg1LTFWMTBIOC4zYy0yLjEgMC0zLjg1IDEuMTUtNC43NSAyLjg1eiIvPjwvZz48L2c+PC9zdmc+"); @@ -9444,7 +9444,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { .db-Notification h6 { display: block; margin: 0; - color: #32325d; + color: #4c4c4c; font-size: 14px; font-weight: 500; line-height: 20px; @@ -9460,7 +9460,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { margin-bottom: 0; } .db-Notification p strong { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .db-Notification p em { @@ -9513,7 +9513,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { height: 28px; } .db-Notifications-showMore { - background: #f6f9fc; + background: #f7f7f7; width: 100%; line-height: 20px; } @@ -9549,7 +9549,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { font-size: 10px; font-weight: 700; pointer-events: none; - border: 2px solid #e6ebf1; + border: 2px solid #fbfbfb; display: flex; align-items: center; justify-content: center; @@ -9883,7 +9883,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { overflow-y: hidden; } .db-World-scrollWrapper { - background-color: #e6ebf1; + background-color: #fbfbfb; height: 100%; min-width: 1024px; position: relative; @@ -9924,7 +9924,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { } .db-World-topContent--left, .db-World-topContent--right { - background: linear-gradient(#e6ebf1, rgba(230, 235, 241, 0)); + background: linear-gradient(#fbfbfb, rgba(230, 235, 241, 0)); bottom: -20px; height: 16px; position: absolute; @@ -10315,7 +10315,7 @@ html.db-Locale--notEnUS div.dispute-evidence-view .header .dispute-formMenu { opacity: 1; } .db-DevTools-header { - background-color: #f6f9fc; + background-color: #f7f7f7; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } @@ -10410,7 +10410,7 @@ html div.db-SurveyRequestNotice .Icon { } .db-CurrencyBlock--selected { box-shadow: inset 0 4px #14aad9; - color: #32325d; + color: #4c4c4c; } .db-CurrencyBlock:not(:first-child) { box-shadow: inset 1px 0 #cfd7df; @@ -10426,14 +10426,14 @@ html div.db-SurveyRequestNotice .Icon { } .db-CurrencyBlock:hover .db-CurrencyBlock-amount, .db-CurrencyBlock:hover .db-CurrencyBlock-currencyCode { - color: #32325d; + color: #4c4c4c; } .db-CurrencySelectorSection { - background: #f6f9fc; + background: #f7f7f7; } table { - border-color: #e6ebf1; + border-color: #fbfbfb; } .db-Icons-delete { diff --git a/dashboard/public/assets/css/newdashobard2.css b/dashboard/public/assets/css/newdashobard2.css index 7a9666ecfa..79b1013913 100755 --- a/dashboard/public/assets/css/newdashobard2.css +++ b/dashboard/public/assets/css/newdashobard2.css @@ -95,7 +95,7 @@ opacity:1 } .db-Account:hover .db-Account-nickname{ - color:#32325d + color:#4c4c4c } .db-Account-image,.db-Account-image-content,.db-Account-image:after,.db-Account-image:before{ width:30px; @@ -623,7 +623,7 @@ html.db-NewChrome body{ } .db-Sidebar-link:hover{ font-weight:500; - color:#32325d; + color:#4c4c4c; text-decoration:none } .db-Sidebar-link--popover{ @@ -895,7 +895,7 @@ html.db-NewChrome body{ left:-11px } .db-ContentTabs-tab a:not(.db-is-selected):hover{ - color:#32325d; + color:#4c4c4c; text-decoration:none } .db-ContentTabs-tab .db-is-selected{ @@ -928,7 +928,7 @@ html.db-NewChrome body{ right:81px } .db-EventDetail-webhook .db-EventDetail-webhookJSON{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; font-size:11px; line-height:18px; padding:4px 0 4px 8px; @@ -1049,7 +1049,7 @@ html.db-NewChrome body{ width:330px } .db-Chrome .db-FeedbackInput-container{ - background-color:#f6f9fc; + background-color:#f7f7f7; height:30px; padding-top:1px } @@ -1221,7 +1221,7 @@ html.db-NewChrome body{ } .db-FixedPopover{ position:absolute; - background:#f6f9fc; + background:#f7f7f7; box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08); border-radius:4px; transform-origin:393px -9px @@ -1334,7 +1334,7 @@ html.db-NewChrome body{ } .db-LivemodeSwitcher.db-is-disabled:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label,.db-LivemodeSwitcher.db-is-livemode:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label{ font-weight:500; - color:#32325d + color:#4c4c4c } .db-LivemodeSwitcher .db-LivemodeSwitcher-switch{ display:inline-flex; @@ -1419,7 +1419,7 @@ html.db-NewChrome body{ .db-MenuItem--notHighlighted:not(:last-child):after{ content:""; position:absolute; - background:#e6ebf1; + background:#fbfbfb; left:8px; right:0; bottom:0; @@ -1534,7 +1534,7 @@ html.db-NewChrome body{ background:#ecfaff; border-radius:3px; height:20px; - color:#3297d3; + color:#000000; font-weight:500; padding:0 6px; display:inline-block @@ -1587,7 +1587,7 @@ html.db-NewChrome body{ .db-SearchField--tokenizable .public-DraftStyleDefault-block{ font-size:14px; line-height:20px; - color:#32325d; + color:#4c4c4c; margin-top:3px; overflow:hidden; white-space:pre @@ -1691,7 +1691,7 @@ html.db-NewChrome body{ border-radius:0 } .db-SearchResults.db-is-livemode .db-SearchResults-inner{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-SearchResults-info{ min-height:100px; @@ -1725,7 +1725,7 @@ html.db-NewChrome body{ text-decoration:none } .db-SearchResults-item.db-is-selected{ - background:#f6f9fc; + background:#f7f7f7; color:#43458b } .db-SearchResults-item:not(:last-child):not(.db-is-selected):after{ @@ -1992,7 +1992,7 @@ html.db-NewChrome body{ font-weight:500 } .db-TransferDetail-transactionsFootnote{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:12px 20px } .db-TransferDetail-retriedTransfer{ @@ -2007,7 +2007,7 @@ html.db-NewChrome body{ padding:20px } .db-TransferDetail-feeAmount{ - color:#32325d; + color:#4c4c4c; font-weight:300 } .db-PayoutDetail-header{ @@ -2032,7 +2032,7 @@ html.db-NewChrome body{ font-weight:500 } .db-PayoutDetail-transactionsFootnote{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:12px 20px } .db-PayoutDetail-retriedPayout{ @@ -2047,7 +2047,7 @@ html.db-NewChrome body{ padding:20px } .db-PayoutDetail-feeAmount{ - color:#32325d; + color:#4c4c4c; font-weight:300 } .db-PayoutDetail-noticeOutcome{ @@ -2165,14 +2165,14 @@ html.db-NewChrome body{ } .db-Reload-link{ cursor:pointer; - color:#3297d3; + color:#000000; font-weight:500; display:inline-block; text-decoration:underline } .db-JsonDisplay{ background-color:#fff; - color:#32325d; + color:#4c4c4c; font-size:13px; line-height:23px; height:auto @@ -2186,7 +2186,7 @@ html.db-NewChrome body{ padding-left:70px; padding-right:20px; font-family:Source Code Pro,Courier New,Courier,monospace; - color:#32325d + color:#4c4c4c } .db-JsonDisplay-line:first-child,.db-JsonDisplay-line:first-child:before{ padding-top:8px @@ -2219,7 +2219,7 @@ html.db-NewChrome body{ } .db-JsonDisplay-boolean{ font-weight:600; - color:#3297d3 + color:#00000 } .db-JsonDisplay-null{ color:#e39f48 @@ -2239,7 +2239,7 @@ html.db-NewChrome body{ } .db-LineChart-lineChartContainer{ position:relative; - background:#f6f9fc + background:#f7f7f7 } .db-LineChart-lineChart{ padding:18px 48px; @@ -2319,7 +2319,7 @@ html.db-NewChrome body{ right:0; top:0; height:1px; - background:#e6ebf1 + background:#fbfbfb } .db-LineChart-xLegend.db-animate-enter,.db-LineChart-xLegend.db-animate-leave.db-animate-leave-active,.db-LineChart-yLegend.db-animate-enter,.db-LineChart-yLegend.db-animate-leave.db-animate-leave-active{ opacity:0 @@ -2345,8 +2345,8 @@ html.db-NewChrome body{ } .db-MultiEmailInput .db-MultiEmailInput-email{ border-radius:100px; - background-color:#e6ebf1; - color:#32325d; + background-color:#fbfbfb; + color:#4c4c4c; padding:2px 8px } .db-MultiEmailInput .public-DraftEditorPlaceholder-root{ @@ -2360,7 +2360,7 @@ html.db-NewChrome body{ flex-direction:row; justify-content:space-between; padding:12px 20px; - box-shadow:inset 20px 0 0 #f6f9fc,inset 0 -1px 0 #e6ebf1 + box-shadow:inset 20px 0 0 #f7f7f7,inset 0 -1px 0 #fbfbfb } .db-NotificationSettings:last-child{ box-shadow:none @@ -2484,7 +2484,7 @@ html.db-NewChrome body{ justify-content:center; text-align:center; z-index:12; - background:#e6ebf1; + background:#fbfbfb; border:4px dashed #aab7c4 } .db-Copilot-container--collapsed{ @@ -2622,7 +2622,7 @@ html.db-NewChrome body{ z-index:11; height:25px; padding:4px 7px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-Copilot-clearFile{ flex-shrink:0 @@ -2809,7 +2809,7 @@ html.db-NewChrome body{ color:#000000 } .db-DateRangeInput.db-is-disabled{ - background-color:#f6f9fc; + background-color:#f7f7f7; box-shadow:none } .db-DateRangeInput.db-is-disabled:hover{ @@ -2913,7 +2913,7 @@ html.db-NewChrome body{ line-height:36px } .db-MoneyTransmission-receiptTableRow{ - color:#32325d + color:#4c4c4c } .db-MoneyTransmission-receiptTable .db-MoneyTransmission-receiptTableDummyCell{ border-bottom:0; @@ -2924,7 +2924,7 @@ html.db-NewChrome body{ white-space:nowrap } .db-MoneyTransmission-disclosureContainer pre{ - background-color:#f6f9fc; + background-color:#f7f7f7; display:inline-block; margin-top:5px; padding:5px 10px @@ -3041,7 +3041,7 @@ html.db-NewChrome body{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5NiAxMC4wMDVhLjY5NS42OTUgMCAwIDAgLjQ5Ni0uMjAybDQuNTk2LTQuNTk2YS43MDQuNzA0IDAgMCAwLS4wMDctLjk5OC43MS43MSAwIDAgMC0xLS4wMDhMNi4yOTcgOC4yODggMi4yMDkgNC4yYS43MS43MSAwIDAgMC0uOTk4LjAwOC43MDQuNzA0IDAgMCAwLS4wMDcuOTk4bDQuNTk1IDQuNTk2YS42OTUuNjk1IDAgMCAwIC40OTcuMjAyeiIvPjwvc3ZnPg==") } .db-Trends-content{ - background-color:#f6f9fc; + background-color:#f7f7f7; min-height:40px; position:relative } @@ -3195,7 +3195,7 @@ html.db-NewChrome body{ margin-left:8px } .db-Trend-colComparison{ - color:#3297d3 + color:#00000 } .db-Trend-colChart{ flex-basis:50%; @@ -3290,7 +3290,7 @@ div.db-Trend-groupChart{ .db-HomeWelcome-headerTitle{ font-weight:300; font-size:28px; - color:#32325d; + color:#4c4c4c; line-height:50px; margin:0 } @@ -3314,8 +3314,8 @@ div.db-Trend-groupChart{ color:#43458b } .db-HomeWelcome-content{ - border-top:1px solid #e6ebf1; - background:#f6f9fc; + border-top:1px solid #fbfbfb; + background:#f7f7f7; padding:13px 30px } .db-HomeWelcome-item{ @@ -3399,10 +3399,10 @@ div.db-Trend-groupChart{ } .db-HomeWelcome-link:hover{ text-decoration:none; - color:#32325d + color:#4c4c4c } .db-HomeWelcome-link:hover strong{ - color:#32325d + color:#4c4c4c } .db-Task{ font-size:14px; @@ -3430,13 +3430,13 @@ div.db-Trend-groupChart{ position:relative; display:inline-block; white-space:nowrap; - color:#3297d3 + color:#00000 } .db-Task--info .db-Task-directive{ color:inherit } .db-Task-directive strong{ - color:#3297d3 + color:#00000 } .db-Task--info .db-Task-directive strong{ color:inherit @@ -3448,7 +3448,7 @@ div.db-Trend-groupChart{ transform:inherit } .db-Task:hover .db-Task-directive{ - color:#3297d3 + color:#00000 } .db-Task--info:hover .db-Task-directive{ color:inherit @@ -3468,7 +3468,7 @@ div.db-Trend-groupChart{ .db-Tasks{ position:relative; padding:17px 20px; - background-color:#f6f9fc + background-color:#f7f7f7 } .db-HomeTasks-title{ color:#000000; @@ -3590,7 +3590,7 @@ div.db-Trend-groupChart{ .db-DailyComparison{ -webkit-print-color-adjust:exact; background-color:transparent; - color:#32325d + color:#4c4c4c } .db-DailyComparison-chartToggle,.db-DailyComparison-compareToDateHandle{ display:none @@ -3623,7 +3623,7 @@ div.db-Trend-groupChart{ transition:opacity .2s ease-in-out } .db-LoadingBackground--colorSlate1{ - background-image:linear-gradient(90deg,rgba(246,249,252,0),rgba(246,249,252,0) 25%,#f6f9fc 40%,#f6f9fc 42%,rgba(246,249,252,0) 57%) + background-image:linear-gradient(90deg,rgba(246,249,252,0),rgba(246,249,252,0) 25%,#f7f7f7 40%,#f7f7f7 42%,rgba(246,249,252,0) 57%) } .db-LoadingBackground--size-large{ background-size:1000px 100%; @@ -3660,10 +3660,10 @@ div.db-Trend-groupChart{ cursor:pointer } .db-ListViewItem-header{ - background-color:#f6f9fc + background-color:#f7f7f7 } .db-ListViewItem-cell{ - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-ListViewItem-cellContent .db-ListViewItem-text{ white-space:inherit @@ -3695,7 +3695,7 @@ div.db-Trend-groupChart{ padding-right:20px } .db-ListViewItem--hasLink:hover,.db-ListViewItem--hasLink:hover .db-ListViewItem-link .db-ListViewItem-text{ - color:#32325d + color:#4c4c4c } .db-ListViewItem-link{ text-decoration:none; @@ -3722,10 +3722,10 @@ div.db-Trend-groupChart{ opacity:1 } .db-ListViewItem--hasLink:active,.db-ListViewItem-link--sortable:active{ - background-color:#f6f9fc + background-color:#f7f7f7 } .db-ListViewItem-actionsSeparator{ - background-color:#e6ebf1 + background-color:#fbfbfb } .db-ListViewItem .db-ListViewItem-actions{ max-height:20px; @@ -3782,7 +3782,7 @@ div.db-Trend-groupChart{ height:872px } .db-AnalyticsSection{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px } .db-ShieldSection-badge--animation-enter{ @@ -3815,7 +3815,7 @@ div.db-Trend-groupChart{ .db-UpgradeModal-heading{ font-size:40px; font-weight:300; - color:#32325d; + color:#4c4c4c; margin-bottom:4px; text-align:center } @@ -4255,7 +4255,7 @@ div.db-Trend-groupChart{ flex-grow:1 } .db-BusinessSettings-warning{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-BusinessSettings-testDataSpinner,.db-PCICompliance-contentLoading{ display:flex; @@ -4284,7 +4284,7 @@ div.db-Trend-groupChart{ margin-top:20px } .db-PCICompliance-survey{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding-left:50px; padding-top:20px; list-style-type:none @@ -4361,8 +4361,8 @@ div.db-Trend-groupChart{ display:table-row; line-height:26px; align-items:center; - color:#32325d; - border-bottom:1px solid #e6ebf1 + color:#4c4c4c; + border-bottom:1px solid #fbfbfb } .db-Role:last-child{ border:none; @@ -4436,7 +4436,7 @@ div.db-Trend-groupChart{ transform:translateZ(0) } .db-RoleEditor .bs-Table-head{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-RoleEditor .bs-Table-head .bs-Table-cell{ color:#6b7c93; @@ -4449,7 +4449,7 @@ div.db-Trend-groupChart{ background-color:#fff } .db-RoleEditor-row--subRow,.db-RoleEditor-row--subRowDark{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-RoleEditor-row--subRow .db-RoleEditor-descriptionColumn,.db-RoleEditor-row--subRowDark .db-RoleEditor-descriptionColumn{ padding-left:40px @@ -4528,7 +4528,7 @@ div.db-Trend-groupChart{ margin:16px 20px } .db-RoleRadioListLabel-popoverHeader{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; margin:16px 0; padding:0 20px; padding-bottom:16px @@ -4577,7 +4577,7 @@ div.db-Trend-groupChart{ flex-direction:column; background-color:hsla(0,0%,100%,.55); box-shadow:0 1px 2px rgba(0,0,0,.1); - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px; align-items:center; justify-content:center; @@ -4663,7 +4663,7 @@ div.db-Trend-groupChart{ .db-CustomizeEmailReceiptDesign-optionsCardIcon{ box-shadow:inset 0 1px 2px rgba(0,0,0,.18); padding:4px; - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:50% } .db-CustomizeEmailReceiptDesign-optionsCardIcon,.db-CustomizeEmailReceiptDesign-optionsCardIconInput{ @@ -4865,7 +4865,7 @@ div.db-Trend-groupChart{ } .db-DeveloperChart-stack{ height:100%; - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-DeveloperChart--empty{ height:100%; @@ -4913,13 +4913,13 @@ div.db-Trend-groupChart{ grid-auto-flow:row } .db-Tiles-divider--bottomRight{ - box-shadow:inset -1px -1px #e6ebf1 + box-shadow:inset -1px -1px #fbfbfb } .db-Tiles-divider--bottom{ - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-Tiles-divider--right{ - box-shadow:inset -1px 0 #e6ebf1 + box-shadow:inset -1px 0 #fbfbfb } .db-RunkitEmbed iframe{ position:relative; @@ -4963,7 +4963,7 @@ div.db-Trend-groupChart{ box-sizing:border-box; transition:opacity .25s ease-in-out; opacity:1; - background-color:#f6f9fc + background-color:#f7f7f7 } .db-SigmaIndex-container--loading{ opacity:0 @@ -4990,7 +4990,7 @@ div.db-Trend-groupChart{ display:flex; justify-content:space-between; padding:20px 20px 20px 13px; - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; position:relative; min-height:79px } @@ -5038,7 +5038,7 @@ div.db-Trend-groupChart{ display:block; cursor:pointer; font-weight:400; - color:#32325d; + color:#4c4c4c; font-size:14px; line-height:28px; margin-right:24px @@ -5047,7 +5047,7 @@ div.db-Trend-groupChart{ color:#14aad9 } .db-SigmaSidebar-sectionFixedContent{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:8px 20px } .db-SigmaSidebar-tabs{ @@ -5058,7 +5058,7 @@ div.db-Trend-groupChart{ display:block; cursor:pointer; font-weight:400; - color:#32325d; + color:#4c4c4c; padding:0 12px; font-size:14px; line-height:28px @@ -5106,7 +5106,7 @@ div.db-Trend-groupChart{ box-shadow:0 -2px 3px 0 rgba(106,124,148,.05),0 -1px 0 0 rgba(106,124,148,.1) } .db-SigmaSidebar-footerDocsLink,.db-SigmaSidebar-footerFeedbackLink{ - color:#32325d + color:#4c4c4c } .db-SigmaSidebar-footerDocsLink:hover,.db-SigmaSidebar-footerFeedbackLink:hover{ color:#14aad9 @@ -5216,7 +5216,7 @@ div.db-Trend-groupChart{ } .db-QueryEntry-row:last-child .db-QueryEntry-content{ padding-bottom:16px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-QueryEntry-spacer{ width:36px; @@ -5301,7 +5301,7 @@ div.db-Trend-groupChart{ margin-bottom:3px } .db-QueryTemplates-query:hover .db-QueryTemplates-queryTitle{ - color:#32325d + color:#4c4c4c } .db-QueryTemplates-query.bs-is-active .db-QueryTemplates-queryTitle{ font-weight:600 @@ -5443,7 +5443,7 @@ div.db-Trend-groupChart{ padding:0 20px } .db-SchemaBrowser-tableName:hover{ - color:#32325d + color:#4c4c4c } .db-SchemaBrowser-columnAnimationContainer{ display:flex; @@ -5511,7 +5511,7 @@ div.db-Trend-groupChart{ max-width:25% } .db-SchemaBrowserColumn--fk,.db-SchemaBrowserColumn--pk,.db-SchemaBrowserColumn-name--fk,.db-SchemaBrowserColumn-name--pk,.db-SchemaBrowserColumn-type--fk,.db-SchemaBrowserColumn-type--pk{ - color:#3297d3 + color:#00000 } .db-SchemaBrowserColumn.bs-is-active{ background-color:#e3eaff; @@ -5735,10 +5735,10 @@ div.db-Trend-groupChart{ background-color:#f7f9fa } .CodeMirror-hint-active,.CodeMirror-hint:nth-child(2n).CodeMirror-hint-active{ - background-color:#e6ebf1; + background-color:#fbfbfb; border-bottom-color:#0e74c3; border-top-color:#369ad9; - color:#32325d + color:#4c4c4c } .db-QueryEditor-hintContainer{ padding:5px 10px; @@ -5794,7 +5794,7 @@ div.db-Trend-groupChart{ } .db-QueryTitleEditor-title{ font-size:20px; - color:#32325d + color:#4c4c4c } .db-QueryTitleEditor .bs-TextInput{ flex:1 @@ -5887,7 +5887,7 @@ div.db-Trend-groupChart{ font-size:13px } .db-ResultsHeader:hover{ - color:#32325d + color:#4c4c4c } .db-ResultsHeader-cell{ display:flex; @@ -5918,7 +5918,7 @@ div.db-Trend-groupChart{ position:absolute } .db-ResultsTable--empty{ - background:repeating-linear-gradient(180deg,#fff,#fff 35px,#e6ebf1 0,#e6ebf1 36px,#fff 0) + background:repeating-linear-gradient(180deg,#fff,#fff 35px,#fbfbfb 0,#fbfbfb 36px,#fff 0) } .public_fixedDataTable_header .public_fixedDataTableCell_main,.public_fixedDataTableCell_cellContent{ font-family:Camphor,Segoe UI,Open Sans,sans-serif @@ -5967,7 +5967,7 @@ div.db-Trend-groupChart{ background:none } .db-ResultsTable .public_fixedDataTableRow_main.db-ResultsTable-table-row{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; font-size:13px } .db-ResultsTable .fixedDataTableCellLayout_columnResizerContainer{ @@ -5983,7 +5983,7 @@ div.db-Trend-groupChart{ .db-ResultsTable .fixedDataTableCellLayout_columnResizerKnob:after{ content:""; display:block; - background-color:#e6ebf1; + background-color:#fbfbfb; position:relative; width:1px; margin:6px auto; @@ -6044,7 +6044,7 @@ div.db-Trend-groupChart{ } .db-ActivationModal-heading{ font-size:28px; - color:#32325d; + color:#4c4c4c; margin-bottom:15px; font-weight:700; margin-top:auto; @@ -6053,7 +6053,7 @@ div.db-Trend-groupChart{ .db-ActivationModal-title{ font-weight:300; font-size:34px; - color:#32325d; + color:#4c4c4c; line-height:44px; margin-bottom:10px } @@ -6112,7 +6112,7 @@ div.db-Trend-groupChart{ .db-IntroModal-heading{ font-size:40px; font-weight:300; - color:#32325d; + color:#4c4c4c; margin-bottom:4px; text-align:center } @@ -6231,7 +6231,7 @@ div.db-Trend-groupChart{ padding-bottom:4px } .db-PricingSlider-totalsCostNumber,.db-PricingSlider-totalsTransactionsNumber{ - color:#32325d; + color:#4c4c4c; font-size:24px; font-weight:500 } @@ -6241,7 +6241,7 @@ div.db-Trend-groupChart{ padding-top:10px } .db-PricingSlider-processingEstimate{ - color:#32325d + color:#4c4c4c } .db-PricingSlider-slider{ height:70px; @@ -6280,7 +6280,7 @@ div.db-Trend-groupChart{ .db-PricingSlider-label{ font-size:14px; line-height:22px; - color:#32325d; + color:#4c4c4c; position:relative; display:block; margin:auto; @@ -6318,7 +6318,7 @@ div.db-Trend-groupChart{ display:block; width:1px; height:18px; - background-color:#32325d + background-color:#4c4c4c } .db-PricingSlider-rail{ position:absolute; @@ -6394,7 +6394,7 @@ div.db-Trend-groupChart{ } .db-SigmaUpgradeModal-header{ font-size:28px; - color:#32325d; + color:#4c4c4c; margin-bottom:15px } .db-SigmaUpgradeModal-subHeader{ @@ -6409,13 +6409,13 @@ div.db-Trend-groupChart{ } .db-SigmaUpgradeModal-subheading{ font-size:14px; - color:#32325d; + color:#4c4c4c; margin-bottom:20px } .db-SigmaUpgradeModal-divider{ height:2px; width:100%; - background-color:#e6ebf1; + background-color:#fbfbfb; margin-bottom:20px } .db-SigmaUpgradeModal-question{ @@ -6427,7 +6427,7 @@ div.db-Trend-groupChart{ margin-bottom:10px } .db-SigmaUpgradeModal-answer{ - color:#32325d; + color:#4c4c4c; margin-bottom:10px; line-height:22px } @@ -6438,7 +6438,7 @@ div.db-Trend-groupChart{ .db-SigmaUpgradeModal-footer{ display:flex; flex-direction:row; - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:20px } .db-SigmaUpgradeModal-footerRow{ @@ -6461,7 +6461,7 @@ div.db-Trend-groupChart{ flex-grow:1 } .db-SigmaUpgradeModal-notNowButton{ - color:#32325d; + color:#4c4c4c; font-size:16px } .db-SigmaUpgradeModal-notNowButton:before{ @@ -6493,7 +6493,7 @@ div.db-Trend-groupChart{ font-size:20px } .db-SigmaUpgradeModal-usageNumber{ - color:#32325d; + color:#4c4c4c; font-weight:500; font-size:24px } @@ -6537,7 +6537,7 @@ div.db-Trend-groupChart{ .db-StateChangedModal-header{ font-size:24px; margin-bottom:10px; - color:#32325d + color:#4c4c4c } .db-StateChangedModal-content{ background:#fff; @@ -6545,7 +6545,7 @@ div.db-Trend-groupChart{ } .db-StateChangedModal-subheading{ font-size:14px; - color:#32325d; + color:#4c4c4c; margin-bottom:20px } .db-UnsavedChangesModal-doNotSaveButton{ @@ -6561,7 +6561,7 @@ div.db-Trend-groupChart{ color:#e04c4c } .db-Banners{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-Banners-subscriptionActions{ height:45px; @@ -6627,7 +6627,7 @@ div.db-Trend-groupChart{ cursor:pointer } .db-MonthlyRepeatDayNumberTable-day.bs-is-selected,.db-MonthlyRepeatDayNumberTable-day:hover{ - color:#f6f9fc + color:#f7f7f7 } .db-MonthlyRepeatDayNumberTable-day:hover{ background-color:#7795f8 @@ -6668,7 +6668,7 @@ div.db-Trend-groupChart{ .db-ScheduledQueryTimeline-heading{ font-size:16px; font-weight:500; - color:#32325d + color:#4c4c4c } .db-ScheduledQueryTimeline-row{ padding:12px 20px 12px 0 @@ -6710,11 +6710,11 @@ div.db-Trend-groupChart{ flex-shrink:1 } .db-Scheduler-footer{ - background-color:#f6f9fc; + background-color:#f7f7f7; display:flex; flex-direction:column; padding:10px 20px; - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; flex-shrink:0 } .db-Scheduler-footerButtons{ @@ -6815,9 +6815,9 @@ div.db-Trend-groupChart{ .db-ResizeHandle{ cursor:row-resize; flex:0 0 5px; - background:#f6f9fc; - border-bottom:1px solid #e6ebf1; - border-top:1px solid #e6ebf1; + background:#f7f7f7; + border-bottom:1px solid #fbfbfb; + border-top:1px solid #fbfbfb; z-index:4 } .db-SigmaBigError,.db-SigmaBigError-content{ @@ -6831,7 +6831,7 @@ div.db-Trend-groupChart{ } .db-SigmaBigError-line{ height:79px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-SigmaBigError-message{ font-weight:500; @@ -6844,8 +6844,8 @@ div.db-Trend-groupChart{ margin-top:-4px } .db-SigmaMarkdownText code{ - background-color:#f6f9fc; - border:1px solid #e6ebf1; + background-color:#f7f7f7; + border:1px solid #fbfbfb; color:#8898aa; border-radius:3px } @@ -6863,7 +6863,7 @@ div.db-Trend-groupChart{ padding-top:2px; font-size:13px; transition:all .5s; - background-color:#f6f9fc; + background-color:#f7f7f7; box-shadow:0 0 0 0 rgba(50,50,93,.05),0 15px 35px 0 rgba(50,50,93,.07),0 5px 15px 0 rgba(0,0,0,.08); border-radius:16px; font-size:12px; @@ -6970,7 +6970,7 @@ div.db-Trend-groupChart{ } @media print{ .db-AnimatedValue{ - color:#32325d!important + color:#4c4c4c!important } .db-AnimatedValue,.db-AnimatedValue-letter{ background-color:transparent!important; @@ -7066,7 +7066,7 @@ div.db-Trend-groupChart{ font-size:36px; font-weight:300; line-height:46px; - color:#32325d + color:#4c4c4c } .db-DiscountAcceptanceModal-content{ padding-top:0; @@ -7082,7 +7082,7 @@ div.db-Trend-groupChart{ margin-top:4px } .db-DiscountAcceptanceModal-tosLink{ - color:#3297d3; + color:#000000; font-size:14px; font-weight:500 } @@ -7139,7 +7139,7 @@ div.db-Trend-groupChart{ } .db-MentionEditor-mentionSuggestionsEntryFocused{ padding:7px 10px 3px; - color:#f6f9fc; + color:#f7f7f7; background-color:#14aad9 } .db-MentionEditor-mentionSuggestionsEntryContainer{ @@ -7163,8 +7163,8 @@ div.db-Trend-groupChart{ .db-MentionEditor-mentionSuggestions{ background:#fff; border-radius:5px; - border:1px solid #e6ebf1; - box-shadow:0 4px 30px 0 #e6ebf1; + border:1px solid #fbfbfb; + box-shadow:0 4px 30px 0 #fbfbfb; box-sizing:border-box; cursor:pointer; display:flex; @@ -7180,8 +7180,8 @@ div.db-Trend-groupChart{ z-index:5 } .db-MentionEditor-mentionSuggestions[data-help-text]:before{ - background-color:#f6f9fc; - border-bottom:1px solid #e6ebf1; + background-color:#f7f7f7; + border-bottom:1px solid #fbfbfb; color:#8898aa; content:attr(data-help-text); cursor:auto; @@ -7291,7 +7291,7 @@ div.db-Trend-groupChart{ padding:0 5px } .db-GroupChartHover-rowValue{ - background:#f6f9fc; + background:#f7f7f7; font-size:12px; line-height:20px; color:#424770; @@ -7308,7 +7308,7 @@ div.db-Trend-groupChart{ text-align:right } .db-GroupChartHover-compareToValue{ - color:#3297d3 + color:#00000 } .db-GroupChartHover-disputeWarningVal{ color:#e25950 @@ -7444,11 +7444,11 @@ div.db-Trend-groupChart{ stroke:#424770 } .db-Sparkline--color-gray .db-Sparkline-fill{ - fill:#32325d; + fill:#4c4c4c; opacity:.15 } .db-Sparkline--color-gray .db-Sparkline-dot{ - fill:#32325d; + fill:#4c4c4c; stroke:#fff } .db-Sparkline--color-lightGray .db-Sparkline-main-line{ @@ -7672,7 +7672,7 @@ html.db-NewChrome .bs-Cloud{ background-color:#fff } html.db-NewChrome .bs-Cloud>:last-child{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } html.db-NewChrome .DayPicker-container .DayPicker--horizontal,html.db-NewChrome .DayPicker-container .transition-container{ width:300px!important @@ -7750,16 +7750,16 @@ html.db-NewChrome .DayPicker-container .CalendarMonth__day{ margin-bottom:-1px; width:40px; height:40px; - border:1px solid #e6ebf1; - background:#f6f9fc; + border:1px solid #fbfbfb; + background:#f7f7f7; box-sizing:border-box; position:relative } html.db-NewChrome .DayPicker-container .CalendarMonth__day:active{ - background:#f6f9fc + background:#f7f7f7 } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--valid:active{ - background:#e6ebf1 + background:#fbfbfb } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--outside:active{ background:#fff @@ -7839,8 +7839,8 @@ html.db-NewChrome .bs-FilterControl-flyout-contents{ } html.db-NewChrome .bs-FilterControl-flyout-header{ align-items:center; - background-color:#f6f9fc; - border-bottom:1px solid #e6ebf1; + background-color:#f7f7f7; + border-bottom:1px solid #fbfbfb; display:flex; flex-direction:row; justify-content:space-between; @@ -7867,7 +7867,7 @@ html.db-NewChrome .bs-FilterControl-flyout-header .bs-FilterControl-flyout-heade color:#fff } html.db-NewChrome .bs-FilterControl-item-label{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; color:#000000; display:block; font-size:12px; @@ -7881,7 +7881,7 @@ html.db-NewChrome .bs-FilterControl-item-checkbox{ margin-right:8px } html.db-NewChrome .bs-FilterControl-item-content{ - background-color:#f6f9fc; + background-color:#f7f7f7; box-sizing:border-box; max-height:0; overflow:hidden; @@ -7971,7 +7971,7 @@ html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-label{ border-bottom:0 } html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-content{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; max-height:110px; padding:10px } @@ -8043,7 +8043,7 @@ html.db-NewChrome .bs-PageHeading-actions .bs-Button--export,html.db-NewChrome . } .db-ContentSection .bs-Tail--separated{ padding:20px; - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } html.db-NewChrome .bs-ContentSection .bs-Tail--short{ padding-top:10px; @@ -8114,7 +8114,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ } .db-StatementTab--selected{ box-shadow:inset 0 4px #14aad9; - color:#32325d + color:#4c4c4c } .db-StatementTab:not(:first-child){ box-shadow:inset 1px 0 #cfd7df @@ -8129,7 +8129,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ box-shadow:inset 1px 0 #cfd7df,inset -1px 0 #cfd7df,inset 0 4px #14aad9 } .db-StatementTab:hover .db-StatementTab-text{ - color:#32325d + color:#4c4c4c } .db-EndOfDayBalanceIndex-date{ font-size:12px; @@ -8448,10 +8448,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ cursor:pointer } .db-PlanForm-billing-type-box{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px; padding:20px; - background-color:#f6f9fc; + background-color:#f7f7f7; margin-top:20px; margin-bottom:20px; flex-grow:1; @@ -8807,7 +8807,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ .db-Notification h1,.db-Notification h2,.db-Notification h3,.db-Notification h4,.db-Notification h5,.db-Notification h6{ display:block; margin:0; - color:#32325d; + color:#4c4c4c; font-size:14px; font-weight:500; line-height:20px @@ -8823,7 +8823,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ margin-bottom:0 } .db-Notification p strong{ - color:#32325d; + color:#4c4c4c; font-weight:500 } .db-Notification p em{ @@ -8852,7 +8852,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ height:28px } .db-Notifications-showMore{ - background:#f6f9fc; + background:#f7f7f7; width:100%; line-height:20px } @@ -8888,7 +8888,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ font-size:10px; font-weight:700; pointer-events:none; - border:2px solid #e6ebf1; + border:2px solid #fbfbfb; display:flex; align-items:center; justify-content:center; @@ -9219,7 +9219,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ overflow-y:hidden } .db-World-scrollWrapper{ - background-color:#e6ebf1; + background-color:#fbfbfb; height:100%; min-width:1024px; position:relative; @@ -9258,7 +9258,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ left:0 } .db-World-topContent--left,.db-World-topContent--right{ - background:linear-gradient(#e6ebf1,rgba(230,235,241,0)); + background:linear-gradient(#fbfbfb,rgba(230,235,241,0)); bottom:-20px; height:16px; position:absolute; @@ -9604,7 +9604,7 @@ html.db-Locale--notEnUS div.dispute-evidence-view .header .dispute-formMenu{ opacity:1 } .db-DevTools-header{ - background-color:#f6f9fc; + background-color:#f7f7f7; border-bottom-left-radius:0; border-bottom-right-radius:0 } @@ -9699,7 +9699,7 @@ html div.db-SurveyRequestNotice .Icon{ } .db-CurrencyBlock--selected{ box-shadow:inset 0 4px #14aad9; - color:#32325d + color:#4c4c4c } .db-CurrencyBlock:not(:first-child){ box-shadow:inset 1px 0 #cfd7df @@ -9714,8 +9714,8 @@ html div.db-SurveyRequestNotice .Icon{ box-shadow:inset 1px 0 #cfd7df,inset -1px 0 #cfd7df,inset 0 4px #14aad9 } .db-CurrencyBlock:hover .db-CurrencyBlock-amount,.db-CurrencyBlock:hover .db-CurrencyBlock-currencyCode{ - color:#32325d + color:#4c4c4c } .db-CurrencySelectorSection{ - background:#f6f9fc + background:#f7f7f7 } diff --git a/dashboard/public/assets/css/reactwidgets.css b/dashboard/public/assets/css/reactwidgets.css index 19165cda2c..4c7d574999 100755 --- a/dashboard/public/assets/css/reactwidgets.css +++ b/dashboard/public/assets/css/reactwidgets.css @@ -96,7 +96,7 @@ input[type="radio"] { transition: .4s; } .btn-toggler:checked + .TogglerBtn-slider { - background-color: #2196F3; + background-color: #000000; } .btn-toggler:checked + .TogglerBtn-slider::after { -webkit-transform: translateX(24px); diff --git a/dashboard/public/assets/css/sail.css b/dashboard/public/assets/css/sail.css index 4f632d2343..b76d8ac199 100755 --- a/dashboard/public/assets/css/sail.css +++ b/dashboard/public/assets/css/sail.css @@ -121,16 +121,16 @@ background-color: #fff; } .Box-background--surface { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Box-background--offset { - background-color: #f6f9fc; + background-color: #f7f7f7; } .Box-background--slate { background-color: #6b7c93; } .Box-background--slate1 { - background-color: #32325d; + background-color: #4c4c4c; } .Box-background--slate2 { background-color: #424770; @@ -151,16 +151,16 @@ background-color: #cfd7df; } .Box-background--slate8 { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Box-background--slate9 { - background-color: #f6f9fc; + background-color: #f7f7f7; } .Box-background--blue { background-color: #14aad9; } .Box-background--blue1 { - background-color: #32325d; + background-color: #4c4c4c; } .Box-background--blue2 { background-color: #43458b; @@ -196,7 +196,7 @@ background-color: #f7f8fd; } .Box-background--cyan { - background-color: #3297d3; + background-color: #000000; } .Box-background--cyan1 { background-color: #07427a; @@ -208,7 +208,7 @@ background-color: #217ab7; } .Box-background--cyan4 { - background-color: #3297d3; + background-color: #000000; } .Box-background--cyan5 { background-color: #45b2e8; @@ -452,25 +452,25 @@ box-shadow: inset -1px -1px #cfd7df, inset 1px 1px #cfd7df; } .Box-divider--surface-top-1 { - box-shadow: inset 0 1px #e6ebf1; + box-shadow: inset 0 1px #fbfbfb; } .Box-divider--surface-bottom-1 { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .Box-divider--surface-left-1 { - box-shadow: inset 1px 0 #e6ebf1; + box-shadow: inset 1px 0 #fbfbfb; } .Box-divider--surface-right-1 { - box-shadow: inset -1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb; } .Box-divider--surface-vertical-1 { - box-shadow: inset 0 -1px #e6ebf1, inset 0 1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb, inset 0 1px #fbfbfb; } .Box-divider--surface-horizontal-1 { - box-shadow: inset -1px 0 #e6ebf1, inset 1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb, inset 1px 0 #fbfbfb; } .Box-divider--surface-all-1 { - box-shadow: inset -1px -1px #e6ebf1, inset 1px 1px #e6ebf1; + box-shadow: inset -1px -1px #fbfbfb, inset 1px 1px #fbfbfb; } .Box-divider--white-top-1 { box-shadow: inset 0 1px #fff; @@ -515,25 +515,25 @@ box-shadow: inset -2px -2px #cfd7df, inset 2px 2px #cfd7df; } .Box-divider--surface-top-2 { - box-shadow: inset 0 2px #e6ebf1; + box-shadow: inset 0 2px #fbfbfb; } .Box-divider--surface-bottom-2 { - box-shadow: inset 0 -2px #e6ebf1; + box-shadow: inset 0 -2px #fbfbfb; } .Box-divider--surface-left-2 { - box-shadow: inset 2px 0 #e6ebf1; + box-shadow: inset 2px 0 #fbfbfb; } .Box-divider--surface-right-2 { - box-shadow: inset -2px 0 #e6ebf1; + box-shadow: inset -2px 0 #fbfbfb; } .Box-divider--surface-vertical-2 { - box-shadow: inset 0 -2px #e6ebf1, inset 0 2px #e6ebf1; + box-shadow: inset 0 -2px #fbfbfb, inset 0 2px #fbfbfb; } .Box-divider--surface-horizontal-2 { - box-shadow: inset -2px 0 #e6ebf1, inset 2px 0 #e6ebf1; + box-shadow: inset -2px 0 #fbfbfb, inset 2px 0 #fbfbfb; } .Box-divider--surface-all-2 { - box-shadow: inset -2px -2px #e6ebf1, inset 2px 2px #e6ebf1; + box-shadow: inset -2px -2px #fbfbfb, inset 2px 2px #fbfbfb; } .Box-divider--white-top-2 { box-shadow: inset 0 2px #fff; @@ -1279,7 +1279,7 @@ color: #fff; } .Text-color--dark { - color: #32325d; + color: #4c4c4c; } .Text-color--default { color: #000000; @@ -1300,7 +1300,7 @@ color: #000000; } .Text-color--cyan { - color: #3297d3; + color: #000000; } .Text-color--gray { color: #6b7c93; @@ -1422,7 +1422,7 @@ pointer-events: none; } .Button:hover { - color: #32325d; + color: #4c4c4c; } .Button-fill { border-radius: 4px; @@ -1533,12 +1533,12 @@ .ButtonLink:active .ButtonLink-label, .ButtonLink:focus .ButtonLink-label, .ButtonLink:hover .ButtonLink-label { - color: #32325d; + color: #4c4c4c; } .ButtonLink:active .ActionIcon svg, .ButtonLink:focus .ActionIcon svg, .ButtonLink:hover .ActionIcon svg { - fill: #32325d; + fill: #4c4c4c; } .Checkbox { position: relative; @@ -1624,7 +1624,7 @@ } .SearchableSelect-input { border: 1px solid #f4f4f4; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; border-radius: 4px 4px 0 0; border-width: 1px 0; padding: 8px; @@ -1647,7 +1647,7 @@ padding: 8px; } .SearchableSelect-item--highlighted { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Switch { display: -webkit-box; @@ -1747,7 +1747,7 @@ color: inherit; } .ActionIcon--color--cyan { - color: #3297d3; + color: #000000; } .ActionIcon--color--slate { color: #000000; @@ -1789,7 +1789,7 @@ .Badge.Is--hovered .Badge-text, .BadgeParent:hover .Badge, .BadgeParent:hover .Badge-text { - color: #32325d; + color: #4c4c4c; } .Badge.Is--disabled { box-shadow: inset 0 0 0 1px rgba(136, 152, 170, 0.2); @@ -4082,7 +4082,7 @@ color: #fff; } .ChartIcon--color--slate1 { - color: #32325d; + color: #4c4c4c; } .ChartIcon--color--slate2 { color: #424770; @@ -4103,16 +4103,16 @@ color: #cfd7df; } .ChartIcon--color--slate8 { - color: #e6ebf1; + color: #fbfbfb; } .ChartIcon--color--slate9 { - color: #f6f9fc; + color: #f7f7f7; } .ChartIcon--color--blue { color: #14aad9; } .ChartIcon--color--blue1 { - color: #32325d; + color: #4c4c4c; } .ChartIcon--color--blue2 { color: #43458b; @@ -4139,7 +4139,7 @@ color: #ecfaff; } .ChartIcon--color--cyan { - color: #3297d3; + color: #000000; } .ChartIcon--color--cyan1 { color: #07427a; @@ -4151,7 +4151,7 @@ color: #217ab7; } .ChartIcon--color--cyan4 { - color: #3297d3; + color: #000000; } .ChartIcon--color--cyan5 { color: #45b2e8; @@ -4461,7 +4461,7 @@ } .Tag.Is--hovered .Tag-text, .TagParent:hover .Tag-text { - color: #32325d; + color: #4c4c4c; } .ContentHeader-center { -webkit-box-flex: 1; @@ -4476,7 +4476,7 @@ opacity: 0.5; } .DataTable-cell { - box-shadow: inset 0 -1px 0 0 #e6ebf1; + box-shadow: inset 0 -1px 0 0 #fbfbfb; } .DataTable-row:last-child .DataTable-cell { box-shadow: none; @@ -4488,8 +4488,8 @@ padding-right: 12px; } .DataTable-head .DataTable-row .DataTable-cell { - background-color: #f6f9fc; - box-shadow: inset 0 -1px 0 0 #e6ebf1; + background-color: #f7f7f7; + box-shadow: inset 0 -1px 0 0 #fbfbfb; } .EmptyState { text-align: center; @@ -4501,11 +4501,11 @@ cursor: pointer; } .IndentedListItem .IndentedListItem-area { - box-shadow: inset 20px 0 0 #fff, inset -20px 0 0 #fff, inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #fff, inset -20px 0 0 #fff, inset 0 -1px 0 #fbfbfb; } .IndentedListItem--background--offset .IndentedListItem-area { - box-shadow: inset 20px 0 0 #f6f9fc, inset -20px 0 0 #f6f9fc, - inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #f7f7f7, inset -20px 0 0 #f7f7f7, + inset 0 -1px 0 #fbfbfb; } .IndentedListItem:first-child .IndentedListItem-area { border-top-left-radius: 4px; @@ -4856,7 +4856,7 @@ position: absolute; top: 0; width: 2px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .Promotion-tail:first-child { border-top-left-radius: 4px; @@ -4895,7 +4895,7 @@ pointer-events: none; } .Steps-item:hover .Steps-itemLabel { - color: #32325d; + color: #4c4c4c; } .Steps-item--onClick { background: transparent; diff --git a/dashboard/public/env.js b/dashboard/public/env.js new file mode 100644 index 0000000000..e331a1405b --- /dev/null +++ b/dashboard/public/env.js @@ -0,0 +1 @@ +window._env = {"NODE_ENV":"development","REACT_APP_FYIPE_HOSTED":"undefined","REACT_APP_HOST":"undefined","REACT_APP_ACCOUNTS_HOST":"undefined","REACT_APP_BACKEND_HOST":"undefined","REACT_APP_DOMAIN":"undefined"}; \ No newline at end of file diff --git a/dashboard/src/components/basic/BeforeLoad.js b/dashboard/src/components/basic/BeforeLoad.js index 7a8eab6775..3bb21c5363 100755 --- a/dashboard/src/components/basic/BeforeLoad.js +++ b/dashboard/src/components/basic/BeforeLoad.js @@ -22,7 +22,7 @@ class BeforeLoad extends React.Component { render() { if (this.isAuthenticated && this.redirect) { return ( -
+
Redirecting please wait...
) diff --git a/dashboard/src/components/basic/ErrorBoundary.js b/dashboard/src/components/basic/ErrorBoundary.js index 6b3a494c80..04ee1403f3 100755 --- a/dashboard/src/components/basic/ErrorBoundary.js +++ b/dashboard/src/components/basic/ErrorBoundary.js @@ -22,7 +22,7 @@ class ErrorBoundary extends Component { if (this.state.hasError) { return ( -
+
An unexpected error has occured. Please reload the page to continue
) diff --git a/dashboard/src/components/basic/Loader.js b/dashboard/src/components/basic/Loader.js index d5cdc94ce2..7e9c08e429 100755 --- a/dashboard/src/components/basic/Loader.js +++ b/dashboard/src/components/basic/Loader.js @@ -13,11 +13,11 @@ export const FormLoader = () => (
(
); +export const ListLoader = () => (
); ListLoader.displayName = 'ListLoader'; -export const TeamListLoader = () => (
); +export const TeamListLoader = () => (
); TeamListLoader.displayName = 'TeamListLoader'; diff --git a/dashboard/src/components/basic/RenderEscalation.js b/dashboard/src/components/basic/RenderEscalation.js index 6b1d74fedf..3af2f41baa 100755 --- a/dashboard/src/components/basic/RenderEscalation.js +++ b/dashboard/src/components/basic/RenderEscalation.js @@ -18,7 +18,7 @@ let RenderEscalation = ({ fields, meta: { error, submitFailed }, subProjectId, f return (
  • -
    +
    @@ -32,7 +32,7 @@ let RenderEscalation = ({ fields, meta: { error, submitFailed }, subProjectId, f

    -
    +
    @@ -214,7 +214,7 @@ let RenderEscalation = ({ fields, meta: { error, submitFailed }, subProjectId, f
    1}> -
    +
    @@ -678,9 +678,9 @@ export class ProfileSetting extends Component {
    - +
    -
    ; } else { - variable =
    + variable =
    ; } diff --git a/dashboard/src/pages/Monitor.js b/dashboard/src/pages/Monitor.js index 456c761080..e82e107c0c 100755 --- a/dashboard/src/pages/Monitor.js +++ b/dashboard/src/pages/Monitor.js @@ -160,7 +160,7 @@ class DashboardView extends Component {
    .cta h3{ diff --git a/home/public/css/uptime-monitoring.css b/home/public/css/uptime-monitoring.css index 4d8c7e0fa9..103d46d421 100755 --- a/home/public/css/uptime-monitoring.css +++ b/home/public/css/uptime-monitoring.css @@ -492,7 +492,7 @@ section.techguide .chart .effectiveness .slider{ flex-grow:1; height:4px; border-radius:2px; - background-color:#e6ebf1; + background-color:#fbfbfb; overflow:hidden; -webkit-mask-image:url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) @@ -796,7 +796,7 @@ section.simplify .manual-review .review-queue .charge:nth-child(1) .content,sect box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08) } section.simplify .manual-review .review-queue .charge:nth-child(1) .risk-icon,section.simplify .manual-review .review-queue .charge:nth-child(2) .risk-icon,section.simplify .manual-review .review-queue .charge:nth-child(4) .risk-icon,section.simplify .manual-review .review-queue .charge:nth-child(5) .risk-icon{ - background-color:#e6ebf1 + background-color:#fbfbfb } section.simplify .manual-review .review-queue .charge:nth-child(1) .detail h3,section.simplify .manual-review .review-queue .charge:nth-child(2) .detail h3,section.simplify .manual-review .review-queue .charge:nth-child(4) .detail h3,section.simplify .manual-review .review-queue .charge:nth-child(5) .detail h3{ color:rgba(50,50,93,0) @@ -951,7 +951,7 @@ section.simplify .manual-review .review-queue .charge .detail p:after{ bottom:4px; left:0; border-radius:2px; - background-color:#e6ebf1; + background-color:#fbfbfb; pointer-events:none; opacity:0; transition:opacity .5s cubic-bezier(.645,.045,.355,1) diff --git a/home/public/img/v3/payments/devices-header/tablet-screen.svg b/home/public/img/v3/payments/devices-header/tablet-screen.svg index d23fa92a33..46e798574e 100755 --- a/home/public/img/v3/payments/devices-header/tablet-screen.svg +++ b/home/public/img/v3/payments/devices-header/tablet-screen.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/install.sh b/install.sh index 85831790b6..bb33405259 100644 --- a/install.sh +++ b/install.sh @@ -19,8 +19,8 @@ sleep 5s sudo mkdir /Users/$USER/mongodb || echo 'Path already exists' # Run Dependencies -sudo docker run --name mongo --net=host -v /Users/$USER/mongodb:/data/db -p 27017:27017 -d mongo:3.4 -sudo docker run --name redis --net=host -p 6379:6379 -d redis:5.0.7 redis-server +sudo docker run --name mongo -v /Users/$USER/mongodb:/data/db -p 27017:27017 -d mongo:3.4 +sudo docker run --name redis -p 6379:6379 -d redis:5.0.7 redis-server # Sleep sleep 5s @@ -31,11 +31,11 @@ sudo docker run --name backend --net=host -p 3002:3002 --env-file=./backend/.env # Run Accounts sudo docker build -t fyipe-project/accounts:latest ./accounts -sudo docker run --name accounts --net=host -p 3003:3003 -d fyipe-project/accounts:latest +sudo docker run --name accounts -p 3003:3003 -d fyipe-project/accounts:latest #Run Dashboard sudo docker build -t fyipe-project/dashboard:latest ./dashboard -sudo docker run --name dashboard --net=host -p 3000:3000 -d fyipe-project/dashboard:latest +sudo docker run --name dashboard -p 3000:3000 -d fyipe-project/dashboard:latest # Run home sudo docker build -t fyipe-project/home:latest ./home @@ -43,16 +43,16 @@ sudo docker run --name home -p 1444:1444 -d fyipe-project/home:latest # Run Status Page sudo docker build -t fyipe-project/status-page:latest ./status-page -sudo docker run --name status-page --net=host -p 3006:3006 -d fyipe-project/status-page:latest +sudo docker run --name status-page -p 3006:3006 -d fyipe-project/status-page:latest # Run Admin Dashboard sudo docker build -t fyipe-project/admin-dashboard:latest ./admin-dashboard -sudo docker run --name admin-dashboard --net=host -p 3100:3100 -d fyipe-project/admin-dashboard:latestcd +sudo docker run --name admin-dashboard -p 3100:3100 -d fyipe-project/admin-dashboard:latestcd # Run Probes 1 sudo docker build -t fyipe-project/probe:latest ./probe -sudo docker run --name probe1 --net=host -p 3019:3019 -e "PORT=3019" -e "SERVER_URL=http://localhost:3002" -e "PROBE_NAME=EU" -e "PROBE_KEY=13b674ca-9fdd-11e9-a2a3-2a2ae2dbcce4" -d fyipe-project/probe:latest +sudo docker run --name probe1 -p 3019:3019 -e "PORT=3019" -e "SERVER_URL=http://localhost:3002" -e "PROBE_NAME=EU" -e "PROBE_KEY=13b674ca-9fdd-11e9-a2a3-2a2ae2dbcce4" -d fyipe-project/probe:latest # Run Probes 2 sudo docker build -t fyipe-project/probe:latest ./probe -sudo docker run --name probe2 --net=host -p 3020:3020 -e "PORT=3020" -e "SERVER_URL=http://localhost:3002" -e "PROBE_NAME=US" -e "PROBE_KEY=33b674ca-9fdd-11e9-a2a3-2a2ae2dbcce4" -d fyipe-project/probe:latest +sudo docker run --name probe2 -p 3020:3020 -e "PORT=3020" -e "SERVER_URL=http://localhost:3002" -e "PROBE_NAME=US" -e "PROBE_KEY=33b674ca-9fdd-11e9-a2a3-2a2ae2dbcce4" -d fyipe-project/probe:latest diff --git a/status-page/public/stylesheets/newloader.css b/status-page/public/stylesheets/newloader.css index 11522fd727..efc4add746 100755 --- a/status-page/public/stylesheets/newloader.css +++ b/status-page/public/stylesheets/newloader.css @@ -63,7 +63,7 @@ bottom: 0; left: 0; right: 0; - background-color: #e6ebf1; + background-color: #fbfbfb; z-index: 999; display: flex; justify-content: center; diff --git a/status-page/public/stylesheets/style.css b/status-page/public/stylesheets/style.css index b63dad421d..89a43d9fd6 100755 --- a/status-page/public/stylesheets/style.css +++ b/status-page/public/stylesheets/style.css @@ -58,7 +58,7 @@ ul.plain { } a { color: #6772e5; text-decoration: none; } -a:hover { color: #32325d; } +a:hover { color: #4c4c4c; } /******* Simple Bar Chart *******/ @@ -289,7 +289,7 @@ div.block-chart { margin-bottom: 5px; font-size: 29px; - color: #32325d; + color: #4c4c4c; } .largestatus .status-time { @@ -341,7 +341,7 @@ div.block-chart { border-top-right-radius: 0px; position: relative; min-height: 200px; - background: #f6f9fc; + background: #f7f7f7; } .statistics div.inner-gradient { @@ -380,7 +380,7 @@ div.block-chart { } .uptime-stat-name { - color: #32325d; + color: #4c4c4c; font-size: 15px; padding-right: 10px; } @@ -399,7 +399,7 @@ div.block-chart { } .uptime-legend { - background: #f6f9fc; + background: #f7f7f7; border-top: 2px solid white; padding-top: 20px; @@ -508,7 +508,7 @@ div.feed-header { } .feed-item div.message { - background: #e6ebf1; + background: #fbfbfb; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; @@ -529,7 +529,7 @@ div.feed-header { transform: rotate(45deg); left: -5px; top: 11px; - background: #e6ebf1; + background: #fbfbfb; } @@ -541,7 +541,7 @@ div.feed-header { } div.twitter-link { - background: #f6f9fc; + background: #f7f7f7; padding: 25px 36px; @@ -577,7 +577,7 @@ div#footer { /*background: rgba(0,0,0,0.05);*/ margin: 0 0 0; padding: 40px 0 60 div#footer ul { padding-left: 10px; } div#footer li { display: inline; padding-right: 15px; } div#footer a { color: #8898aa; text-decoration: none; } - div#footer a:hover { color: #32325d; } + div#footer a:hover { color: #4c4c4c; } div#footer li.last { border: 0; } @@ -586,7 +586,7 @@ div#footer { /*background: rgba(0,0,0,0.05);*/ margin: 0 0 0; padding: 40px 0 60 /******* Tipsy Tooltips ******/ .tipsy { font-size: 12px; position: absolute; padding: 5px; z-index: 100000; } - .tipsy-inner { background-color: #32325d; color: #FFF; max-width: 200px; padding: 5px 12px 5px 12px; line-height: 19px; text-align: center; } + .tipsy-inner { background-color: #4c4c4c; color: #FFF; max-width: 200px; padding: 5px 12px 5px 12px; line-height: 19px; text-align: center; } /* Rounded corners */ .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } @@ -594,13 +594,13 @@ div#footer { /*background: rgba(0,0,0,0.05);*/ margin: 0 0 0; padding: 40px 0 60 /* Uncomment for shadow */ /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/ -.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #32325d; } +.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #4c4c4c; } /* Rules to colour arrows */ -.tipsy-arrow-n { border-bottom-color: #32325d; } -.tipsy-arrow-s { border-top-color: #32325d; } -.tipsy-arrow-e { border-left-color: #32325d; } -.tipsy-arrow-w { border-right-color: #32325d; } +.tipsy-arrow-n { border-bottom-color: #4c4c4c; } +.tipsy-arrow-s { border-top-color: #4c4c4c; } +.tipsy-arrow-e { border-left-color: #4c4c4c; } +.tipsy-arrow-w { border-right-color: #4c4c4c; } .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} @@ -731,7 +731,7 @@ div#footer { /*background: rgba(0,0,0,0.05);*/ margin: 0 0 0; padding: 40px 0 60 grid-template-rows: 50px auto; z-index: 100; margin-bottom: 25px; - background-color: #f6f9fc; + background-color: #f7f7f7; } .btn-group{ display:flex; @@ -740,8 +740,8 @@ div#footer { /*background: rgba(0,0,0,0.05);*/ margin: 0 0 0; padding: 40px 0 60 width:100%; } .btn-group .icon-container { - background-color: #f6f9fc; /* Green background */ - border: 2px solid #e6ebf1; /* Green border */ + background-color: #f7f7f7; /* Green background */ + border: 2px solid #fbfbfb; /* Green border */ color: #000000; /* White text */ padding: 6px; /* Some padding */ cursor: pointer; /* Pointer/hand icon */ @@ -753,7 +753,7 @@ div#footer { /*background: rgba(0,0,0,0.05);*/ margin: 0 0 0; padding: 40px 0 60 } .btn-group .icon-container.selected{ - background-color: #f6f9fc; + background-color: #f7f7f7; border-bottom: none; color: black; } @@ -829,7 +829,7 @@ div#footer { /*background: rgba(0,0,0,0.05);*/ margin: 0 0 0; padding: 40px 0 60 max-width:300px; word-wrap: break-word; box-sizing: border-box; - background-color: #f6f9fc; + background-color: #f7f7f7; } .subscribe-btn-full{ width:100%; diff --git a/status-page/src/components/Main.js b/status-page/src/components/Main.js index 427e9a2c05..603ca39d21 100755 --- a/status-page/src/components/Main.js +++ b/status-page/src/components/Main.js @@ -242,7 +242,7 @@ class Main extends Component { 'bottom': '0', 'left': '0', 'right': '0', - 'backgroundColor': '#e6ebf1', + 'backgroundColor': '#fbfbfb', 'zIndex': '999', 'display': 'flex', 'justifyContent': 'center', diff --git a/status-page/src/components/basic/Loader.js b/status-page/src/components/basic/Loader.js index e76b73b3c7..5691c45703 100755 --- a/status-page/src/components/basic/Loader.js +++ b/status-page/src/components/basic/Loader.js @@ -13,7 +13,7 @@ export const FormLoader = () =>
    ; +export const ListLoader = () =>
    ; ListLoader.displayName = 'ListLoader'