react-qrcode-js
Version:
A Simple lightweight QRCode Generator with copy and download support
33 lines (32 loc) • 593 B
CSS
.downloadButton {
background-color: #fff;
border: 1px solid #d8d8d8;
border-radius: 4px;
color: #333;
cursor: pointer;
display: inline-block;
padding: 6px 12px;
text-align: center;
text-decoration: none;
margin: 5px;
}
.pointer {
cursor: pointer;
}
.qrcode-noti {
margin: 5px;
position: relative;
background-color: #fff;
border: 1px solid #d8d8d8;
border-radius: 4px;
color: #333;
padding: 6px 12px;
width: fit-content;
}
.center-align {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: max-content;
}