forked from External/greenlight
work on frontend
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
||||
// about supported directives.
|
||||
//
|
||||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require tabler
|
||||
//= require tabler.plugins
|
||||
//= require turbolinks
|
||||
//= require_tree .
|
||||
|
@ -30,12 +30,42 @@
|
||||
// You should have received a copy of the GNU Lesser General Public License along
|
||||
// with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@import "font-awesome-sprockets";
|
||||
@import "font-awesome";
|
||||
|
||||
@import "tabler/variables";
|
||||
@import "bootstrap";
|
||||
@import "tabler";
|
||||
@import "tabler.plugins";
|
||||
|
||||
$background-color: #d1e2ff;
|
||||
$rule-color: lightblue;
|
||||
|
||||
.video-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
||||
iframe{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #ffffff;
|
||||
background: linear-gradient(180deg, $background-color 50%, white 50%);
|
||||
}
|
||||
|
||||
.small-rule {
|
||||
width: 25%;
|
||||
border-width: 3px;
|
||||
background-color: $rule-color;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
@ -158,4 +188,4 @@ body[data-controller=landing].app-background {
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding-right: 3px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user