bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/settings/submenus/styles.scss
2017-01-27 13:41:11 -02:00

97 lines
1.3 KiB
SCSS

@import "../../../stylesheets/variables/_all";
.title {
color: $color-gray-dark;
font-weight: 400;
font-size: 1.3rem;
margin: 0;
margin-bottom: 1.5rem;
}
.form {
display: flex;
flex-flow: column;
}
.row {
display: flex;
flex-flow: row;
flex-grow: 1;
justify-content: space-between;
margin-bottom: 0.7rem;
}
.col {
display: flex;
flex-grow: 1;
flex-basis: 0;
margin-right: 1rem;
&:last-child {
margin-right: 0;
}
}
.label {
color: $color-gray-light;
font-size: 0.9rem;
margin-bottom: 0.5rem;
}
.labelSmall {
color: $color-link;
font-size: 0.7rem;
margin-bottom: 0.3rem;
}
.formElement {
display: flex;
flex-flow: column;
flex-grow: 1;
}
.tabContent {
padding: 1rem;
padding-right: 0;
}
.select {
background-color: #fff;
border: 0;
border-bottom: 0.1rem solid $color-gray-lighter;
color: $color-gray-light;
width: 100%;
// appearance: none;
height: 1.75rem;
}
.audioMeter {
width: 100%;
}
.pullContentRight {
display: flex;
justify-content: flex-end;
flex-flow: row;
}
.pullContentCenter {
display: flex;
justify-content: center;
flex-flow: row;
}
.separator {
margin: 2.5rem 0;
border: 1px solid $color-gray-lighter;
opacity: 0.25;
}
.bold {
font-weight: bold;
}
.spacedLeft {
margin-left: 1rem;
}