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

32 lines
463 B
SCSS
Raw Normal View History

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