Merge remote-tracking branch 'origin/develop' into develop

pull/6330/head
Weblate 2018-03-15 09:20:25 +00:00
commit 7e814247ec
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;
}