QR style changes
This commit is contained in:
parent
2b74d9a75d
commit
010c13fa4f
3 changed files with 27 additions and 7 deletions
19
css/main.css
19
css/main.css
|
|
@ -999,24 +999,31 @@ a.text-white:hover {color: #ccc;}
|
|||
|
||||
.box-setup .panel {
|
||||
background-color: #2C3E50;
|
||||
padding: 0.5rem;
|
||||
padding: 1rem;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.panel qrcode {
|
||||
float: left;
|
||||
width: 260px;
|
||||
height: 260px;
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
padding: 5px 0 0 5px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.panel qrcode canvas {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.panel .secret {
|
||||
line-height: 1.3rem;
|
||||
padding-top: 4rem;
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
margin-left: 2rem;
|
||||
overflow-wrap: break-word;
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
width: 55%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue