Jack Mallers
7 years ago
3 changed files with 145 additions and 131 deletions
@ -1,123 +1,126 @@ |
|||||
@import '../../variables.scss'; |
@import '../../variables.scss'; |
||||
|
|
||||
|
@import '../../variables.scss'; |
||||
|
|
||||
.container { |
.container { |
||||
color: $white; |
color: $white; |
||||
|
font-size: 12px; |
||||
|
width: 75%; |
||||
|
margin: 0 auto; |
||||
|
background: $spaceblue; |
||||
} |
} |
||||
|
|
||||
.content { |
.header { |
||||
background: $spaceblue; |
display: flex; |
||||
width: 85%; |
flex-direction: row; |
||||
margin: 50px auto; |
justify-content: space-between; |
||||
padding-top: 30px; |
padding: 20px; |
||||
|
|
||||
.top { |
section { |
||||
padding: 10px 60px; |
&:nth-child(1) { |
||||
|
font-size: 16px; |
||||
.details { |
color: $green; |
||||
display: flex; |
|
||||
flex-direction: row; |
svg { |
||||
justify-content: space-between; |
width: 16px; |
||||
margin-bottom: 40px; |
height: 16px; |
||||
|
vertical-align: top; |
||||
.amount { |
fill: $green; |
||||
display: flex; |
} |
||||
flex-direction: row; |
|
||||
align-items: center; |
|
||||
position: relative; |
|
||||
|
|
||||
.symbol { |
|
||||
color: $red; |
|
||||
} |
|
||||
|
|
||||
h1 { |
span:nth-child(2) { |
||||
font-size: 40px; |
margin-left: 5px; |
||||
margin-right: 10px; |
} |
||||
} |
} |
||||
|
|
||||
.currentCurrency { |
&.details { |
||||
cursor: pointer; |
text-align: right; |
||||
transition: 0.25s all; |
|
||||
|
|
||||
&:hover { |
div:nth-child(1) { |
||||
opacity: 0.5; |
margin-bottom: 5px; |
||||
} |
} |
||||
|
|
||||
span { |
svg { |
||||
font-size: 14px; |
width: 12px; |
||||
|
height: 12px; |
||||
|
vertical-align: middle; |
||||
|
} |
||||
|
|
||||
&:nth-child(1) { |
.zap { |
||||
font-weight: bold; |
margin-left: 5px; |
||||
} |
cursor: pointer; |
||||
} |
transition: all 0.25s; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
|
||||
} |
.amount { |
||||
|
margin-top: 50px; |
||||
|
display: flex; |
||||
|
flex-direction: row; |
||||
|
align-items: center; |
||||
|
justify-content: center; |
||||
|
padding: 20px; |
||||
|
|
||||
ul { |
h1 { |
||||
visibility: hidden; |
font-size: 40px; |
||||
position: absolute; |
} |
||||
top: 40px; |
|
||||
right: -50px; |
section { |
||||
|
font-size: 20px; |
||||
&.active { |
margin-left: 10px; |
||||
visibility: visible; |
position: relative; |
||||
} |
cursor: pointer; |
||||
|
|
||||
li { |
&:hover { |
||||
padding: 8px 15px; |
span { |
||||
background: #191919; |
opacity: 0.5; |
||||
cursor: pointer; |
|
||||
transition: 0.25s hover; |
|
||||
border-bottom: 1px solid #0f0f0f; |
|
||||
|
|
||||
&:hover { |
|
||||
background: #0f0f0f; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
} |
||||
|
} |
||||
|
|
||||
.fee { |
span { |
||||
font-size: 12px; |
transition: all 0.25s; |
||||
text-align: right; |
} |
||||
|
|
||||
.notPaid { |
ul { |
||||
color: #FF8A65; |
visibility: hidden; |
||||
margin-top: 5px; |
position: absolute; |
||||
} |
top: 40px; |
||||
|
right: -50px; |
||||
|
font-size: 12px; |
||||
|
|
||||
|
&.active { |
||||
|
visibility: visible; |
||||
|
} |
||||
|
|
||||
p { |
li { |
||||
margin-bottom: 5px; |
padding: 8px 15px; |
||||
|
background: #191919; |
||||
|
cursor: pointer; |
||||
|
transition: 0.25s hover; |
||||
|
border-bottom: 1px solid #0f0f0f; |
||||
|
|
||||
&:nth-child(2) { |
&:hover { |
||||
opacity: 0.5; |
background: #0f0f0f; |
||||
} |
|
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
.bottom { |
.date { |
||||
background: #31343f; |
text-align: center; |
||||
padding: 40px; |
padding: 20px; |
||||
|
} |
||||
.txHash, .blockHash { |
|
||||
margin: 40px 0; |
|
||||
|
|
||||
h4 { |
|
||||
font-size: 10px; |
|
||||
margin-bottom: 10px; |
|
||||
} |
|
||||
|
|
||||
p { |
.footer { |
||||
font-size: 14px; |
background: #31343f; |
||||
text-decoration: underline; |
margin: 20px 0 50px 0; |
||||
cursor: pointer; |
padding: 20px; |
||||
transition: all 0.25s; |
text-align: center; |
||||
|
|
||||
&:hover { |
p { |
||||
opacity: 0.5; |
cursor: pointer; |
||||
} |
|
||||
} |
|
||||
} |
} |
||||
} |
} |
Loading…
Reference in new issue