Fix sizing of the security warning icon

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-06-02 21:54:38 +01:00
parent d99babfe05
commit 170acef796

View file

@ -67,16 +67,16 @@ limitations under the License.
.mx_SecurityUserSettingsTab_warning {
color: $notice-primary-color;
position: relative;
padding-left: 32px;
padding-left: 40px;
margin-top: 30px;
&::before {
mask-repeat: no-repeat;
mask-position: 0 center;
mask-size: $font-16px;
mask-size: $font-24px;
position: absolute;
width: $font-16px;
height: $font-16px;
width: $font-24px;
height: $font-24px;
content: "";
top: 0;
left: 0;