mirror of
https://github.com/hamburghammer/gohttpserver.git
synced 2024-12-23 06:57:40 +01:00
34 lines
No EOL
571 B
CSS
34 lines
No EOL
571 B
CSS
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
}
|
|
|
|
#footer {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
|
|
/* Not used */
|
|
|
|
div.dropzone {
|
|
display: block;
|
|
/*text-align: center;*/
|
|
border: 2px dashed #666;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
height: 74x;
|
|
line-height: 70px;
|
|
font-size: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.qrcode-title {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.clearfix::after {
|
|
clear: both;
|
|
}
|
|
|
|
#qrcodeCanvas {
|
|
padding-right: 20px;
|
|
} |