|
|
|
@ -7,19 +7,22 @@ $card-background-1: $primary !default; |
|
|
|
|
$card-background-1-text-color: #fff !default; |
|
|
|
|
$card-tab-icon-color: #20b760 !default; |
|
|
|
|
$card-tab-icon-color-active: #fff !default; |
|
|
|
|
|
|
|
|
|
.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: $common-container-margin; |
|
|
|
|
|
|
|
|
|
.block-details-row { |
|
|
|
|
flex-direction: row; |
|
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
|
flex-direction: column; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.block-detail-el { |
|
|
|
|
&+.block-detail-el { |
|
|
|
|
& + .block-detail-el { |
|
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
|
margin-top: 6px; |
|
|
|
|
} |
|
|
|
@ -31,6 +34,7 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
.card-background-1 { |
|
|
|
|
background-color: $card-background-1; |
|
|
|
|
color: $card-background-1-text-color; |
|
|
|
|
|
|
|
|
|
a:not(.dropdown-item), |
|
|
|
|
a:not(.dropdown-item):hover { |
|
|
|
|
color: $card-background-1-text-color; |
|
|
|
@ -41,6 +45,7 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
background: transparent; |
|
|
|
|
border-bottom: 1px solid $base-border-color; |
|
|
|
|
padding: $card-vertical-padding $card-horizontal-padding; |
|
|
|
|
|
|
|
|
|
&-tabs { |
|
|
|
|
margin: (-$card-spacer-y) (-$card-spacer-x); |
|
|
|
|
} |
|
|
|
@ -51,26 +56,33 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
font-weight: normal; |
|
|
|
|
line-height: 1.2rem; |
|
|
|
|
margin-bottom: 2rem; |
|
|
|
|
|
|
|
|
|
&.lg-card-title { |
|
|
|
|
@media (max-width: 374px) { |
|
|
|
|
font-size: 13px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.margin-bottom-md { |
|
|
|
|
margin-bottom: 25px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.margin-bottom-sm { |
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.margin-bottom-xs { |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.margin-bottom-0 { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card-title-container & { |
|
|
|
|
line-height: 1.2; |
|
|
|
|
margin: 0; |
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
|
margin-bottom: 25px; |
|
|
|
|
} |
|
|
|
@ -83,6 +95,7 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
font-weight: normal; |
|
|
|
|
line-height: 1.2; |
|
|
|
|
margin: 0 0 30px; |
|
|
|
|
|
|
|
|
|
&.margin-bottom-0 { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
@ -93,6 +106,7 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
padding: 25px $card-horizontal-padding; |
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
|
flex-direction: column; |
|
|
|
|
} |
|
|
|
@ -102,17 +116,22 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
align-items: center; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: flex-end; |
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
|
flex-direction: column; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card-title-control { |
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
|
|
&:last-child { |
|
|
|
|
margin-right: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
margin-right: 0; |
|
|
|
|
|
|
|
|
|
&:last-child { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
@ -137,6 +156,7 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
|
|
|
|
|
.card-chain-blocks { |
|
|
|
|
height: auto; |
|
|
|
|
|
|
|
|
|
[class*="col-"]:last-child { |
|
|
|
|
.tile { |
|
|
|
|
margin-bottom: 0; |
|
|
|
@ -146,6 +166,7 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
|
|
|
|
|
.card-chain-transactions { |
|
|
|
|
height: auto; |
|
|
|
|
|
|
|
|
|
.tile { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
@ -159,6 +180,7 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) { |
|
|
|
|
flex-direction: column; |
|
|
|
|
} |
|
|
|
@ -176,31 +198,38 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
padding: 0 25px; |
|
|
|
|
text-align: center; |
|
|
|
|
transition: $transition-cont; |
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
background-color: rgba($card-tab-active, .15); |
|
|
|
|
color: $card-tab-active; |
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) { |
|
|
|
|
display: none; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.fa-check-circle { |
|
|
|
|
color: $card-tab-icon-color; |
|
|
|
|
margin-left: 6px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.active { |
|
|
|
|
background-color: $card-tab-active; |
|
|
|
|
color: #fff; |
|
|
|
|
cursor: default; |
|
|
|
|
text-decoration: none; |
|
|
|
|
|
|
|
|
|
.fa-check-circle { |
|
|
|
|
color: $card-tab-icon-color-active; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) { |
|
|
|
|
cursor: pointer; |
|
|
|
|
display: flex; |
|
|
|
|
order: -1; |
|
|
|
|
|
|
|
|
|
&::after { |
|
|
|
|
border-bottom: 0; |
|
|
|
|
border-left: 0.3em solid transparent; |
|
|
|
@ -212,6 +241,7 @@ $card-tab-icon-color-active: #fff !default; |
|
|
|
|
margin-left: 10px; |
|
|
|
|
width: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.noCaret::after { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|