mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
9 lines
135 B
SCSS
9 lines
135 B
SCSS
.qrcode {
|
|
&--disabled {
|
|
background: rgba(255, 255, 255, 0.95);
|
|
& > div {
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
}
|
|
}
|