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.

39 lines
586 B

  1. .footer {
  2. text-align: center;
  3. margin-top: 30px;
  4. padding-bottom: 60px;
  5. font-size: 12px;
  6. color: $darker-text-color;
  7. .footer__domain {
  8. font-weight: 500;
  9. a {
  10. color: inherit;
  11. text-decoration: none;
  12. }
  13. }
  14. .powered-by,
  15. .single-user-login {
  16. font-weight: 400;
  17. a {
  18. color: inherit;
  19. text-decoration: underline;
  20. font-weight: 500;
  21. &:hover {
  22. text-decoration: none;
  23. }
  24. }
  25. img {
  26. margin: 0 4px;
  27. position: relative;
  28. bottom: -1px;
  29. height: 18px;
  30. vertical-align: top;
  31. }
  32. }
  33. }