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

pull/5777/head
Weblate 2017-11-14 18:03:13 +00:00
commit e4fcf24f44
1 changed files with 5 additions and 1 deletions

View File

@ -193,8 +193,12 @@ form.mx_Custom_Widget_Form div {
.mx_AppPermissionWarning {
text-align: center;
padding: 30px 0;
background-color: $primary-bg-color;
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.mx_AppPermissionWarningImage {