oak-general-business/es/components/common/qrCode/web.less

52 lines
1.1 KiB
Plaintext

.oak-qrCodeBox {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
&_qrcode {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
&_mask {
position: absolute;
inset-block-start: 0;
inset-inline-start: 0;
z-index: 10;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
color: rgba(0,0,0,0.88);
line-height: 1.5;
background: rgba(255,255,255,0.96);
text-align: 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: 16px;
}
}
}