bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/chat/chat-dropdown/styles.scss

31 lines
498 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/_all";
.btn {
--icon-offset: -.4em;
--square-side-length: 1.56rem;
flex: 0 0;
margin-top: auto;
2017-11-13 20:24:06 +08:00
cursor: pointer;
span:first-child {
width: var(--square-side-length);
height: var(--square-side-length);
}
i {
color: var(--color-gray-dark) !important;
top: var(--icon-offset);
left: var(--icon-offset);
}
&:hover,
&:focus {
> span:first-child {
background-color: transparent !important;
}
}
}