Create submenu

This commit is contained in:
2020-04-13 16:30:13 +02:00
parent 92989a6341
commit d297bf92d0
2 changed files with 76 additions and 5 deletions

View File

@ -137,10 +137,26 @@
background-color: #fff3;
}
.call-window .window-bottom div i {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.call-window .window-bottom div.hang-up-button {
color: #dd4b39;
}
.call-window .window-bottom .dropdown-menu {
left: -95px;
}
.call-window .window-bottom .dropdown-menu i {
display: inline;
}
/**
* Responsive mode
*/