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

25 lines
375 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/_all";
.btn {
flex: 0 0;
margin-top: auto;
span {
2017-10-24 22:41:29 +08:00
width: $square-side-length;
height: $square-side-length;
}
i {
color: $color-gray-dark !important;
2017-10-24 22:41:29 +08:00
top: $icon-top-offset;
left: $icon-left-offset;
}
&:hover,
&:focus {
span {
background-color: transparent !important;
}
}
}