Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/xplat/src/content/en/components/themes/elevations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "{Platform} Styling and Themes | {Platform} Elevations | Infragistics"
description:
keywords: "{ProductName}, Infragistics, Elevations, Styling"
license: MIT
mentionedTypes: ["Elevations"]
mentionedTypes: []
---


Expand Down Expand Up @@ -83,7 +83,3 @@ In addition to elevation levels, {ProductName} exposes a CSS variable that makes
```

The `--ig-elevation-factor` can also be set to a decimal value or a value bigger than 1. The bigger the value, the larger the shadow will be.


## API References
`Elevations`
6 changes: 1 addition & 5 deletions docs/xplat/src/content/en/components/themes/palettes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "{Platform} Styling and Themes | {Platform} Palettes | Infragistics"
description:
keywords: "{ProductName}, Infragistics, Palettes, Styling"
license: MIT
mentionedTypes: ["Palettes"]
mentionedTypes: []
---
import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro';

Expand Down Expand Up @@ -175,7 +175,3 @@ So far we've covered the `primary`, `secondary`, `gray`, and `surface` color var
--ig-error-500: #ff134a;
}
```


## API References
`Palettes`
6 changes: 1 addition & 5 deletions docs/xplat/src/content/en/components/themes/typography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "{Platform} Styling and Themes | {Platform} Typography | Infragistics"
description:
keywords: "{ProductName}, Infragistics, Typography, Styling"
license: MIT
mentionedTypes: ["Typography"]
mentionedTypes: []
---


Expand Down Expand Up @@ -61,7 +61,3 @@ To change any of the type style properties, we need to overwrite the correspondi
```

Keep in mind that this will update the global button typography styles. If you want to apply these changes to a specific button, you can make use of a class selector.


## API References
`Typography`
7 changes: 1 addition & 6 deletions docs/xplat/src/content/jp/components/themes/elevations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "{Platform} スタイル設定およびテーマ | {Platform} エレベ
description:
keywords: "{ProductName}, Infragistics, Elevations, Styling, インフラジスティックス, エレベーション, スタイル設定"
license: MIT
mentionedTypes: ["Elevations"]
mentionedTypes: []
_language: ja
---

Expand Down Expand Up @@ -85,8 +85,3 @@ igc-toast {
```

`--ig-elevation-factor` は、10 進値または 1 より大きい値に設定することもできます。値が大きいほど、シャドウが大きくなります。


## API リファレンス

`Elevations`
7 changes: 1 addition & 6 deletions docs/xplat/src/content/jp/components/themes/palettes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "{Platform} スタイル設定およびテーマ | {Platform} パレッ
description:
keywords: "{ProductName}, Infragistics, Palettes, Styling, インフラジスティックス, パレット, スタイル設定"
license: MIT
mentionedTypes: ["Palettes"]
mentionedTypes: []
_language: ja
---
import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro';
Expand Down Expand Up @@ -177,8 +177,3 @@ class 属性の値を `blue-theme` から `red-theme` に変更することで
--ig-error-500: #ff134a;
}
```


## API リファレンス

`Palettes`
7 changes: 1 addition & 6 deletions docs/xplat/src/content/jp/components/themes/typography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "{Platform} スタイル設定およびテーマ | {Platform} タイポ
description:
keywords: "{ProductName}, Infragistics, Typography, Styling, インフラジスティックス, タイポグラフィ, スタイル設定"
license: MIT
mentionedTypes: ["Typography"]
mentionedTypes: []
_language: ja
---

Expand Down Expand Up @@ -63,8 +63,3 @@ _language: ja
```

これにより、グローバル ボタンのタイポグラフィ スタイルが更新されることに注意してください。これらの変更を特定のボタンに適用する場合は、クラス セレクターを使用できます。


## API リファレンス

`Typography`
Loading