KevinK.dev.js/src/pages/donate.module.scss

42 lines
707 B
SCSS

@import "../globals";
.priceAmount {
display: flex;
margin: 20px auto;
border: $border;
border-radius: 5px;
overflow: hidden;
line-height: 40px;
width: fit-content;
input {
flex-grow: 1;
border: none;
padding-left: 10px;
width: 100px;
border-right: $border;
}
div {
width: 20px;
text-align: center;
}
.donateButton {
@include button;
flex-grow: 1;
height: 40px;
border-radius: 0 5px 5px 0;
}
}
.sronly {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}