bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-provider/video-button/styles.scss
2019-01-28 11:24:03 -02:00

47 lines
708 B
SCSS
Executable File

@import "/imports/ui/stylesheets/variables/_all";
@import "/imports/ui/components/actions-bar/styles.scss";
.button {
&:focus {
outline: none !important;
}
span:first-child {
box-shadow: 0 2px 5px 0 rgb(0, 0, 0);
}
}
.ghostButton {
@extend .btn;
}
.imageSize {
height: 4rem;
@include mq($small-only) {
margin: auto 1rem;
}
}
.label {
font-size: var(--font-size-small);
white-space: nowrap;
margin-top: .5rem;
color: inherit;
@include mq($small-only) {
margin-top: 0;
font-size: 90%;
}
}
.item {
display: flex;
justify-content: flex-start;
flex-direction: column;
align-items: center;
@include mq($small-only) {
flex-direction: row;
}
}