app.scss 508 B

12345678910111213141516171819202122232425262728
  1. $enable-grid-classes: true;
  2. $enable-cssgrid: false;
  3. $yellow: #fde16d;
  4. $enable-shadows: true;
  5. @import "~bootstrap/scss/bootstrap";
  6. body {
  7. padding-top:5rem;
  8. padding-bottom:4rem;
  9. }
  10. .form-signin {
  11. max-width: 430px;
  12. padding: 15px;
  13. }
  14. .form-signin input[type="text"] {
  15. margin-bottom: -1px;
  16. border-bottom-right-radius: 0;
  17. border-bottom-left-radius: 0;
  18. }
  19. .form-signin input[type="password"] {
  20. margin-bottom: 10px;
  21. border-top-left-radius: 0;
  22. border-top-right-radius: 0;
  23. }