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

50 lines
835 B
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
}