(fix) format SCSS files

pull/1704/head
Gabriel Rodriguez Alsina 6 years ago
parent 425b89aaef
commit 1318102c1e
  1. 2
      apps/block_scout_web/assets/css/_code.scss
  2. 2
      apps/block_scout_web/assets/css/_layout.scss
  3. 285
      apps/block_scout_web/assets/css/_mixins.scss
  4. 42
      apps/block_scout_web/assets/css/_typography.scss
  5. 4
      apps/block_scout_web/assets/css/app.scss
  6. 4
      apps/block_scout_web/assets/css/components/_address-overview.scss
  7. 3
      apps/block_scout_web/assets/css/components/_address_link.scss
  8. 2
      apps/block_scout_web/assets/css/components/_animations.scss
  9. 4
      apps/block_scout_web/assets/css/components/_btn_full.scss
  10. 4
      apps/block_scout_web/assets/css/components/_btn_line.scss
  11. 7
      apps/block_scout_web/assets/css/components/_button.scss
  12. 190
      apps/block_scout_web/assets/css/components/_card.scss
  13. 76
      apps/block_scout_web/assets/css/components/_check.scss
  14. 30
      apps/block_scout_web/assets/css/components/_check_tooltip.scss
  15. 24
      apps/block_scout_web/assets/css/components/_copy_icon.scss
  16. 9
      apps/block_scout_web/assets/css/components/_dashboard-banner.scss
  17. 19
      apps/block_scout_web/assets/css/components/_dot.scss
  18. 86
      apps/block_scout_web/assets/css/components/_dropdown.scss
  19. 62
      apps/block_scout_web/assets/css/components/_form.scss
  20. 8
      apps/block_scout_web/assets/css/components/_highlight.scss
  21. 20
      apps/block_scout_web/assets/css/components/_i_tooltip.scss
  22. 14
      apps/block_scout_web/assets/css/components/_icon-link.scss
  23. 30
      apps/block_scout_web/assets/css/components/_loading-spinner.scss
  24. 41
      apps/block_scout_web/assets/css/components/_modal.scss
  25. 14
      apps/block_scout_web/assets/css/components/_modal_become_candidate.scss
  26. 42
      apps/block_scout_web/assets/css/components/_modal_bottom_disclaimer.scss
  27. 16
      apps/block_scout_web/assets/css/components/_modal_stake.scss
  28. 86
      apps/block_scout_web/assets/css/components/_modal_status.scss
  29. 78
      apps/block_scout_web/assets/css/components/_modal_validator_info.scss
  30. 1
      apps/block_scout_web/assets/css/components/_nav_tabs.scss
  31. 290
      apps/block_scout_web/assets/css/components/_navbar.scss
  32. 40
      apps/block_scout_web/assets/css/components/_pagination.scss
  33. 1
      apps/block_scout_web/assets/css/components/_panels.scss
  34. 72
      apps/block_scout_web/assets/css/components/_progress_from_to.scss
  35. 194
      apps/block_scout_web/assets/css/components/_stakes.scss
  36. 32
      apps/block_scout_web/assets/css/components/_stakes_btn_remove_pool.scss
  37. 38
      apps/block_scout_web/assets/css/components/_stakes_empty_content.scss
  38. 94
      apps/block_scout_web/assets/css/components/_stakes_progress.scss
  39. 92
      apps/block_scout_web/assets/css/components/_stakes_table.scss
  40. 5
      apps/block_scout_web/assets/css/components/_table.scss
  41. 10
      apps/block_scout_web/assets/css/components/_tile.scss
  42. 5
      apps/block_scout_web/assets/css/components/_token-balance-dropdown.scss
  43. 21
      apps/block_scout_web/assets/css/components/_token_tile_view_more.scss
  44. 12
      apps/block_scout_web/assets/css/components/_tooltip.scss
  45. 8
      apps/block_scout_web/assets/css/components/_transaction-input.scss
  46. 1289
      apps/block_scout_web/assets/css/theme/_base_variables.scss
  47. 6
      apps/block_scout_web/assets/css/theme/_callisto_variables.scss
  48. 19
      apps/block_scout_web/assets/css/theme/_dai_variables.scss
  49. 6
      apps/block_scout_web/assets/css/theme/_ellaism_variables.scss
  50. 8
      apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss
  51. 6
      apps/block_scout_web/assets/css/theme/_ethereum_variables.scss
  52. 6
      apps/block_scout_web/assets/css/theme/_expanse_variables.scss
  53. 6
      apps/block_scout_web/assets/css/theme/_gochain_variables.scss
  54. 8
      apps/block_scout_web/assets/css/theme/_goerli_variables.scss
  55. 2
      apps/block_scout_web/assets/css/theme/_kovan_variables.scss
  56. 6
      apps/block_scout_web/assets/css/theme/_musicoin_variables.scss
  57. 8
      apps/block_scout_web/assets/css/theme/_neutral_variables.scss
  58. 8
      apps/block_scout_web/assets/css/theme/_pirl_variables.scss
  59. 8
      apps/block_scout_web/assets/css/theme/_poa_variables.scss
  60. 4
      apps/block_scout_web/assets/css/theme/_posdao_variables.scss
  61. 6
      apps/block_scout_web/assets/css/theme/_ropsten_variables.scss
  62. 8
      apps/block_scout_web/assets/css/theme/_social_variables.scss
  63. 8
      apps/block_scout_web/assets/css/theme/_sokol_variables.scss
  64. 8
      apps/block_scout_web/assets/css/theme/_tobalaba_variables.scss
  65. 6
      apps/block_scout_web/assets/css/theme/_tomochain_variables.scss
  66. 2
      apps/block_scout_web/assets/css/theme/_variables.scss
  67. 6
      apps/block_scout_web/assets/css/theme/_wanchain_variables.scss

@ -10,6 +10,6 @@ pre {
max-height: $pre-scrollable-max-height / 7;
}
.tile pre {
.tile pre {
margin-bottom: 0;
}

@ -5,6 +5,6 @@
main {
flex-grow: 1;
background-color: #FBFAFC;
background-color: #fbfafc;
}
}

@ -1,166 +1,169 @@
@mixin textfield-placeholder($color: #a3a9b5) {
&::-webkit-input-placeholder {
color: $color;
}
&::-moz-placeholder {
color: $color;
}
&:-ms-input-placeholder {
color: $color;
}
&:-moz-placeholder {
color: $color;
}
&::-webkit-input-placeholder {
color: $color;
}
&::-moz-placeholder {
color: $color;
}
&:-ms-input-placeholder {
color: $color;
}
&:-moz-placeholder {
color: $color;
}
}
@mixin gradient-container() {
background-color: $primary;
background-image: linear-gradient(to bottom, $dashboard-banner-gradient-start, $dashboard-banner-gradient-end);
box-shadow: 0 5px 40px -5px rgba(#000, 0.25);
margin-top: -3rem;
background-color: $primary;
background-image: linear-gradient(
to bottom,
$dashboard-banner-gradient-start,
$dashboard-banner-gradient-end
);
box-shadow: 0 5px 40px -5px rgba(#000, 0.25);
margin-top: -3rem;
}
@mixin stats-item() {
&-item {
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: calc(1rem + 4px);
padding-right: 1rem;
position: relative;
&::before {
background-color: rgba(#fff, 0.5);
border-radius: 2px;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 4px;
}
}
&-item {
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: calc(1rem + 4px);
padding-right: 1rem;
position: relative;
&-label {
display: block;
white-space: nowrap;
&::before {
background-color: rgba(#fff, 0.5);
border-radius: 2px;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 4px;
}
}
&-label-item {
margin-right: 20px;
&-label {
display: block;
white-space: nowrap;
}
&:last-child {
margin-right: 0;
}
&-label-item {
margin-right: 20px;
&:last-child {
margin-right: 0;
}
}
&-value {
display: block;
font-size: 1.5rem;
font-weight: 200;
white-space: nowrap;
&-value {
display: block;
font-size: 1.5rem;
font-weight: 200;
white-space: nowrap;
@media (max-width: $breakpoint-lg) {
font-size: 1.25rem;
}
@media (max-width: $breakpoint-lg) {
font-size: 1.25rem;
}
}
}
@mixin btn-full($bg-color: $primary, $text-color: #fff) {
align-items: center;
background-color: $bg-color;
border-radius: 2px;
border: 1px solid $bg-color;
cursor: pointer;
display: flex;
height: 36px;
justify-content: center;
outline: none;
padding: 0 15px;
transition: all 0.25s;
width: fit-content;
align-items: center;
background-color: $bg-color;
border-radius: 2px;
border: 1px solid $bg-color;
cursor: pointer;
display: flex;
height: 36px;
justify-content: center;
outline: none;
padding: 0 15px;
transition: all 0.25s;
width: fit-content;
&:hover {
background-color: darken($bg-color, 10%);
border-color: darken($bg-color, 10%);
}
&-text {
color: $text-color;
font-size: 12px;
font-weight: 600;
text-align: left;
}
svg {
margin-right: 12px;
}
path {
fill: $text-color;
}
&.full-width {
width: 100%;
}
&[disabled] {
&,
&:hover {
background-color: darken($bg-color, 10%);
border-color: darken($bg-color, 10%);
}
&-text {
color: $text-color;
font-size: 12px;
font-weight: 600;
text-align: left;
}
svg {
margin-right: 12px;
}
path {
fill: $text-color;
}
&.full-width {
width: 100%;
}
&[disabled] {
&,
&:hover {
background-color: $bg-color;
border-color: $bg-color;
cursor: default;
opacity: 0.5;
}
background-color: $bg-color;
border-color: $bg-color;
cursor: default;
opacity: 0.5;
}
}
}
@mixin btn-line($bg-color: #fff, $text-color: $secondary) {
align-items: center;
background-color: $bg-color;
border-radius: 2px;
border: 1px solid $text-color;
cursor: pointer;
display: flex;
height: 36px;
justify-content: center;
outline: none;
padding: 0 15px;
transition: all 0.25s;
width: fit-content;
align-items: center;
background-color: $bg-color;
border-radius: 2px;
border: 1px solid $text-color;
cursor: pointer;
display: flex;
height: 36px;
justify-content: center;
outline: none;
padding: 0 15px;
transition: all 0.25s;
width: fit-content;
&:hover {
background-color: darken($bg-color, 10%);
}
&-text {
color: $text-color;
font-size: 12px;
font-weight: 600;
text-align: left;
}
svg {
margin-right: 12px;
}
path {
fill: $text-color;
}
&.full-width {
width: 100%;
}
&[disabled] {
&,
&:hover {
background-color: darken($bg-color, 10%);
}
&-text {
color: $text-color;
font-size: 12px;
font-weight: 600;
text-align: left;
background-color: $bg-color;
border-color: $text-color;
cursor: default;
opacity: 0.5;
}
svg {
margin-right: 12px;
}
path {
fill: $text-color;
}
&.full-width {
width: 100%;
}
&[disabled] {
&,
&:hover {
background-color: $bg-color;
border-color: $text-color;
cursor: default;
opacity: 0.5;
}
}
}
}
}

@ -42,7 +42,7 @@ p {
@media screen and (max-width: 768px) {
font-size: 14px;
}
}
}
a {
@ -61,7 +61,8 @@ a {
}
}
label, textarea.form-control {
label,
textarea.form-control {
font-size: 13px;
}
@ -74,31 +75,30 @@ label, textarea.form-control {
display: inline-block;
}
.text {
&-transaction {
color: $blue;
}
&-transaction {
color: $blue;
}
&-contract-call {
color: $green;
}
&-contract-call {
color: $green;
}
&-contract-creation {
color: $pink;
}
&-contract-creation {
color: $pink;
}
&-token {
color: $orange;
}
&-token {
color: $orange;
}
&-internal-transaction {
color: $teal;
}
&-internal-transaction {
color: $teal;
}
&-faded {
opacity: 0.7;
}
&-faded {
opacity: 0.7;
}
}
[data-transaction-status="Success"],

@ -1,7 +1,9 @@
@import "./mixins";
/* Phoenix flash messages */
.alert:empty { display: none; }
.alert:empty {
display: none;
}
/* This file is for your main application css. */

@ -10,10 +10,10 @@
}
.balance-card-title {
margin-bottom: .5rem;
margin-bottom: 0.5rem;
}
.address-detail-item{
.address-detail-item {
display: inline-block;
padding-bottom: 0.5em;
margin-right: 1em;

@ -1,5 +1,4 @@
.address-link {
&__font {
font-family: $font-family-monospace;
}
@ -18,7 +17,7 @@
border-color: transparent transparent transparent $border-color;
i {
color:$gray-500 !important;
color: $gray-500 !important;
}
}
}

@ -91,4 +91,4 @@
.shrink-out {
transform-origin: bottom center;
animation: shrink-out 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}
}

@ -2,5 +2,5 @@ $btn-full-primary-bg: $primary !default;
$btn-full-primary-color: #fff !default;
.btn-full-primary {
@include btn-full($btn-full-primary-bg, $btn-full-primary-color);
}
@include btn-full($btn-full-primary-bg, $btn-full-primary-color);
}

@ -2,5 +2,5 @@ $btn-line-bg: #fff !default;
$btn-line-color: $secondary !default;
.btn-line {
@include btn-line($btn-line-bg, $btn-line-color);
}
@include btn-line($btn-line-bg, $btn-line-color);
}

@ -11,7 +11,7 @@ $button-secondary-color: $secondary !default;
text-align: center;
text-decoration: none;
transition: all 0.25s;
white-space: nowrap;
white-space: nowrap;
&-primary {
background-color: $button-primary-color;
@ -69,8 +69,8 @@ $button-secondary-color: $secondary !default;
padding: 20px 60px 20px;
}
// Block button
// -------------------------
// Block button
// -------------------------
&-block {
display: block;
@ -83,7 +83,6 @@ $button-secondary-color: $secondary !default;
color: $gray-500;
text-decoration: none;
}
}
// Vertically space out multiple block buttons

@ -5,134 +5,134 @@ $card-horizontal-padding: 30px;
$card-vertical-padding: 30px;
.card {
background-color: $card-background-color;
border-radius: $card-default-border-radius;
border: none;
box-shadow: 0 0 30px 0 rgba(202, 199, 226, 0.5);
margin-bottom: 3rem;
&-primary {
background-color: $primary;
}
background-color: $card-background-color;
border-radius: $card-default-border-radius;
border: none;
box-shadow: 0 0 30px 0 rgba(202, 199, 226, 0.5);
margin-bottom: 3rem;
&-primary {
background-color: $primary;
}
}
.card-header {
background-color: #fff;
background-color: #fff;
&-tabs {
margin: (-$card-spacer-y) (-$card-spacer-x);
}
&-tabs {
margin: (-$card-spacer-y) (-$card-spacer-x);
}
}
.card-title {
color: #333;
font-size: 18px;
font-weight: normal;
line-height: 2.2rem;
margin-bottom: 2rem;
.card-title-container & {
line-height: 1.2;
margin: 0;
@include media-breakpoint-down(sm) {
margin-bottom: 25px;
}
}
}
color: #333;
font-size: 18px;
font-weight: normal;
line-height: 2.2rem;
margin-bottom: 2rem;
.card-title-container {
align-items: center;
display: flex;
justify-content: space-between;
padding: 25px $card-horizontal-padding;
.card-title-container & {
line-height: 1.2;
margin: 0;
@include media-breakpoint-down(sm) {
flex-direction: column;
margin-bottom: 25px;
}
}
}
.card-title-container {
align-items: center;
display: flex;
justify-content: space-between;
padding: 25px $card-horizontal-padding;
@include media-breakpoint-down(sm) {
flex-direction: column;
}
}
.card-title-controls {
align-items: center;
display: flex;
justify-content: flex-end;
align-items: center;
display: flex;
justify-content: flex-end;
@include media-breakpoint-down(sm) {
flex-direction: column;
}
@include media-breakpoint-down(sm) {
flex-direction: column;
}
.card-title-control {
margin-right: 20px;
.card-title-control {
margin-right: 20px;
&:last-child {
margin-right: 0;
}
&:last-child {
margin-right: 0;
}
@include media-breakpoint-down(sm) {
margin-bottom: 20px;
margin-right: 0;
@include media-breakpoint-down(sm) {
margin-bottom: 20px;
margin-right: 0;
&:last-child {
margin-bottom: 0;
}
}
&:last-child {
margin-bottom: 0;
}
}
}
}
.card-body {
padding: $card-horizontal-padding;
padding: $card-horizontal-padding;
}
.card-server-response-body {
max-height: 400px;
overflow-y: auto;
max-height: 400px;
overflow-y: auto;
}
.card-chain-blocks {
height: auto;
height: auto;
@include media-breakpoint-down(md) {
height: 595px;
}
@include media-breakpoint-down(md) {
height: 595px;
}
}
.card-tabs {
align-items: center;
border-top-left-radius: $card-default-border-radius;
border-top-right-radius: $card-default-border-radius;
border-bottom: 1px solid $base-border-color;
display: flex;
justify-content: flex-start;
overflow: hidden;
@include media-breakpoint-down(sm) {
flex-direction: column;
}
align-items: center;
border-top-left-radius: $card-default-border-radius;
border-top-right-radius: $card-default-border-radius;
border-bottom: 1px solid $base-border-color;
display: flex;
justify-content: flex-start;
overflow: hidden;
@include media-breakpoint-down(sm) {
flex-direction: column;
}
}
.card-tab {
background-color: $card-background-color;
color: #333;
cursor: pointer;
font-size: 14px;
font-weight: normal;
height: 70px;
line-height: 70px;
padding: 0 30px;
text-align: center;
&:hover {
text-decoration: underline;
}
&.active {
background-color: $card-tab-active;
color: #fff;
cursor: default;
text-decoration: none;
}
@include media-breakpoint-down(sm) {
width: 100%;
}
}
background-color: $card-background-color;
color: #333;
cursor: pointer;
font-size: 14px;
font-weight: normal;
height: 70px;
line-height: 70px;
padding: 0 30px;
text-align: center;
&:hover {
text-decoration: underline;
}
&.active {
background-color: $card-tab-active;
color: #fff;
cursor: default;
text-decoration: none;
}
@include media-breakpoint-down(sm) {
width: 100%;
}
}

@ -2,46 +2,46 @@ $check-color: $primary !default;
$check-dimensions: 14px !default;
.check {
align-items: center;
display: flex;
position: relative;
align-items: center;
display: flex;
position: relative;
input[type="checkbox"] {
height: 100%;
opacity: 0;
position: absolute;
width: 100%;
z-index: 5;
input[type="checkbox"] {
height: 100%;
opacity: 0;
position: absolute;
width: 100%;
z-index: 5;
&:checked + .check-icon::before {
background-color: $check-color;
content: "";
height: 6px;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
width: 6px;
}
&:checked + .check-icon::before {
background-color: $check-color;
content: "";
height: 6px;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
width: 6px;
}
}
.check-icon {
border: 1px solid $base-border-color;
flex-grow: 0;
flex-shrink: 0;
height: $check-dimensions;
margin: 0 10px 0 0;
position: relative;
width: $check-dimensions;
z-index: 1;
}
.check-icon {
border: 1px solid $base-border-color;
flex-grow: 0;
flex-shrink: 0;
height: $check-dimensions;
margin: 0 10px 0 0;
position: relative;
width: $check-dimensions;
z-index: 1;
}
.check-text {
font-size: 14px;
font-weight: normal;
line-height: 1.2;
position: relative;
white-space: nowrap;
z-index: 1;
}
}
.check-text {
font-size: 14px;
font-weight: normal;
line-height: 1.2;
position: relative;
white-space: nowrap;
z-index: 1;
}
}

@ -4,23 +4,23 @@ $check-tooltip-check: #a3a9b5 !default;
$check-tooltip-check-active: #fff !default;
.check-tooltip {
display: block;
height: 16px;
width: 16px;
display: block;
height: 16px;
width: 16px;
.check-tooltip-circle {
fill: $check-tooltip-background;
}
.check-tooltip-check {
fill: $check-tooltip-check;
}
&:hover {
.check-tooltip-circle {
fill: $check-tooltip-background;
fill: $check-tooltip-background-active;
}
.check-tooltip-check {
fill: $check-tooltip-check;
}
&:hover {
.check-tooltip-circle {
fill: $check-tooltip-background-active;
}
.check-tooltip-check {
fill: $check-tooltip-check-active;
}
fill: $check-tooltip-check-active;
}
}
}
}

@ -1,17 +1,17 @@
$copy-icon-color: $primary !default;
.copy-icon {
cursor: pointer;
height: 18px;
width: 18px;
cursor: pointer;
height: 18px;
width: 18px;
svg {
display: block;
height: 100%;
width: 100%;
}
svg {
display: block;
height: 100%;
width: 100%;
}
path {
fill: $copy-icon-color;
}
}
path {
fill: $copy-icon-color;
}
}

@ -1,5 +1,8 @@
$dashboard-banner-gradient-start: $primary !default;
$dashboard-banner-gradient-end: lighten($dashboard-banner-gradient-start, 5%) !default;
$dashboard-banner-gradient-end: lighten(
$dashboard-banner-gradient-start,
5%
) !default;
$dashboard-banner-network-graph-background-color: #fff !default;
$dashboard-line-color-price: $primary !default;
$dashboard-line-color-market: $secondary !default;
@ -106,7 +109,7 @@ $dashboard-line-color-market: $secondary !default;
&::before {
border-radius: 2px;
content: '';
content: "";
height: 4px;
left: 0;
position: absolute;
@ -163,4 +166,4 @@ $dashboard-line-color-market: $secondary !default;
row-gap: 45px;
@include stats-item();
}
}

@ -1,16 +1,23 @@
.transaction {
&__dot {
display: inline-block;
height: 10px;
width: 10px ;
width: 10px;
border-radius: 50%;
margin-left: 5px;
vertical-align: baseline;
&--pending { background-color: $gray-500; }
&--success { background-color: $success; }
&--failed { background-color: $danger; }
&--out_of_gas { background-color: $warning; }
&--pending {
background-color: $gray-500;
}
&--success {
background-color: $success;
}
&--failed {
background-color: $danger;
}
&--out_of_gas {
background-color: $warning;
}
}
}

@ -1,58 +1,58 @@
// These styles extend the default Bootstrap styles
.dropdown-menu {
border-radius: 8px!important;
border: none;
box-shadow: $box-shadow;
padding: 0;
width: 100%;
&.right {
left: auto;
right: 0;
}
.nav-item & {
border-top-left-radius: 0!important;
border-top-right-radius: 0!important;
top: 45px;
.dropdown-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
border-radius: 8px !important;
border: none;
box-shadow: $box-shadow;
padding: 0;
width: 100%;
&.right {
left: auto;
right: 0;
}
.nav-item & {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
top: 45px;
.dropdown-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}
}
.dropdown-item {
font-size: 12px;
padding: 10px 20px;
&:hover {
color: #fff;
}
&:first-child {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
&:last-child {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
font-size: 12px;
padding: 10px 20px;
&:hover {
color: #fff;
}
&:first-child {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
&:last-child {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
}
.dropdown-search-icon {
color: $gray-300;
left: 0.625rem;
pointer-events: none;
top: 0.5rem;
color: $gray-300;
left: 0.625rem;
pointer-events: none;
top: 0.5rem;
}
.dropdown-search-field {
padding-left: 2rem;
padding-left: 2rem;
}
.dropdown-toggle::after {
margin-left: 0.71em;
}
margin-left: 0.71em;
}

@ -1,46 +1,46 @@
$form-control-border-color: #e2e5ec !default;
.form-control {
border-color: $form-control-border-color;
border-radius: 0;
font-size: 14px;
border-color: $form-control-border-color;
border-radius: 0;
font-size: 14px;
&.n-b-r {
border-right: none;
}
&.n-b-r {
border-right: none;
}
}
.form-p {
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.8;
.text-dark {
color: #333;
}
&.m-b-0 {
margin-bottom: 0;
}
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.8;
.text-dark {
color: #333;
}
&.m-b-0 {
margin-bottom: 0;
}
}
.input-group-prepend.last {
.input-group-text {
background: none;
border-color: $form-control-border-color;
border-left: none;
color: #a3a9b5;
font-size: 14px;
}
.input-group-text {
background: none;
border-color: $form-control-border-color;
border-left: none;
color: #a3a9b5;
font-size: 14px;
}
}
.form-buttons {
[class*="btn-"] {
margin-bottom: 20px;
[class*="btn-"] {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
&:last-child {
margin-bottom: 0;
}
}
}
}

@ -4,16 +4,14 @@
}
.line-numbers {
[data-line-number] {
&:before {
content: attr(data-line-number);
display: inline-block;
border-right: 1px solid $gray-400;
padding: 0 .5em;
margin-right: .5em;
color: $gray-600
padding: 0 0.5em;
margin-right: 0.5em;
color: $gray-600;
}
}
}

@ -2,17 +2,17 @@ $i-tooltip-background: #a3a9b5 !default;
$i-tooltip-background-active: $primary !default;
.i-tooltip {
display: block;
height: 16px;
width: 16px;
display: block;
height: 16px;
width: 16px;
path {
fill: $i-tooltip-background;
}
path {
fill: $i-tooltip-background;
}
&:hover {
path {
fill: $i-tooltip-background-active;
}
&:hover {
path {
fill: $i-tooltip-background-active;
}
}
}

@ -5,18 +5,18 @@
}
.icon-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2rem;
height: 2rem;
margin: 0 .25rem;
color: $text-muted;
background-color: $gray-200;
border: none;
border-radius: 50%;
border: none;
color: $text-muted;
cursor: pointer;
display: inline-flex;
height: 2rem;
justify-content: center;
margin: 0 0.25rem;
transition: all 0.1s ease;
width: 2rem;
&:hover {
background-color: darken($primary, 20%);

@ -12,7 +12,8 @@
position: relative;
}
.loading-spinner-block-1, .loading-spinner-block-2 {
.loading-spinner-block-1,
.loading-spinner-block-2 {
background-color: currentColor;
width: 12px;
height: 12px;
@ -31,13 +32,17 @@
@keyframes loading-spinner {
25% {
transform: translateX(22px) rotate(-90deg) scale(0.5);
} 50% {
}
50% {
transform: translateX(22px) translateY(22px) rotate(-179deg);
} 50.1% {
}
50.1% {
transform: translateX(22px) translateY(22px) rotate(-180deg);
} 75% {
}
75% {
transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5);
} 100% {
}
100% {
transform: rotate(-360deg);
}
}
@ -50,7 +55,8 @@
width: 1em;
height: 1em;
.loading-spinner-block-1, .loading-spinner-block-2 {
.loading-spinner-block-1,
.loading-spinner-block-2 {
width: 0.5em;
height: 0.5em;
@ -65,13 +71,17 @@
@keyframes loading-spinner-small {
25% {
transform: translateX(10px) rotate(-90deg) scale(0.5);
} 50% {
}
50% {
transform: translateX(10px) translateY(10px) rotate(-179deg);
} 50.1% {
}
50.1% {
transform: translateX(10px) translateY(10px) rotate(-180deg);
} 75% {
}
75% {
transform: translateX(0px) translateY(10px) rotate(-270deg) scale(0.5);
} 100% {
}
100% {
transform: rotate(-360deg);
}
}

@ -5,41 +5,40 @@ $modal-border-radius: 10px !default;
$modal-gray-background: #f6f7f9 !default;
.modal-backdrop {
background-color: $modal-overlay-color;
background-color: $modal-overlay-color;
&.show {
opacity: 1;
}
&.show {
opacity: 1;
}
}
.modal-header {
border-bottom: none;
padding: #{ $modal-vertical-padding } #{ $modal-horizontal-padding };
border-bottom: none;
padding: #{$modal-vertical-padding} #{$modal-horizontal-padding};
}
.close.close-modal {
left: auto;
opacity: 1;
position: absolute;
right: -35px;
top: -35px;
left: auto;
opacity: 1;
position: absolute;
right: -35px;
top: -35px;
}
.modal-body {
padding: 0 #{ $modal-horizontal-padding } #{ $modal-vertical-padding };
padding: 0 #{$modal-horizontal-padding} #{$modal-vertical-padding};
}
.modal-title {
color: #333;
font-size: 18px;
font-weight: normal;
text-align: left;
white-space: normal;
word-break: break-word;
color: #333;
font-size: 18px;
font-weight: normal;
text-align: left;
white-space: normal;
word-break: break-word;
}
.modal-content {
border-radius: $modal-border-radius;
position: relative;
border-radius: $modal-border-radius;
position: relative;
}

@ -1,9 +1,9 @@
.modal-become-candidate {
max-width: 100%;
width: 280px;
max-width: 100%;
width: 280px;
@include media-breakpoint-down(sm) {
margin-left: auto;
margin-right: auto;
}
}
@include media-breakpoint-down(sm) {
margin-left: auto;
margin-right: auto;
}
}

@ -1,25 +1,25 @@
.modal-bottom-disclaimer {
background-color: $modal-gray-background;
border-bottom-left-radius: $modal-border-radius;
border-bottom-right-radius: $modal-border-radius;
color: #a3a9b5;
display: flex;
font-size: 12px;
font-weight: normal;
line-height: 1.67;
padding: #{ $modal-vertical-padding } #{ $modal-horizontal-padding };
text-align: left;
background-color: $modal-gray-background;
border-bottom-left-radius: $modal-border-radius;
border-bottom-right-radius: $modal-border-radius;
color: #a3a9b5;
display: flex;
font-size: 12px;
font-weight: normal;
line-height: 1.67;
padding: #{$modal-vertical-padding} #{$modal-horizontal-padding};
text-align: left;
&.b-b-r-0 {
border-bottom-right-radius: 0;
}
&.b-b-r-0 {
border-bottom-right-radius: 0;
}
.modal-bottom-disclaimer-graphic {
flex-shrink: 0;
padding-right: 15px;
}
.modal-bottom-disclaimer-graphic {
flex-shrink: 0;
padding-right: 15px;
}
.modal-bottom-disclaimer-text {
flex-grow: 1;
}
}
.modal-bottom-disclaimer-text {
flex-grow: 1;
}
}

@ -1,13 +1,13 @@
.modal-stake {
max-width: 100%;
width: 460px;
max-width: 100%;
width: 460px;
@include media-breakpoint-down(sm) {
margin-left: auto;
margin-right: auto;
}
@include media-breakpoint-down(sm) {
margin-left: auto;
margin-right: auto;
}
}
.modal-stake-two-cols {
display: flex;
}
display: flex;
}

@ -1,64 +1,64 @@
$modal-status-graph-error: #ff0d51 !default;
$modal-status-graph-warning: #ff8502 !default;
$modal-status-graph-success: $primary!default;
$modal-status-graph-success: $primary !default;
.modal-status {
max-width: 100%;
width: 300px;
max-width: 100%;
width: 300px;
@include media-breakpoint-down(sm) {
margin-left: auto;
margin-right: auto;
}
@include media-breakpoint-down(sm) {
margin-left: auto;
margin-right: auto;
}
}
.modal-status-graph {
align-items: center;
border-top-left-radius: $modal-border-radius;
border-top-right-radius: $modal-border-radius;
display: flex;
height: 135px;
justify-content: center;
align-items: center;
border-top-left-radius: $modal-border-radius;
border-top-right-radius: $modal-border-radius;
display: flex;
height: 135px;
justify-content: center;
&-error {
background-color: $modal-status-graph-error;
}
&-error {
background-color: $modal-status-graph-error;
}
&-warning {
background-color: $modal-status-graph-warning;
}
&-warning {
background-color: $modal-status-graph-warning;
}
&-success {
background-color: $modal-status-graph-success;
}
&-success {
background-color: $modal-status-graph-success;
}
svg {
margin-top: 15px;
}
svg {
margin-top: 15px;
}
}
.modal-status-body {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
padding: #{ $modal-vertical-padding } #{ $modal-horizontal-padding };
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
padding: #{$modal-vertical-padding} #{$modal-horizontal-padding};
}
.modal-status-title {
color: #333;
font-size: 18px;
font-weight: normal;
line-height: 1.2;
margin: 0 0 15px;
text-align: center;
color: #333;
font-size: 18px;
font-weight: normal;
line-height: 1.2;
margin: 0 0 15px;
text-align: center;
}
.modal-status-text {
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.5;
margin: 0 0 25px;
text-align: center;
}
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.5;
margin: 0 0 25px;
text-align: center;
}

@ -1,49 +1,49 @@
.modal-validator-info {
max-width: 100%;
width: 660px;
max-width: 100%;
width: 660px;
@include media-breakpoint-down(sm) {
margin-left: auto;
margin-right: auto;
}
@include media-breakpoint-down(sm) {
margin-left: auto;
margin-right: auto;
}
}
.modal-validator-info-content {
background-color: $modal-gray-background;
border-bottom-left-radius: $modal-border-radius;
border-bottom-right-radius: $modal-border-radius;
color: #a3a9b5;
column-gap: 60px;
display: grid;
font-size: 12px;
font-weight: normal;
grid-template-columns: 1fr 1fr 1fr;
line-height: 1.67;
padding: #{ $modal-vertical-padding } #{ $modal-horizontal-padding };
row-gap: 30px;
background-color: $modal-gray-background;
border-bottom-left-radius: $modal-border-radius;
border-bottom-right-radius: $modal-border-radius;
color: #a3a9b5;
column-gap: 60px;
display: grid;
font-size: 12px;
font-weight: normal;
grid-template-columns: 1fr 1fr 1fr;
line-height: 1.67;
padding: #{$modal-vertical-padding} #{$modal-horizontal-padding};
row-gap: 30px;
@include media-breakpoint-down(sm) {
grid-template-columns: 1fr 1fr;
}
@include media-breakpoint-down(sm) {
grid-template-columns: 1fr 1fr;
}
}
.modal-validator-info-item {
&-title {
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.2;
margin-bottom: 15px;
padding: 0;
text-align: left;
}
&-title {
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.2;
margin-bottom: 15px;
padding: 0;
text-align: left;
}
&-value {
color: #333;
font-size: 14px;
font-weight: normal;
line-height: 1.2;
margin: 0;
padding: 0;
}
}
&-value {
color: #333;
font-size: 14px;
font-weight: normal;
line-height: 1.2;
margin: 0;
padding: 0;
}
}

@ -22,7 +22,6 @@
}
}
.nav-tabs .nav-item.show .nav-link {
background-color: darken($primary, 10%);
border-color: darken($primary, 10%);

@ -12,179 +12,181 @@ $header-textfield-magnifier-color: $header-links-color !default;
$header-link-horizontal-padding: 0.71rem;
.navbar.navbar-primary {
background-color: $header-background-color;
position: relative;
z-index: 100;
.nav-item {
font-size: 14px;
}
.navbar-nav {
flex-grow: 1;
.nav-link {
align-items: center;
color: $header-links-color;
display: flex;
font-size: 14px;
position: relative;
&:before {
background-color: $primary;
border-radius: 0 0 4px 4px;
top: -10px;
content: "";
display: block;
height: 0.25rem;
left: 50%;
opacity: 0;
position: absolute;
transform: translateX(-50%);
transition: all 0.2s ease;
width: calc(100% - #{ $header-link-horizontal-padding } - #{ $header-link-horizontal-padding });
}
&.active,
&:hover {
@include media-breakpoint-up(lg) {
&:before {
opacity: 1;
}
}
}
&.active,
&:hover,
&.active-icon {
color: $header-links-color-active;
.nav-link-icon {
* {
fill: $header-icon-color-hover;
}
}
}
.nav-link-icon {
align-items: center;
display: flex;
margin-right: 0.71em;
position: relative;
top: -1px;
path {
fill: $header-icon-color;
}
}
background-color: $header-background-color;
position: relative;
z-index: 100;
.nav-item {
font-size: 14px;
}
.navbar-nav {
flex-grow: 1;
.nav-link {
align-items: center;
color: $header-links-color;
display: flex;
font-size: 14px;
position: relative;
&:before {
background-color: $primary;
border-radius: 0 0 4px 4px;
top: -10px;
content: "";
display: block;
height: 0.25rem;
left: 50%;
opacity: 0;
position: absolute;
transform: translateX(-50%);
transition: all 0.2s ease;
width: calc(
100% - #{$header-link-horizontal-padding} - #{$header-link-horizontal-padding}
);
}
&.active,
&:hover {
@include media-breakpoint-up(lg) {
&:before {
opacity: 1;
}
}
.nav-item-networks {
margin-left: auto;
}
&.active,
&:hover,
&.active-icon {
color: $header-links-color-active;
.nav-link-icon {
* {
fill: $header-icon-color-hover;
}
}
}
.navbar-toggler {
border-color: $primary;
color: $primary;
}
.navbar-toggler-icon {
background-image: url($header-toggler-icon);
}
}
.search-form {
.nav-link-icon {
align-items: center;
display: flex;
margin-right: 0.71em;
position: relative;
top: -1px;
@include media-breakpoint-up(xl) {
height: 57px;
margin-bottom: -8px;
margin-top: -8px;
path {
fill: $header-icon-color;
}
}
}
.form-inline {
height: 100%;
.nav-item-networks {
margin-left: auto;
}
.input-group {
height: 100%;
position: relative;
}
.navbar-toggler {
border-color: $primary;
color: $primary;
.navbar-toggler-icon {
background-image: url($header-toggler-icon);
}
.form-control {
background: $header-textfield-background-color;
border-color: $header-textfield-background-color;
color: $header-textfield-text-color;
font-size: 14px;
height: 100%;
padding-left: 38px;
padding-right: 8px;
position: relative;
width: 100%;
z-index: 1;
}
.search-form {
display: flex;
@include textfield-placeholder();
@include media-breakpoint-up(xl) {
height: 57px;
margin-bottom: -8px;
margin-top: -8px;
}
}
.form-inline {
height: 100%;
}
.input-group {
height: 100%;
position: relative;
}
.form-control {
background: $header-textfield-background-color;
border-color: $header-textfield-background-color;
color: $header-textfield-text-color;
font-size: 14px;
height: 100%;
padding-left: 38px;
padding-right: 8px;
position: relative;
width: 100%;
z-index: 1;
&:focus {
box-shadow: none;
}
@include textfield-placeholder();
@include media-breakpoint-up(xl) {
width: 280px;
}
&:focus {
box-shadow: none;
}
.input-group-append {
height: 38px;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 38px;
z-index: 5;
* {
fill: $header-textfield-magnifier-color;
}
@include media-breakpoint-up(xl) {
width: 280px;
}
.input-group-text {
align-items: center;
background: none;
border-color: transparent;
display: flex;
height: 100%;
justify-content: center;
padding: 0;
width: 100%;
}
.input-group-append {
height: 38px;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 38px;
z-index: 5;
* {
fill: $header-textfield-magnifier-color;
}
}
.input-group-text {
align-items: center;
background: none;
border-color: transparent;
display: flex;
height: 100%;
justify-content: center;
padding: 0;
width: 100%;
}
}
.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
.search-form {
align-items: center;
order: -1;
width: 100%;
.search-form {
align-items: center;
order: -1;
width: 100%;
form {
flex-grow: 1;
}
}
.input-group {
width: 100%;
}
.navbar-nav {
white-space: nowrap;
form {
flex-grow: 1;
}
}
.input-group {
width: 100%;
}
.navbar-nav {
white-space: nowrap;
}
}
.navbar-brand {
margin-left: 0;
margin-left: 0;
}
.navbar-logo {
height: 1.5em;
height: 1.5em;
}
@include media-breakpoint-up(md) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: $header-link-horizontal-padding;
padding-right: $header-link-horizontal-padding;
}
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: $header-link-horizontal-padding;
padding-right: $header-link-horizontal-padding;
}
}

@ -16,27 +16,27 @@ $pagination-page-link-color-active: #fff !default;
}
.page-link {
background-color: $pagination-page-link-background;
border: 1px solid $pagination-page-link-background;
color: $pagination-page-link-color;
display: block;
line-height: 1.25;
margin: 0;
padding: 0.5rem 0.75rem;
position: relative;
background-color: $pagination-page-link-background;
border: 1px solid $pagination-page-link-background;
color: $pagination-page-link-color;
display: block;
line-height: 1.25;
margin: 0;
padding: 0.5rem 0.75rem;
position: relative;
&:hover {
background-color: darken($pagination-page-link-background, 5%);
border-color: darken($pagination-page-link-background, 5%);
}
&:hover {
background-color: darken($pagination-page-link-background, 5%);
border-color: darken($pagination-page-link-background, 5%);
}
.active & {
&,
&:hover {
background-color: $pagination-page-link-background-active;
border-color: $pagination-page-link-background-active;
color: $pagination-page-link-color-active;
}
.active & {
&,
&:hover {
background-color: $pagination-page-link-background-active;
border-color: $pagination-page-link-background-active;
color: $pagination-page-link-color-active;
}
}
}
}
}

@ -1,5 +1,4 @@
.panels {
&__container {
padding: 20px;
}

@ -2,52 +2,52 @@ $progress-from-to-background: #f5f6fa !default;
$progress-from-to-progress-background: $primary !default;
.progress-from-to {
min-width: 120px;
max-width: 100%;
min-width: 120px;
max-width: 100%;
.stakes-table & {
width: 120px;
}
.stakes-table & {
width: 120px;
}
}
.progress-from-to-values {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.progress-from-to-value {
color: #333;
font-size: 12px;
font-weight: normal;
line-height: 1.2;
.stakes-tr-banned & {
color: $stakes-banned-color;
}
color: #333;
font-size: 12px;
font-weight: normal;
line-height: 1.2;
.stakes-tr-banned & {
color: $stakes-banned-color;
}
}
.progress-from-to-background {
background-color: $progress-from-to-background;
border-radius: 2px;
height: 4px;
overflow: hidden;
position: relative;
.stakes-tr-banned & {
background-color: darken($stakes-banned-background, 5%);
}
background-color: $progress-from-to-background;
border-radius: 2px;
height: 4px;
overflow: hidden;
position: relative;
.stakes-tr-banned & {
background-color: darken($stakes-banned-background, 5%);
}
}
.progress-from-to-progress {
background-color: $progress-from-to-progress-background;
height: 100%;
left: 0;
max-width: 100%;
position: absolute;
top: 0;
.stakes-tr-banned & {
background-color: $stakes-banned-color;
}
}
background-color: $progress-from-to-progress-background;
height: 100%;
left: 0;
max-width: 100%;
position: absolute;
top: 0;
.stakes-tr-banned & {
background-color: $stakes-banned-color;
}
}

@ -1,140 +1,140 @@
$stakes-dashboard-copy-icon-color: $copy-icon-color !default;
$stakes-address-color: $primary !default;
$stakes-control-color: $primary !default;
$stakes-banned-color: #ff7986!default;
$stakes-banned-background: #fff3f7!default;
$stakes-banned-color: #ff7986 !default;
$stakes-banned-background: #fff3f7 !default;
.stakes-top {
@include gradient-container();
@include gradient-container();
margin-bottom: 3rem;
padding: 50px 0;
margin-bottom: 3rem;
padding: 50px 0;
}
.stakes-top-stats {
display: flex;
justify-content: space-between;
display: flex;
justify-content: space-between;
@include stats-item();
@include stats-item();
@include media-breakpoint-down(md) {
column-gap: 30px;
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 30px;
}
@include media-breakpoint-down(md) {
column-gap: 30px;
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 30px;
}
.stakes-top-stats-item {
@include media-breakpoint-down(md) {
&:nth-child(1),
&:nth-child(2),
&:nth-child(3) {
grid-column-start: 1;
}
&:nth-child(4) {
grid-column-start: 2;
grid-row-start: 1;
}
}
@include media-breakpoint-down(sm) {
grid-column-start: auto !important;
grid-row-start: auto !important;
}
.stakes-top-stats-item {
@include media-breakpoint-down(md) {
&:nth-child(1),
&:nth-child(2),
&:nth-child(3) {
grid-column-start: 1;
}
&:nth-child(4) {
grid-column-start: 2;
grid-row-start: 1;
}
}
@include media-breakpoint-down(sm) {
grid-template-columns: 1fr;
grid-column-start: auto !important;
grid-row-start: auto !important;
}
}
@include media-breakpoint-down(sm) {
grid-template-columns: 1fr;
}
.copy-icon {
margin-left: 20px;
path {
fill: $stakes-dashboard-copy-icon-color;
}
.copy-icon {
margin-left: 20px;
path {
fill: $stakes-dashboard-copy-icon-color;
}
}
}
.stakes-top-stats-value {
align-items: center;
display: flex;
align-items: center;
display: flex;
.stakes-top-stats-item-address & {
white-space: normal;
word-break: break-all;
}
.stakes-top-stats-item-address & {
white-space: normal;
word-break: break-all;
}
}
.stakes-top-stats-login {
color: $primary;
cursor: pointer;
margin-right: 8px;
color: $primary;
cursor: pointer;
margin-right: 8px;
}
.stakes-address-container {
display: flex;
cursor: pointer;
justify-content: flex-start;
display: flex;
cursor: pointer;
justify-content: flex-start;
.stakes-address {
color: $stakes-address-color;
margin-right: 10px;
.stakes-address {
color: $stakes-address-color;
margin-right: 10px;
.stakes-tr-banned & {
color: $stakes-banned-color;
}
.stakes-tr-banned & {
color: $stakes-banned-color;
}
}
}
.stakes-controls {
align-items: center;
display: flex;
justify-content: flex-end;
padding-right: 30px;
align-items: center;
display: flex;
justify-content: flex-end;
padding-right: 30px;
}
.stakes-control {
cursor: pointer;
display: flex;
justify-content: flex-start;
color: $stakes-control-color;
font-size: 14px;
font-weight: normal;
line-height: 1.2;
margin-right: 25px;
text-align: left;
&:last-child {
margin-right: 0;
}
cursor: pointer;
display: flex;
justify-content: flex-start;
color: $stakes-control-color;
font-size: 14px;
font-weight: normal;
line-height: 1.2;
margin-right: 25px;
text-align: left;
&:last-child {
margin-right: 0;
}
}
.stakes-control-icon {
margin-right: 10px;
path {
fill: $stakes-control-color;
}
margin-right: 10px;
path {
fill: $stakes-control-color;
}
}
.stakes-top-buttons {
align-items: center;
display: flex;
justify-content: center;
flex-direction: column;
.btn-add-full {
margin-bottom: 10px;
}
@include media-breakpoint-down(md) {
grid-column-start: 2;
grid-row-start: 2;
justify-self: end;
}
@include media-breakpoint-down(sm) {
grid-column-start: auto !important;
grid-row-start: auto !important;
justify-self: center;
}
}
align-items: center;
display: flex;
justify-content: center;
flex-direction: column;
.btn-add-full {
margin-bottom: 10px;
}
@include media-breakpoint-down(md) {
grid-column-start: 2;
grid-row-start: 2;
justify-self: end;
}
@include media-breakpoint-down(sm) {
grid-column-start: auto !important;
grid-row-start: auto !important;
justify-self: center;
}
}

@ -1,21 +1,21 @@
$stakes-btn-remove-pool-color: $primary !default;
.stakes-btn-remove-pool {
align-items: center;
color: $stakes-btn-remove-pool-color;
cursor: pointer;
display: flex;
font-size: 12px;
font-weight: 600;
height: 36px;
justify-content: center;
text-align: center;
align-items: center;
color: $stakes-btn-remove-pool-color;
cursor: pointer;
display: flex;
font-size: 12px;
font-weight: 600;
height: 36px;
justify-content: center;
text-align: center;
svg {
margin-right: 10px;
}
svg {
margin-right: 10px;
}
path {
fill: $stakes-btn-remove-pool-color;
}
}
path {
fill: $stakes-btn-remove-pool-color;
}
}

@ -1,35 +1,35 @@
.stakes-empty-content {
display: flex;
justify-content: center;
padding: 100px 15px;
display: flex;
justify-content: center;
padding: 100px 15px;
}
.stakes-empty-content-pic {
flex-shrink: 0;
margin: 0 50px 0 0;
flex-shrink: 0;
margin: 0 50px 0 0;
}
.stakes-empty-content-pic-svg-path {
fill: $primary;
fill: $primary;
}
.stakes-empty-content-info {
max-width: 300px;
max-width: 300px;
}
.stakes-empty-content-title {
font-size: 18px;
font-weight: normal;
line-height: 1.2;
margin: 0 0 15px;
text-align: left;
font-size: 18px;
font-weight: normal;
line-height: 1.2;
margin: 0 0 15px;
text-align: left;
}
.stakes-empty-content-text {
color: #a3a9b5;
font-size: 14px;
font-weight: normal;
line-height: 1.71;
margin: 0 0 25px;
text-align: left;
}
color: #a3a9b5;
font-size: 14px;
font-weight: normal;
line-height: 1.71;
margin: 0 0 25px;
text-align: left;
}

@ -1,74 +1,74 @@
.stakes-progress {
.modal-stake-right & {
border-left: 1px solid $base-border-color;
flex-shrink: 0;
height: 100%;
padding: $modal-vertical-padding $modal-horizontal-padding;
width: 190px;
}
.modal-stake-right & {
border-left: 1px solid $base-border-color;
flex-shrink: 0;
height: 100%;
padding: $modal-vertical-padding $modal-horizontal-padding;
width: 190px;
}
}
.stakes-progress-info {
margin-bottom: 25px;
margin-bottom: 25px;
&:last-child {
margin-bottom: 0;
}
&:last-child {
margin-bottom: 0;
}
}
.stakes-progress-info-title {
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.2;
margin: 0 0 12px;
text-align: left;
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.2;
margin: 0 0 12px;
text-align: left;
}
.stakes-progress-info-value {
color: #333;
font-size: 14px;
font-weight: normal;
line-height: 1.2;
margin: 0;
text-align: left;
color: #333;
font-size: 14px;
font-weight: normal;
line-height: 1.2;
margin: 0;
text-align: left;
&.link-color {
color: $primary;
}
&.link-color {
color: $primary;
}
}
.stakes-progress-graph {
margin: 0 0 20px;
position: relative;
margin: 0 0 20px;
position: relative;
}
.stakes-progress-graph-canvas {
position: relative;
z-index: 1;
position: relative;
z-index: 1;
}
.stakes-progress-data {
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 12;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 12;
}
.stakes-progress-data-total {
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.2;
text-align: center;
color: #a3a9b5;
font-size: 12px;
font-weight: normal;
line-height: 1.2;
text-align: center;
}
.stakes-progress-data-progress {
color: #333;
font-size: 24px;
font-weight: bold;
line-height: 1.2;
margin: 0 0 8px;
text-align: center;
}
color: #333;
font-size: 24px;
font-weight: bold;
line-height: 1.2;
margin: 0 0 8px;
text-align: center;
}

@ -2,74 +2,74 @@ $stakes-table-th-background: #f5f6fa !default;
$stakes-table-cell-separation: 25px !default;
.stakes-table-container {
max-width: 100%;
overflow-x: auto;
width: 100%;
max-width: 100%;
overflow-x: auto;
width: 100%;
}
.stakes-table {
min-width: fit-content;
width: 100%;
min-width: fit-content;
width: 100%;
}
.stakes-table-th {
background-color: $stakes-table-th-background;
color: #a3a9b5;
font-size: 14px;
font-weight: bold;
line-height: 1.2;
text-align: left;
background-color: $stakes-table-th-background;
color: #a3a9b5;
font-size: 14px;
font-weight: bold;
line-height: 1.2;
text-align: left;
&:first-child {
min-width: 15px;
}
&:first-child {
min-width: 15px;
}
}
.stakes-table-th-content {
align-items: center;
display: flex;
justify-content: flex-start;
padding: 21px $stakes-table-cell-separation 21px 0;
position: relative;
z-index: 0;
align-items: center;
display: flex;
justify-content: flex-start;
padding: 21px $stakes-table-cell-separation 21px 0;
position: relative;
z-index: 0;
}
.stakes-th-text {
margin-right: 10px;
white-space: nowrap;
margin-right: 10px;
white-space: nowrap;
}
.stakes-td {
border-bottom: 1px solid #f5f6fa;
font-size: 14px;
font-weight: normal;
height: 60px;
line-height: 1.2;
padding-right: $stakes-table-cell-separation;
text-align: left;
vertical-align: middle;
white-space: nowrap;
border-bottom: 1px solid #f5f6fa;
font-size: 14px;
font-weight: normal;
height: 60px;
line-height: 1.2;
padding-right: $stakes-table-cell-separation;
text-align: left;
vertical-align: middle;
white-space: nowrap;
&:last-child {
padding-right: 0;
}
&:last-child {
padding-right: 0;
}
.stakes-tr-banned & {
background-color: $stakes-banned-background;
color: $stakes-banned-color;
}
.stakes-tr-banned & {
background-color: $stakes-banned-background;
color: $stakes-banned-color;
}
}
.stakes-td-order {
min-width: 50px;
padding-left: 30px;
text-align: left;
min-width: 50px;
padding-left: 30px;
text-align: left;
}
.stakes-td-link-style {
color: $primary;
color: $primary;
.stakes-tr-banned & {
color: $stakes-banned-color;
}
}
.stakes-tr-banned & {
color: $stakes-banned-color;
}
}

@ -1,6 +1,7 @@
.table-font {
thead th, td, th {
thead th,
td,
th {
border-top: none;
border-bottom: none;
}

@ -44,16 +44,16 @@ $tile-padding: 1rem;
@include media-breakpoint-down(sm) {
align-items: flex-start;
background: none!important;
border: none!important;
background: none !important;
border: none !important;
bottom: auto;
flex-direction: column!important;
flex-direction: column !important;
margin: 0 0 10px;
padding-left: 1rem;
top: auto;
.tile-status-label {
margin-left: 0!important;
margin-left: 0 !important;
}
}
}
@ -72,7 +72,6 @@ $tile-padding: 1rem;
}
&-type {
&-block {
border-left: 4px solid $tile-type-block-color;
@ -270,7 +269,6 @@ $tile-padding: 1rem;
}
&-status {
&--error--reason {
border-bottom: 2px solid lighten($danger, 10%);
border-right: 2px solid lighten($danger, 10%);

@ -2,7 +2,7 @@
min-width: 14.375rem;
margin-top: 1rem;
background-color: $gray-100;
box-shadow: 0px 2px 3px 2px $gray-200;
box-shadow: 0 2px 3px 2px $gray-200;
border: none;
.dropdown-items {
@ -14,7 +14,8 @@
}
}
&:after, &:before {
&:after,
&:before {
bottom: 100%;
right: 14%;
border: solid transparent;

@ -2,14 +2,17 @@
line-height: 0.5;
text-align: center;
&:hover, :focus {
&:hover,
:focus {
text-decoration: none;
}
}
.token-tile-view-more span {
display: inline-block;
position: relative;
}
.token-tile-view-more span:before,
.token-tile-view-more span:after {
content: "";
@ -20,43 +23,43 @@
top: 0;
width: 43%;
}
.token-tile-view-more span:before {
right: 55%;
margin-right: .9375rem;
margin-right: 0.9375rem;
}
.token-tile-view-more span:after {
left: 55%;
margin-left: .9375rem;
margin-left: 0.9375rem;
}
@include media-breakpoint-down(md) {
.token-tile-view-more span:before,
.token-tile-view-more span:after {
width: 40%;
}
.token-tile-view-more span:before {
right: 58%;
}
.token-tile-view-more span:after {
left: 58%;
}
}
@include media-breakpoint-down(sm) {
.token-tile-view-more span:before,
.token-tile-view-more span:after {
width: 28%;
}
.token-tile-view-more span:before {
right: 66%;
}
.token-tile-view-more span:after {
left: 66%;
}
}

@ -1,8 +1,8 @@
.tooltip {
max-width: 250px;
max-width: 250px;
.tooltip-inner {
border-radius: 5px;
padding: 15px;
}
}
.tooltip-inner {
border-radius: 5px;
padding: 15px;
}
}

@ -1,14 +1,14 @@
.transaction-input-text{
.transaction-input-text {
white-space: pre;
color: black;
pre{
code{
pre {
code {
color: black;
}
}
}
.transaction-input-table{
.transaction-input-table {
overflow-x: scroll;
}

File diff suppressed because it is too large Load Diff

@ -1,3 +1,3 @@
$primary: #34C88A;
$secondary: #163F59;
$tertiary: #466D85;
$primary: #34c88a;
$secondary: #163f59;
$tertiary: #466d85;

@ -1,6 +1,6 @@
$primary: #fec042;
$secondary: #53546a;
$tertiary: #1755e4;
$primary: #fec042;
$secondary: #53546a;
$tertiary: #1755e4;
.navbar.navbar-primary {
background-color: #f2f6f8;
@ -17,20 +17,23 @@ $tertiary: #1755e4;
.form-control {
color: $secondary;
&::-webkit-input-placeholder { /* Chrome/Opera/Safari */
&::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: transparentize($secondary, 0.5);
}
&::-moz-placeholder { /* Firefox 19+ */
&::-moz-placeholder {
/* Firefox 19+ */
color: transparentize($secondary, 0.5);
}
&:-ms-input-placeholder { /* IE 10+ */
&:-ms-input-placeholder {
/* IE 10+ */
color: transparentize($secondary, 0.5);
}
&:-moz-placeholder { /* Firefox 18- */
&:-moz-placeholder {
/* Firefox 18- */
color: transparentize($secondary, 0.5);
}
}
}
.navbar-logo {

@ -1,3 +1,3 @@
$primary: #4A4A4A;
$secondary: #01C85C;
$tertiary: #466D85;
$primary: #4a4a4a;
$secondary: #01c85c;
$tertiary: #466d85;

@ -1,8 +1,8 @@
$primary: #1b1b39;
$secondary: #4beba0;
$tertiary: #4beba0;
$primary: #1b1b39;
$secondary: #4beba0;
$tertiary: #4beba0;
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-item-disc-color: $secondary;
$footer-item-disc-color: $secondary;

@ -1,3 +1,3 @@
$primary: #16465b;
$secondary: #5ab3ff;
$tertiary: #77a4c5;
$primary: #16465b;
$secondary: #5ab3ff;
$tertiary: #77a4c5;

@ -1,3 +1,3 @@
$primary: #1F4C55;
$secondary: #E08E64;
$tertiary: #333333;
$primary: #1f4c55;
$secondary: #e08e64;
$tertiary: #333333;

@ -1,3 +1,3 @@
$primary: #586A8F;
$secondary: #00BCD4;
$tertiary: #6F87B2;
$primary: #586a8f;
$secondary: #00bcd4;
$tertiary: #6f87b2;

@ -1,8 +1,8 @@
$primary: #20201A;
$secondary: #F0D96B;
$tertiary: #4A443A;
$primary: #20201a;
$secondary: #f0d96b;
$tertiary: #4a443a;
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-item-disc-color: $secondary;
$footer-item-disc-color: $secondary;

@ -5,4 +5,4 @@ $tertiary: #997fdc;
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-item-disc-color: $secondary;
$footer-item-disc-color: $secondary;

@ -1,3 +1,3 @@
$primary: #171717;
$secondary: #FF9000;
$tertiary: #727272;
$primary: #171717;
$secondary: #ff9000;
$tertiary: #727272;

@ -1,5 +1,5 @@
$primary: #262D62;
$secondary: #687BF6;
$tertiary: #687BF6;
$primary: #262d62;
$secondary: #687bf6;
$tertiary: #687bf6;
$base-border-color: #e2e5ec !default;
$base-border-color: #e2e5ec !default;

@ -1,8 +1,8 @@
$primary: #343434;
$secondary: #A2D729;
$tertiary: #7F7F7F;
$primary: #343434;
$secondary: #a2d729;
$tertiary: #7f7f7f;
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-item-disc-color: $secondary;
$footer-item-disc-color: $secondary;

@ -1,6 +1,6 @@
$primary: #5b389f;
$secondary: #7dd79f;
$tertiary: #997fdc;
$primary: #5b389f;
$secondary: #7dd79f;
$tertiary: #997fdc;
$header-links-color-active: #333;
$button-secondary-color: $primary;
@ -8,4 +8,4 @@ $button-secondary-color: $primary;
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-item-disc-color: $secondary;
$footer-item-disc-color: $secondary;

@ -1,6 +1,6 @@
$primary: #15bba6;
$secondary: #17314f;
$tertiary: #00FF00;
$tertiary: #00ff00;
$header-links-color-active: #333;
$dashboard-banner-gradient-start: $secondary;
@ -12,4 +12,4 @@ $dashboard-line-color-market: $primary;
$tile-type-block-border-color: $secondary;
$footer-background-color: #173250;
$footer-text-color: #909dac;
$footer-text-color: #909dac;

@ -1,8 +1,8 @@
$primary: #2fa8f8;
$primary: #2fa8f8;
$secondary: #a2daff;
$tertiary: #006aa7;
$tertiary: #006aa7;
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-item-disc-color: $secondary;
$footer-item-disc-color: $secondary;

@ -1,8 +1,8 @@
$primary: #A375FF;
$secondary: #00F0BD;
$tertiary: #53A9FF;
$primary: #a375ff;
$secondary: #00f0bd;
$tertiary: #53a9ff;
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-item-disc-color: $secondary;
$footer-item-disc-color: $secondary;

@ -1,8 +1,8 @@
$primary: #559387;
$secondary: #add7cf;
$tertiary: #38533d;
$primary: #559387;
$secondary: #add7cf;
$tertiary: #38533d;
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-item-disc-color: $secondary;
$footer-item-disc-color: $secondary;

@ -1,8 +1,8 @@
$primary: #633D99;
$secondary: #6CC04A;
$tertiary: #A566FF;
$primary: #633d99;
$secondary: #6cc04a;
$tertiary: #a566ff;
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-item-disc-color: $secondary;
$footer-item-disc-color: $secondary;

@ -1,3 +1,3 @@
$primary: #211841;
$secondary: #F16950;
$tertiary: #8B84BC;
$primary: #211841;
$secondary: #f16950;
$tertiary: #8b84bc;

@ -25,4 +25,4 @@ $breakpoint-md: 768px;
$breakpoint-lg: 992px;
$breakpoint-xl: 1024px;
$breakpoint-xxl: 1280px;
$breakpoint-xxxl: 1366px;
$breakpoint-xxxl: 1366px;

@ -1,3 +1,3 @@
$primary: #3680F8;
$secondary: #2CCFC5;
$tertiary: #7289AF;
$primary: #3680f8;
$secondary: #2ccfc5;
$tertiary: #7289af;

Loading…
Cancel
Save