Add change delay warning in GroupView settings

pull/6316/head
Luke Barnard 2018-03-14 18:13:59 +00:00
parent 74b45322b2
commit c08d7d915d
1 changed files with 11 additions and 3 deletions

View File

@ -314,13 +314,21 @@ limitations under the License.
height: 150px;
}
.mx_GroupView_groupDesc_placeholder {
.mx_GroupView_groupDesc_placeholder,
.mx_GroupView_changeDelayWarning {
background-color: $info-plinth-bg-color;
color: $info-plinth-fg-color;
border-radius: 10px;
text-align: center;
cursor: pointer;
padding: 100px 20px;
margin: 20px 0px;
}
.mx_GroupView_groupDesc_placeholder {
padding: 100px 20px;
cursor: pointer;
}
.mx_GroupView_changeDelayWarning {
padding: 40px 20px;
}