12345678910111213141516171819202122232425262728 |
- $enable-grid-classes: true;
- $enable-cssgrid: false;
- $yellow: #fde16d;
- $enable-shadows: true;
- @import "~bootstrap/scss/bootstrap";
- body {
- padding-top:5rem;
- padding-bottom:4rem;
- }
- .form-signin {
- max-width: 430px;
- padding: 15px;
- }
- .form-signin input[type="text"] {
- margin-bottom: -1px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .form-signin input[type="password"] {
- margin-bottom: 10px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- }
|