// BigBlueButton open source conferencing system - http://www.bigbluebutton.org/. // // Copyright (c) 2016 BigBlueButton Inc. and by respective authors (see below). // // This program is free software; you can redistribute it and/or modify it under the // terms of the GNU Lesser General Public License as published by the Free Software // Foundation; either version 3.0 of the License, or (at your option) any later // version. // // BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A // PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License along // with BigBlueButton; if not, see . @import "bootstrap-sprockets"; @import "bootstrap"; @import "bootstrap-social"; @import "font-awesome"; html, body { width: 100%; height: 100%; background: #ffffff; } .app-background { height: 350px; width: 100%; background: asset-url('greenlight_background'); background-position: center; background-size: cover; background-repeat: no-repeat; } #alerts { position: absolute; top: 10px; left: 50%; margin-left: -250px; width: 500px; z-index: 999; } .header { padding: 20px 40px; margin-bottom: 160px; .logo { max-width: 150px; max-height: 50px; } } .footer { padding: 20px; } .center-panel { .center-block { float: none; } .center-panel-size { max-width: 900px } .center-panel-conent-size { max-width: 800px; } .input-spacing { margin-top: 15px; } .panel-footer { background-color: white; } .panel-body { padding-bottom: 40px; } .title-wrapper { margin-bottom: 30px; } .join-form-wrapper { .center-block { max-width: 400px; } .join-form { width: 100%; } .btn { width: initial; } } .meeting-url-wrapper { .meeting-url { cursor: default; } } .loading-wrapper { text-align: center; } }