oak-general-business/lib/components/common/qrCode/index.less

35 lines
651 B
Plaintext

.oak-qrCodeBox {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
&_imgBox {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
&_caption {
color: var(--oak-text-color-secondary);
font-size: 12px;
line-height: 20px;
}
&_actions {
margin-top: 10px;
&_downloadIcon {
color: var(--oak-color-primary);
font-size: 24px;
}
&_refreshIcon {
color: var(--oak-color-primary);
font-size: 24px;
}
}
}