You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
832 B
49 lines
832 B
@import '../../variables.scss';
|
|
|
|
.container {
|
|
section {
|
|
margin: 25px 0;
|
|
padding: 25px;
|
|
border-bottom: 1px solid $darkestgrey;
|
|
|
|
h4 {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1.5px;
|
|
margin-bottom: 10px;
|
|
|
|
span {
|
|
color: $blue;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.qrcode {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
p {
|
|
font-family: 'Roboto';
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-weight: 200;
|
|
border-radius: 7px;
|
|
background: $lightgrey;
|
|
border: 1px solid $main;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.addressHeader {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
|
|
.newAddress {
|
|
text-decoration: underline;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|