54 lines
716 B
SCSS
54 lines
716 B
SCSS
@import 'common';
|
|
|
|
#account-video-profile {
|
|
h2.subcaption {
|
|
margin-top:20px;
|
|
font-size: 23px;
|
|
font-weight: 400;
|
|
margin-bottom:20px !important;
|
|
}
|
|
|
|
.video-header {
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
div.subcaption {
|
|
font-size:14px;
|
|
}
|
|
|
|
.sub-header {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
margin-bottom:2px;
|
|
}
|
|
|
|
.webcam-container {
|
|
// margin-top:20px;
|
|
}
|
|
|
|
select {
|
|
@include border_box_sizing;
|
|
width:350px;
|
|
|
|
}
|
|
|
|
form {
|
|
@include border_box_sizing;
|
|
width:350px;
|
|
}
|
|
|
|
a.ftue-video-settings-help {
|
|
margin-left:15px;
|
|
|
|
position: absolute;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.configure-webcam {
|
|
float:right;
|
|
}
|
|
|
|
.disable-video {
|
|
margin-left:1px;
|
|
}
|
|
} |