Update Angular
+ Add a config file to use Docker
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user