Skip to content

Commit

Permalink
Merge pull request #3448 from IgniteUI/sivanova/indigo-updates
Browse files Browse the repository at this point in the history
fix(samples): changes after indigo updates
  • Loading branch information
simeonoff committed Mar 15, 2024
2 parents dc7a116 + a9112d6 commit fd32f0e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 39 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -65,7 +65,7 @@
"bootstrap": "5.3.2",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"igniteui-angular": "^17.1.0-rc.0",
"igniteui-angular": "^17.1.4",
"igniteui-angular-charts": "^17.2.1",
"igniteui-angular-core": "^17.2.1",
"igniteui-angular-extras": "^17.1.5",
Expand Down Expand Up @@ -111,4 +111,4 @@
"typescript": "5.3.3",
"webpack-bundle-analyzer": "^4.10.0"
}
}
}
Expand Up @@ -18,13 +18,6 @@
width: unset;
}

.igx-nav-dot {
background: black;
box-shadow: none;
width: 15px;
height: 15px;
}

.igx-slide {
display: flex;
justify-content: center;
Expand Down
7 changes: 0 additions & 7 deletions src/app/layouts/carousel/carousel.component.scss
Expand Up @@ -17,13 +17,6 @@
width: unset;
}

.igx-nav-dot {
background: black;
box-shadow: none;
width: 15px;
height: 15px;
}

.igx-slide {
display: flex;
justify-content: center;
Expand Down
Expand Up @@ -2,10 +2,8 @@
<igx-card [horizontal]="horizontal">
<div igxLayout igxLayoutDir="column" igxFlex [igxFlexGrow]="1">
<igx-card-header>
<div class="igx-card-header__tgroup">
<h5 class="igx-card-header__title">Rozes</h5>
<h5 class="igx-card-header__subtitle">Under the Grave (2016)</h5>
</div>
<h5 class="igx-card-header__title">Rozes</h5>
<h5 class="igx-card-header__subtitle">Under the Grave (2016)</h5>
<igx-card-media width="64px" height="64px">
<img src="assets/images/card/media/ROZES-Under-the-Grave.jpg">
</igx-card-media>
Expand Down
Expand Up @@ -32,10 +32,8 @@ <h5 class="igx-card-header__subtitle">subtitle</h5>
<div class="card-sample custom-card">
<igx-card>
<igx-card-header>
<div class="igx-card-header__tgroup">
<h3 class="igx-card-header__title">Elevation Colors</h3>
<h5 class="igx-card-header__subtitle">subtitle</h5>
</div>
<h3 class="igx-card-header__title">Elevation Colors</h3>
<h5 class="igx-card-header__subtitle">subtitle</h5>
</igx-card-header>
<div style="overflow: hidden">
<img
Expand Down

0 comments on commit fd32f0e

Please sign in to comment.