mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Create submenu
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user