mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #4367 from vector-im/luke/redesign-user-settings-pwd-warn
CSS for redeisng of password warning
This commit is contained in:
commit
6b5bfe24e6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user