bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/echo-test/styles.scss

27 lines
390 B
SCSS
Raw Normal View History

2017-10-04 04:42:10 +08:00
@import "/imports/ui/stylesheets/variables/_all";
2017-11-17 19:52:48 +08:00
.echoTest {
margin-top: auto;
margin-bottom: auto;
}
2017-10-05 04:49:11 +08:00
.button {
&:focus {
outline: none !important;
}
2017-10-05 04:49:11 +08:00
&:first-child {
2017-10-04 04:42:10 +08:00
margin-right: 3rem;
@include mq($small-only) {
margin-right: 1rem;
}
}
2017-10-05 04:49:11 +08:00
span:last-child {
color: black;
2017-10-04 04:42:10 +08:00
font-size: 1rem;
2017-10-05 04:49:11 +08:00
font-weight: 600;
2017-10-04 04:42:10 +08:00
}
}