2018-10-22 18:49:18 +00:00
|
|
|
.meetings-list {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #253858;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: left;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
position: relative;
|
|
|
|
overflow: auto;
|
2020-10-19 07:37:19 +00:00
|
|
|
width: 100%;
|
2018-10-22 18:49:18 +00:00
|
|
|
|
|
|
|
.meetings-list-empty {
|
|
|
|
text-align: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.description {
|
2020-10-19 07:37:19 +00:00
|
|
|
color: #2f3237;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
max-width: 436px;
|
2018-10-22 18:49:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-19 07:37:19 +00:00
|
|
|
.meetings-list-empty-image {
|
|
|
|
text-align: center;
|
|
|
|
margin: 24px 0 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.meetings-list-empty-button {
|
|
|
|
align-items: center;
|
|
|
|
color: #0163FF;
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin: 24px 0 32px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.meetings-list-empty-icon {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2018-10-22 18:49:18 +00:00
|
|
|
.button {
|
|
|
|
background: #0074E0;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #FFFFFF;
|
2019-02-06 17:33:44 +00:00
|
|
|
display: flex;
|
2018-10-22 18:49:18 +00:00
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2020-10-19 07:37:19 +00:00
|
|
|
padding: 8px;
|
2018-10-22 18:49:18 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-11-06 19:48:09 +00:00
|
|
|
.calendar-action-buttons {
|
|
|
|
.button {
|
|
|
|
margin: 0px 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-10-22 18:49:18 +00:00
|
|
|
.item {
|
2020-10-19 07:37:19 +00:00
|
|
|
background: #fff;
|
2018-10-22 18:49:18 +00:00
|
|
|
box-sizing: border-box;
|
2020-10-19 07:37:19 +00:00
|
|
|
border-radius: 4px;
|
2018-10-22 18:49:18 +00:00
|
|
|
display: inline-flex;
|
2020-10-19 07:37:19 +00:00
|
|
|
margin: 4px 4px 0 4px;
|
|
|
|
min-height: 60px;
|
|
|
|
width: calc(100% - 8px);
|
2018-10-22 18:49:18 +00:00
|
|
|
word-break: break-word;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-column {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 0;
|
2020-10-19 07:37:19 +00:00
|
|
|
padding-left: 16px;
|
|
|
|
padding-top: 13px;
|
2018-10-22 18:49:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.right-column {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 1;
|
2020-10-19 07:37:19 +00:00
|
|
|
padding-left: 16px;
|
|
|
|
padding-top: 13px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2018-10-22 18:49:18 +00:00
|
|
|
|
2020-10-19 07:37:19 +00:00
|
|
|
.title {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 16px;
|
|
|
|
padding-bottom: 4px;
|
2018-10-22 18:49:18 +00:00
|
|
|
}
|
2020-10-19 07:37:19 +00:00
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
color: #5E6D7A;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
2018-10-22 18:49:18 +00:00
|
|
|
}
|
|
|
|
|
2020-10-19 07:37:19 +00:00
|
|
|
|
2018-10-22 18:49:18 +00:00
|
|
|
.actions {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-grow: 0;
|
2020-10-19 07:37:19 +00:00
|
|
|
margin-right: 16px;
|
2018-10-22 18:49:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.with-click-handler {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2021-06-10 12:48:44 +00:00
|
|
|
&.with-click-handler:hover,
|
|
|
|
&.with-click-handler:focus {
|
2020-10-19 07:37:19 +00:00
|
|
|
background-color: #c7ddff;
|
2018-10-22 18:49:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.add-button {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
|
|
|
cursor: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-button {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover .join-button {
|
|
|
|
display: block
|
|
|
|
}
|
|
|
|
}
|
2020-10-19 07:37:19 +00:00
|
|
|
|
|
|
|
.delete-meeting {
|
|
|
|
display: none;
|
|
|
|
margin-right: 16px;
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
&> svg {
|
|
|
|
fill: #0074e0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-06-10 12:48:44 +00:00
|
|
|
.item:hover, .item:focus, .item:focus-within {
|
2020-10-19 07:37:19 +00:00
|
|
|
.delete-meeting {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2018-10-22 18:49:18 +00:00
|
|
|
}
|