xmpp.chapril.org-conversejs/sass/inverse/_controlbox.scss

74 lines
1.6 KiB
SCSS
Raw Normal View History

#conversejs.fullscreen {
2017-06-13 21:07:42 +02:00
#controlbox {
margin: 0;
2018-01-27 10:07:54 +01:00
.controlbox-pane {
border-radius: 0;
}
2018-02-19 22:36:37 +01:00
.flyout {
border-radius: 0;
}
#converse-login-panel {
border-radius: 0;
.converse-form {
margin: 0;
padding: 3em 2em 3em;
}
}
.toggle-register-login {
line-height: $line-height-huge;
}
.brand-heading-container {
text-align: center;
2017-06-13 21:07:42 +02:00
.brand-heading {
font-size: 150%;
font-size: 600%;
padding: 0.7em 0 0 0;
opacity: 0.8;
color: $blue;
2017-06-13 21:07:42 +02:00
}
.brand-subtitle {
font-size: 90%;
padding: 0.5em;
}
@media screen and (max-width: $mobile-portrait-length) {
.brand-heading {
font-size: 400%;
}
}
2017-06-13 21:07:42 +02:00
}
&.logged-out {
@include fade-in;
2017-06-13 21:07:42 +02:00
width: 100%;
.box-flyout {
width: 100%;
}
}
.box-flyout {
border: 0;
width: 100%;
2017-06-13 21:07:42 +02:00
z-index: 1;
background-color: $controlbox-head-color;
.controlbox-head {
display: none;
}
2017-06-13 21:07:42 +02:00
}
2017-06-13 21:07:42 +02:00
#converse-register, #converse-login {
.title, .instructions {
margin: 1em 0;
}
input[type=submit],
input[type=button] {
2017-06-13 21:07:42 +02:00
width: auto;
}
}
2017-06-13 21:07:42 +02:00
}
}