.difficulty-adjustment-container { display: flex; flex-direction: column; justify-content: space-between; } .difficulty-stats { display: flex; flex-direction: row; justify-content: space-around; height: 50.5px; .shared-block { color: #ffffff66; font-size: 12px; } .item { padding: 0 5px; width: 100%; &:nth-child(1) { display: none; @media (min-width: 485px) { display: table-cell; } @media (min-width: 768px) { display: none; } @media (min-width: 992px) { display: table-cell; } } } .card-text { font-size: 18px; margin: auto; position: relative; margin-bottom: 0.2rem; &.bigger { font-size: 20px; margin-bottom: 0; } } } .difficulty-skeleton { display: flex; flex-direction: row; justify-content: space-around; height: 50.5px; @media (min-width: 376px) { flex-direction: row; } .item { min-width: 120px; max-width: 150px; margin: 0; width: -webkit-fill-available; @media (min-width: 376px) { margin: 0 auto 0px; } &:first-child{ display: none; @media (min-width: 485px) { display: block; } @media (min-width: 768px) { display: none; } @media (min-width: 992px) { display: block; } } &:last-child { margin-bottom: 0; } } .card-text { .skeleton-loader { width: 100%; display: block; &:first-child { margin: 10px auto 4px; max-width: 80px; } &:last-child { margin: 10px auto 0; max-width: 120px; } } } } .card { background-color: #1d1f31; height: 100%; } .card-title { color: #4a68b9; font-size: 1rem; } .progress { display: inline-flex; width: 100%; background-color: #2d3348; height: 1.1rem; max-width: 180px; } .skeleton-loader { max-width: 100%; } .more-padding { padding: 18px; } .small-bar { height: 8px; top: -4px; max-width: 120px; } .loading-container { min-height: 50.5px; } .main-title { position: relative; color: #ffffff91; margin-top: -13px; font-size: 10px; text-transform: uppercase; font-weight: 500; text-align: center; padding-bottom: 3px; } .card-wrapper { .card { height: auto !important; } .card-body { display: flex; flex: inherit; text-align: center; flex-direction: column; justify-content: space-around; padding: 20px; } } .retarget-sign { margin-right: -3px; font-size: 14px; top: -2px; position: relative; } .previous-retarget-sign { margin-right: -2px; font-size: 10px; } .symbol { font-size: 13px; white-space: nowrap; } .epoch-progress, .halving-progress { width: 100%; height: 22px; margin-bottom: 12px; } .epoch-blocks { display: block; width: 100%; background: #2d3348; .rect { fill: #2d3348; &.behind { fill: #D81B60; } &.mined { fill: url(#diff-gradient); } &.ahead { fill: #1a9436; } &.hover { fill: #535e84; &.behind { fill: #e94d86; } &.mined { fill: url(#diff-hover-gradient); } &.ahead { fill: #29d951; } } } } .blocks-ahead { color: #3bcc49; } .blocks-behind { color: #D81B60; } .halving-progress { position: relative; .background, .remaining { position: absolute; top: 0; bottom: 0; height: 100%; } .background { background: linear-gradient(to right, #105fb0, #9339f4); left: 0; right: 0; } .remaining { background: #2d3348; right: 0; } .label { position: relative; margin: auto; } } .widget-toggler { font-size: 12px; position: absolute; top: -20px; right: 3px; text-align: right; } .toggler-option { text-decoration: none; } .inactive { color: #ffffff66; }