mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-10 11:59:53 +00:00
Fix issue with Material Icons and angular/cli-1.6.4
This commit is contained in:
parent
b69b0c7db4
commit
442666fd50
@ -18,6 +18,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
|
||||
|
||||
<!--
|
||||
angular/angular-cli has an issue with handling imports with leading ~ (like: @import '~https://url.url';)
|
||||
#Ref. https://github.com/angular/angular-cli/issues/9181
|
||||
/* @TODO: make Material Icons self hosted */
|
||||
//-->
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto+Slab:400,700" type="text/css">
|
||||
|
@ -1,6 +1,3 @@
|
||||
/* @TODO: make icons self hosted */
|
||||
@import '~https://fonts.googleapis.com/icon?family=Material+Icons';
|
||||
|
||||
img.logo-header {
|
||||
width: 50px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user