You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
252 B

  1. .no-list {
  2. list-style: none;
  3. li {
  4. display: inline-block;
  5. margin: 0 5px;
  6. }
  7. }
  8. .recovery-codes {
  9. list-style: none;
  10. margin: 0 auto;
  11. text-align: center;
  12. li {
  13. font-size: 125%;
  14. line-height: 1.5;
  15. letter-spacing: 1px;
  16. }
  17. }