Merge pull request #4367 from vector-im/luke/redesign-user-settings-pwd-warn

CSS for redeisng of password warning
pull/4373/head
Luke Barnard 2017-06-20 15:24:07 +01:00 committed by GitHub
commit 6b5bfe24e6
1 changed files with 3 additions and 9 deletions

View File

@ -103,18 +103,12 @@ limitations under the License.
}
.mx_UserSettings_passwordWarning {
padding: 6px;
background-color: #76cfa6;
border-radius: 3px;
color: #fff;
/* To move the "Sign out" button out of the way */
clear: both;
color: $warning-color;
margin-bottom: 5px;
}
.mx_UserSettings_passwordWarning_icon {
vertical-align: -6px;
margin-right: 3px;
}
.mx_UserSettings_importExportButtons {
padding-top: 10px;
padding-left: 40px;