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.
36 lines
501 B
36 lines
501 B
@import '../../variables.scss';
|
|
|
|
.container {
|
|
padding: 50px;
|
|
|
|
h4 {
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
h3 {
|
|
text-align: center;
|
|
color: $main;
|
|
font-size: 50px;
|
|
}
|
|
}
|
|
|
|
.nodekey {
|
|
margin-bottom: 50px;
|
|
padding: 20px;
|
|
border-bottom: 1px solid $main;
|
|
|
|
h2 {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.amounts {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
margin-bottom: 50px;
|
|
padding: 20px;
|
|
}
|