July 2018
Intermediate to advanced
420 pages
8h 46m
English
Let's fix all of the error messages in our style.scss file.
Open ./Client/src/style.scss and replace the content after @imports with the following code:
/* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; } main { padding-top: 3.5em; } form { .form-signin, .form-register { width: 80%; margin: 0 auto; } .form-group { height: 80px; } .has-error { .form-control { border-color: red; } .form-feedback ...Read now
Unlock full access