next-ucap-messenger/projects/ucap-webmessenger-ui/src/lib/components/float-action-button.component.scss

35 lines
473 B
SCSS
Raw Normal View History

2019-10-30 09:18:35 +00:00
.fab-container {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 100;
display: flex;
flex-direction: column-reverse;
align-items: center;
> div {
display: flex;
flex-direction: column-reverse;
align-items: center;
margin-bottom: 5px;
button {
margin-bottom: 17px;
}
}
}
.fab-toggler {
float: right;
z-index: 100;
}
#fab-dismiss {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
}