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

42 lines
616 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/_all";
.button {
&:focus {
outline: none !important;
}
2018-04-10 01:26:29 +08:00
span:first-child {
box-shadow: 0 2px 5px 0 rgb(0, 0, 0);
}
}
.imageSize {
height: 4rem;
2018-03-14 20:16:57 +08:00
@include mq($small-only) {
margin: auto 1rem;
}
}
.label {
font-size: var(--font-size-small);
2018-03-14 20:16:57 +08:00
white-space: nowrap;
margin-top: .5rem;
color: inherit;
@include mq($small-only) {
2018-03-14 20:16:57 +08:00
margin-top: 0;
font-size: 90%;
}
}
.item {
display: flex;
justify-content: flex-start;
2018-03-14 20:16:57 +08:00
flex-direction: column;
align-items: center;
2018-03-14 20:16:57 +08:00
@include mq($small-only) {
flex-direction: row;
}
}