Skip to content

Commit

Permalink
Change wrapping class from ID container to main to prevent too high p…
Browse files Browse the repository at this point in the history
…riority

Add missing helper classes
  • Loading branch information
jon48 committed May 13, 2021
1 parent 223c2bf commit 17a9b73
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions src/sass/rural/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,26 @@ select,
text-align: center;
}

.error {
color: #d00;
font-weight: bold;
}

.largeError {
color: #d00;
font-size: large;
font-weight: bold;
}

.warning {
color: #f00;
font-weight: bold;
}

.indent {
padding-left: 1rem;
}

.maj-font-color-brown {
@include maj-font-color($maj-c-theme-dark, $maj-c-theme-medium);
}
Expand Down
2 changes: 1 addition & 1 deletion src/sass/rural/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* +---wt-page-content
*/

#content {
main {
.wt-main-container {
@extend .table-responsive;
@include maj-base-layout-col;
Expand Down

0 comments on commit 17a9b73

Please sign in to comment.