Update Angular

+ Add a config file to use Docker
This commit is contained in:
Sébastien André
2021-02-15 15:20:52 +01:00
parent 54781e2444
commit b8a32bc01e
8 changed files with 2951 additions and 1692 deletions

View File

@@ -13,7 +13,7 @@
height: 100px;
// this way asset gets processed by webpack
background: url(../img/logo.png) center center no-repeat;
background: url(/assets/img/logo.png) center center no-repeat;
background-size: 100px 100px;
}
}

View File

@@ -23,9 +23,9 @@ body {
/* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../font/MaterialIcons.woff2) format('woff2'),
url(../font/MaterialIcons-Regular.woff) format('woff'),
url(../font/MaterialIcons-Regular.ttf) format('truetype')
url(/assets/font/MaterialIcons.woff2) format('woff2'),
url(/assets//font/MaterialIcons-Regular.woff) format('woff'),
url(/assets//font/MaterialIcons-Regular.ttf) format('truetype')
}
.material-icons {