This repository was archived by the owner on Apr 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,6 +203,8 @@ $close-button-color: $color-grey-spinner;
203203$close-button-zindex : $fox-logo-zindex + 1 ;
204204
205205$recovery-code-color : #666 ;
206+ $recovery-code-background-color : #fbfbfb ;
207+ $recovery-code-border-color : #e6e6e6 ;
206208
207209$image-url-path : ' /images/' !default ;
208210
Original file line number Diff line number Diff line change 8686 margin-bottom : 20px ;
8787
8888 .recovery-code {
89+ background-color : $recovery-code-background-color ;
90+ border-color : $recovery-code-border-color ;
91+ border-style : dotted ;
92+ border-width : 2px ;
8993 color : $recovery-code-color ;
9094 display : inline-block ;
9195 font-family : monospace ;
92- font-size : 2em ;
93- @include respond-to (' small' ) {
94- font-size : 1.5em ;
95- }
96+ font-size : 1.2em ;
97+ margin-bottom : 6px ;
98+ padding : 8px ;
9699 text-transform : uppercase ;
97100 width : 49% ;
98101 }
You can’t perform that action at this time.
0 commit comments