mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 18:52:20 -05:00
[ux] adjust connect screen
This commit is contained in:
parent
a5ca6748d0
commit
5a58134cf2
@ -9,7 +9,7 @@
|
||||
<header>
|
||||
<img id="logo" src="/images/logo.png" alt="OTalk" />
|
||||
</header>
|
||||
<section id="loginbox" class="content">
|
||||
<section class="box connect">
|
||||
<h2>Connecting...</h2>
|
||||
</section>
|
||||
</body>
|
||||
|
@ -15,6 +15,13 @@
|
||||
width: 75%
|
||||
roundall(3px)
|
||||
|
||||
&.connect
|
||||
padding: 20px
|
||||
text-align: center
|
||||
|
||||
h2
|
||||
padding: 0
|
||||
|
||||
.head, .content
|
||||
padding: 0 20px
|
||||
|
||||
|
@ -703,6 +703,13 @@ h4 {
|
||||
-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.box.connect {
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.box.connect h2 {
|
||||
padding: 0;
|
||||
}
|
||||
.box .head,
|
||||
.box .content {
|
||||
padding: 0 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user