mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-29 08:20:21 +05:30
22 lines
358 B
SCSS
22 lines
358 B
SCSS
|
@import '~components/ui/colors.scss';
|
||
|
@import '~components/ui/fonts.scss';
|
||
|
|
||
|
.mfaTitle {
|
||
|
font-size: 18px;
|
||
|
font-family: $font-family-title;
|
||
|
text-align: center;
|
||
|
margin-left: 60px;
|
||
|
margin-right: 60px;
|
||
|
}
|
||
|
|
||
|
.bigIcon {
|
||
|
color: $blue;
|
||
|
font-size: 100px;
|
||
|
line-height: 1;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.disableMfa {
|
||
|
text-align: center;
|
||
|
}
|