bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/presentation/download-presentation-button/styles.scss
2019-03-07 16:00:01 -03:00

43 lines
699 B
SCSS

@import '/imports/ui/stylesheets/variables/_all';
:root {
::-webkit-media-controls {
display:none !important;
}
}
.wrapper {
position: absolute;
left: 0;
background-color: var(--color-transparent);
cursor: pointer;
border: none !important;
}
.button {
span, span:active, span:hover {
background-color: var(--color-transparent) !important;
border: none !important;
i {
border: none !important;
background-color: var(--color-transparent) !important;
font-weight: bold !important;
}
}
}
.light {
top: 0;
}
.light .button span i {
color: var(--color-white);
}
.dark {
bottom: 0;
}
.dark .button span i {
color: var(--color-black);
}