bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/closed-captions/styles.scss
2016-12-23 00:26:22 -08:00

26 lines
379 B
SCSS
Executable File

.ccbox {
resize: none;
background-color: white;
border: 0;
padding: none;
width: 100%;
height:100%;
overflow-y: auto;
overflow-x: hidden;
}
.frame {
width: calc(100% - 40px);
height: calc(100% - 80px);
margin: 20px;
border: 2px solid #bbbfcd;
overflow: auto;
}
.title {
height: 20px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
}