bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-provider/video-menu/styles.scss

49 lines
696 B
SCSS
Executable File

@import "/imports/ui/stylesheets/variables/_all";
.container {
span:first-child{
box-shadow: 0 2px 5px 0 rgb(0, 0, 0);
}
}
.button {
&:focus {
outline: none !important;
}
}
.imageSize {
height: 4rem;
@include mq($small-only) {
margin: auto 1rem;
};
}
.label {
font-size: $font-size-small;
white-space: nowrap;
margin-top: .5rem;
color: $color-gray;
@include mq($small-only) {
margin-top: 0;
color: #06172A;
font-size: 90%;
};
}
.item {
padding-left: 0;
display: flex;
justify-content: flex-start;
flex-direction: column;
align-items: center;
margin: auto 0.25rem;
@include mq($small-only) {
flex-direction: row;
};
}