sessions.scss 395 B

123456789101112131415161718192021
  1. // Place all the styles related to the Sessions controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .login-panel {
  5. margin-top: 30%;
  6. }
  7. .checkbox {
  8. margin-top: -10px;
  9. margin-bottom: 10px;
  10. span {
  11. margin-left: 20px;
  12. font-weight: normal;
  13. }
  14. }
  15. #session_remember_me {
  16. width: auto;
  17. margin-left: 0;
  18. }