17 lines
199 B
Plaintext
17 lines
199 B
Plaintext
|
|
#qrcode {
|
|
display: none;
|
|
position: fixed;
|
|
right: 16px;
|
|
bottom: 50px;
|
|
z-index: 1;
|
|
|
|
background-color: @col-widget-back;
|
|
border: @border-widget;
|
|
padding: 8px;
|
|
|
|
canvas {
|
|
display: block;
|
|
}
|
|
}
|