ComunicWeb/assets/css/pages/conversations/main.css

22 lines
348 B
CSS
Raw Normal View History

2018-05-13 12:06:32 +00:00
/**
* Conversations page main script file
*
* @author Pierre HUBERT
*/
.conversations-page-container {
max-width: 1000px;
margin: auto;
2020-04-13 09:18:04 +00:00
display: flex;
flex-direction: column;
flex: 1;
width: 100%;
2020-04-13 12:23:52 +00:00
padding-bottom: 20px;
padding-top: 20px;
2018-05-13 12:06:32 +00:00
}
.conversations-page-container .conv-list-loading-msg {
text-align: center;
padding: 10px;
}