Skip to content

Commit

Permalink
ng12: Icons & font for new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
anhallbe committed Jun 9, 2021
1 parent bf9bea9 commit e90dbc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cli/boilerplate/angular-soho/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<soho-icons></soho-icons>
<soho-icons-empty></soho-icons-empty>
<soho-icons-new></soho-icons-new>
<soho-icons-empty-new></soho-icons-empty-new>

<div soho-busyindicator [activated]="isBusy" [blockUI]="true" [displayDelay]="0">

Expand Down
1 change: 1 addition & 0 deletions cli/boilerplate/angular-soho/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" id="stylesheet" href="assets/ids-enterprise/css/theme-new-light.css" type="text/css">
</head>

Expand Down
4 changes: 2 additions & 2 deletions m3-odin/src/app/soho-app/soho-app.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<link rel="stylesheet" id="stylesheet" href="/assets/ids-enterprise/css/theme-new-light.css" type="text/css">
<soho-icons></soho-icons>
<soho-icons-empty></soho-icons-empty>
<soho-icons-new></soho-icons-new>
<soho-icons-empty-new></soho-icons-empty-new>
<nav id="application-menu" soho-application-menu [triggers]="triggers" [openOnLarge]="true" [filterable]="true">
<div soho-searchfield-wrapper>
<label class="audible" for="application-menu-searchfield">Search</label>
Expand Down

0 comments on commit e90dbc1

Please sign in to comment.