fix(styles): update typography after upgrade to 15
c8f62d1f
Svetloslav Novoselski
committed
7 changed files
context-menu.component.scss
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.scss-1+1
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.scss
Add comment 6 );
Add comment 7
Add comment 8 .analytics-btn {
Add comment 9 Minus   @include button(button-theme($palette: $fluent-excel-palette,
Add comment 9 Plus   @include button(button-theme(
Add comment 10 $foreground: #fff,
Add comment 11 $background: #335e3b,
Add comment 12 $hover-background: #459a55,
page-header.component.html
/src/app/page-header/page-header.component.html-1+1
/src/app/page-header/page-header.component.html
Add comment 1 <div class="sample-header">
Add comment 2 Minus   <h1 class="title igx-typography__h3">
Add comment 2 Plus   <h1 class="title ig-typography__h3">
Add comment 3 <button igxButton="icon"
Add comment 4 igxRipple
Add comment 5 igxRippleCentered="true"
index.html
/src/index.html-1+1
/src/index.html
Add comment 14 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
Add comment 15 </head>
Add comment 16
Add comment 17 Minus  <body class="igx-typography igx-scrollbar">
Add comment 17 Plus  <body class="ig-typography igx-scrollbar">
Add comment 18 <app-root></app-root>
Add comment 19 </body>
Add comment 20
styles.scss
/src/styles.scss-2+2
/src/styles.scss
Add comment 21 color: #222;
Add comment 22 }
Add comment 23
Add comment 24 Minus  @include core($direction: ltr);
Add comment 24 Plus  @include core();
Add comment 25 @include typography();
Add comment 26 @include theme($default-palette);
Add comment 27
Add comment 83 }
Add comment 84
Add comment 85 &-title {
Add comment 86 Minus   @include type-style($default-type-scale, 'h6');
Add comment 86 Plus   @include type-style('h6');
Add comment 87 margin-bottom: 24px;
Add comment 88
Add comment 89 .light {
angular.json
/angular.json-2+12
/angular.json
Add comment 35 "buildOptimizer": false,
Add comment 36 "sourceMap": true,
Add comment 37 "optimization": false,
Add comment 38 Minus   "namedChunks": true
Add comment 38 Plus   "namedChunks": true,
Add comment 39 Plus   "stylePreprocessorOptions": {
Add comment 40 Plus   "includePaths": [
Add comment 41 Plus   "node_modules"
Add comment 42 Plus   ]
Add comment 43 Plus   }
Add comment 39 44 },
Add comment 40 45 "configurations": {
Add comment 41 46 "production": {
Add comment 98 103 "styles": [
Add comment 99 104 "src/styles.scss"
Add comment 100 105 ],
Add comment 101 Minus   "scripts": []
Add comment 106 Plus   "scripts": [],
Add comment 107 Plus   "stylePreprocessorOptions": {
Add comment 108 Plus   "includePaths": [
Add comment 109 Plus   "node_modules"
Add comment 110 Plus   ]
Add comment 111 Plus   }
Add comment 102 112 }
Add comment 103 113 },
Add comment 104 114 "e2e": {
package-lock.json
/package-lock.json
/package-lock.json
package.json
/package.json
/package.json