signin.less 413 B

1234567891011121314151617181920212223242526272829
  1. //
  2. // Sign in page
  3. // --------------------------------------------------
  4. .signin-help {
  5. li {
  6. h5 {
  7. margin-bottom: @line-height-computed / 4;
  8. font-size: large;
  9. }
  10. a {
  11. &:link, &:visited {
  12. color: @state-default;
  13. }
  14. &:hover {
  15. color: @state-hover;
  16. text-decoration: none;
  17. }
  18. &:active {
  19. color: @state-clicked;
  20. }
  21. }
  22. }
  23. }