styles.css 306 B

123456789101112131415161718192021222324
  1. * {
  2. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  3. }
  4. .login-form td:first-child {
  5. padding-right: 1rem;
  6. }
  7. .bg-primary {
  8. background-color: #394e6b !important;
  9. }
  10. a {
  11. text-decoration: none;
  12. }
  13. a::before {
  14. content: '>';
  15. padding-right: 0.5rem;
  16. }
  17. a.back::before {
  18. content: '<';
  19. }