28 lines
564 B
Plaintext
28 lines
564 B
Plaintext
.oak-qrCodeBox {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
|
|
&_caption {
|
|
color: var(--oak-text-color-secondary);
|
|
font-size: var(--oak-font-size-body-small);
|
|
line-height: var(--oak-line-height-body-small);
|
|
}
|
|
|
|
&_actions {
|
|
margin-top: 10px;
|
|
|
|
&_downloadIcon {
|
|
color: var(--oak-brand-color);
|
|
font-size: 24px;
|
|
}
|
|
|
|
&_refreshIcon {
|
|
color: var(--oak-brand-color);
|
|
font-size: 24px;
|
|
|
|
}
|
|
}
|
|
} |