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.

39 lines
612 B

@import '../../variables.scss';
.container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-bottom: 50px;
padding: 20px;
label {
margin-left: -25px;
height: 200px;
color: $main;
svg {
width: 65px;
height: 65px;
}
svg[data-icon='ltc'] {
margin-right: 10px;
g {
transform: scale(1.75) translate(-5px, -5px);
}
}
}
input[type=number] {
color: $main;
width: 30px;
height: 200px;
font-size: 100px;
border: none;
outline: 0;
-webkit-appearance: none;
}
}