style(TOTP): add border to the recovery codes in TOTP
This commit is contained in:
Родитель
b8ab8a2420
Коммит
201aef0f18
|
@ -203,6 +203,8 @@ $close-button-color: $color-grey-spinner;
|
|||
$close-button-zindex: $fox-logo-zindex + 1;
|
||||
|
||||
$recovery-code-color: #666;
|
||||
$recovery-code-background-color: #fbfbfb;
|
||||
$recovery-code-border-color: #e6e6e6;
|
||||
|
||||
$image-url-path: '/images/' !default;
|
||||
|
||||
|
|
|
@ -86,13 +86,16 @@
|
|||
margin-bottom: 20px;
|
||||
|
||||
.recovery-code {
|
||||
background-color: $recovery-code-background-color;
|
||||
border-color: $recovery-code-border-color;
|
||||
border-style: dotted;
|
||||
border-width: 2px;
|
||||
color: $recovery-code-color;
|
||||
display: inline-block;
|
||||
font-family: monospace;
|
||||
font-size: 2em;
|
||||
@include respond-to('small') {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 6px;
|
||||
padding: 8px;
|
||||
text-transform: uppercase;
|
||||
width: 49%;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче