Fix sizing of the security warning icon
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
d99babfe05
commit
170acef796
|
@ -67,16 +67,16 @@ limitations under the License.
|
||||||
.mx_SecurityUserSettingsTab_warning {
|
.mx_SecurityUserSettingsTab_warning {
|
||||||
color: $notice-primary-color;
|
color: $notice-primary-color;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 32px;
|
padding-left: 40px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: 0 center;
|
mask-position: 0 center;
|
||||||
mask-size: $font-16px;
|
mask-size: $font-24px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: $font-16px;
|
width: $font-24px;
|
||||||
height: $font-16px;
|
height: $font-24px;
|
||||||
content: "";
|
content: "";
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue