Jack Mallers
8 years ago
8 changed files with 141 additions and 25 deletions
@ -0,0 +1,69 @@ |
|||||
|
@import '../../../../../../../variables.scss'; |
||||
|
|
||||
|
.title { |
||||
|
text-align: center; |
||||
|
font-size: 24px; |
||||
|
color: $black; |
||||
|
margin-bottom: 50px; |
||||
|
} |
||||
|
|
||||
|
.pubkey, .local, .push { |
||||
|
display: flex; |
||||
|
justify-content: center; |
||||
|
font-size: 18px; |
||||
|
height: auto; |
||||
|
min-height: 55px; |
||||
|
margin-bottom: 20px; |
||||
|
border: 1px solid $traditionalgrey; |
||||
|
border-radius: 6px; |
||||
|
position: relative; |
||||
|
padding: 0 20px; |
||||
|
|
||||
|
label, input[type=text] { |
||||
|
font-size: inherit; |
||||
|
} |
||||
|
|
||||
|
label { |
||||
|
padding-top: 19px; |
||||
|
padding-bottom: 12px; |
||||
|
color: $traditionalgrey; |
||||
|
} |
||||
|
|
||||
|
input[type=text] { |
||||
|
width: 100%; |
||||
|
border: none; |
||||
|
outline: 0; |
||||
|
-webkit-appearance: none; |
||||
|
height: 55px; |
||||
|
padding: 0 10px; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.buttonGroup { |
||||
|
width: 100%; |
||||
|
display: flex; |
||||
|
flex-direction: row; |
||||
|
border-radius: 6px; |
||||
|
overflow: hidden; |
||||
|
|
||||
|
.button { |
||||
|
cursor: pointer; |
||||
|
height: 55px; |
||||
|
min-height: 55px; |
||||
|
text-transform: none; |
||||
|
font-size: 18px; |
||||
|
transition: opacity .2s ease-out; |
||||
|
background: $main; |
||||
|
color: $white; |
||||
|
border: none; |
||||
|
font-weight: 500; |
||||
|
padding: 0; |
||||
|
width: 100%; |
||||
|
text-align: center; |
||||
|
line-height: 55px; |
||||
|
|
||||
|
&:first-child { |
||||
|
border-right: 1px solid lighten($main, 20%); |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue