CSS for redeisng of password warning

Now looks like red text
pull/4367/head
Luke Barnard 2017-06-20 14:33:34 +01:00
parent 556ff24c5f
commit bbbb82351f
1 changed files with 7 additions and 0 deletions

View File

@ -102,6 +102,13 @@ limitations under the License.
padding-right: 1em;
}
.mx_UserSettings_passwordWarning {
/* To move the "Sign out" button out of the way */
clear: both;
color: $warning-color;
margin-bottom: 5px;
}
.mx_UserSettings_importExportButtons {
padding-top: 10px;
padding-left: 40px;