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

28 lines
418 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/_all";
$icon-offset: -.3em;
$square-side-length: 1.56rem;
.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;
top: $icon-offset;
left: $icon-offset;
}
&:hover,
&:focus {
span {
background-color: transparent !important;
}
}
}