update css

master
lalanza808 4 years ago
parent 216495546f
commit 547648fa9b

@ -1454,7 +1454,7 @@ form textarea {
background: rgba(255, 255, 255, 0.75);
width: 100%;
border-radius: 0.35em;
padding: 0.75em 1em 0.75em 1em;
padding: 0.5em 0.5em 0.5em 0.5em;
box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
border: solid 1px rgba(0, 0, 0, 0.15);
-moz-transition: all 0.35s ease-in-out;
@ -2125,4 +2125,25 @@ button:active,
white-space: pre;
}
.inline-code {
display: inline;
}
#peer-form {
width: 50%;
display: block;
margin: 0 auto;
}
#peer-form input {
text-align: center;
font-size: 0.7em;
margin-top: 1em;
}
#qrcode img {
display: block;
margin: 0 auto;
}
/*# sourceMappingURL=main.css.map */

File diff suppressed because one or more lines are too long

@ -413,7 +413,7 @@
background: rgba(255, 255, 255, 0.75);
width: 100%;
border-radius: 0.35em;
padding: 0.75em 1em 0.75em 1em;
padding: 0.5em .5em 0.5em .5em;
box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
border: solid 1px rgba(0, 0, 0, 0.15);
@include vendor('transition', 'all 0.35s ease-in-out');
@ -1145,14 +1145,35 @@
}
.code {
text-align: left;
line-height: 1em;
font-size: .6em;
margin-left: 20%;
padding-bottom: 3em;
display: block;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
}
.code {
text-align: left;
line-height: 1em;
font-size: .6em;
margin-left: 20%;
padding-bottom: 3em;
display: block;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
}
.inline-code {
display: inline;
}
#peer-form {
width: 50%;
display: block;
margin: 0 auto;
}
#peer-form input {
text-align: center;
font-size: .7em;
margin-top: 1em;
}
#qrcode img {
display: block;
margin: 0 auto;
}

Loading…
Cancel
Save