The calm before updating angular and material

This commit is contained in:
GloriousCode
2017-10-13 17:50:35 +11:00
parent f66ce8e159
commit d793030846
13 changed files with 190 additions and 14 deletions

View File

@@ -8,12 +8,19 @@ body {
}
.loading-spinner {
margin-left:50%;
margin-right:50%;
}
////////////////////////////////////////////////////////////////
// Default settings for cards
////////////////////////////////////////////////////////////////
.card {
width: 80%;
margin: 10px auto;
}
@import '~@angular/material/prebuilt-themes/indigo-pink.css';