bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/settings/styles.scss

108 lines
1.5 KiB
SCSS
Raw Normal View History

@import "../../stylesheets/variables/_all";
.full {
clear: both;
height: 100%;
width: 100%;
}
2016-05-07 01:46:14 +08:00
.settingsMenuLeft {
border-right: 2px solid $color-gray-light;
border-top: 2px solid $color-gray-light;
2016-05-07 01:46:14 +08:00
float: left;
width: 30%;
height: 100%;
overflow: auto;
2016-05-07 01:46:14 +08:00
}
.settingsMenuRight {
border-top: 2px solid $color-gray-light;
2016-05-07 01:46:14 +08:00
float: right;
padding-left: 10px;
width: 70%;
height: 100%;
overflow: auto;
color: $color-heading;
2016-05-07 01:46:14 +08:00
}
.settingsSubmenu {
list-style-type: none;
padding-left: 0px;
}
2016-05-07 01:46:14 +08:00
.settingsSubmenuItem {
color: $color-heading;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 10px;
margin-bottom: 10px;
2016-05-07 01:46:14 +08:00
}
.settingsSubmenuItemText {
padding-left: 10px;
vertical-align: middle;
2016-05-07 01:46:14 +08:00
}
.settingsSubmenuItemActive {
border-right: 4px solid $color-primary;
color: $color-primary;
2016-05-07 01:46:14 +08:00
}
.containerLeftHalf {
width: 50%;
float: left;
}
.containerRightHalf {
width: 50%;
float: right;
}
.containerFull{
width: 100%;
float: right;
}
.containerLeftHalfContent {
@extend .containerLeftHalf;
@extend .row;
}
.containerRightHalfContent {
@extend .containerRightHalf;
@extend .row;
}
div.containerLeftHalf label, div.containerRightHalf label {
font-size: 0.75em;
font-weight: 600;
color: $color-primary;
margin-bottom: 5px;
}
2016-12-01 23:32:22 +08:00
.row {
height: 42px;
}
2016-12-01 23:32:22 +08:00
//buttons
.defaultBtn {
width: 90px;
border-radius: 18px;
border: none;
box-shadow: none;
}
2016-12-23 05:08:34 +08:00
.enterBtn {
position: relative;
margin-left: 10em;
margin-top: 2.5em;
}
.testAudioBtn {
@extend .defaultBtn;
width: 140px;
margin-top: 0px;
}