# プロンプトCSSのカスタマイズ

以下のCSSクラスを使用して、プラットフォーム内で利用可能なプロンプトスタイルのCSSを必要に応じて上書きできます。

| プロパティ                                                                            | 説明                                                                                          |
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| .pushly-prompt-slide                                                             | 一般的なスライド型プロンプトの枠線、影、サイズ、配置を制御します。                                                           |
| .pushly-prompt-slide .pushly-prompt-icon                                         | プロンプトアイコンのコンテナの最大幅、高さ、配置を定義します。スタックレイアウトでは上部に配置し、標準レイアウトでは左側に配置します。                         |
| .pushly-prompt-slide .pushly-prompt-icon img                                     | プロンプトアイコンのスタイルを定義します。                                                                       |
| .pushly-prompt-slide .pushly-prompt-content                                      | プロンプトメッセージとアクションのコンテナを制御します。プロンプトコンテンツの最大幅、高さ、配置を定義します。スタックレイアウトでは下部に配置し、標準レイアウトでは右側に配置します。 |
| .pushly-prompt-slide .pushly-prompt-content .pushly-prompt-message               | プロンプトメッセージのコンテナを制御します。                                                                      |
| pushly-prompt-slide .pushly-prompt-content .pushly-prompt-message-headline       | プロンプトの見出しのスタイルを定義します。                                                                       |
| .pushly-prompt-slide .pushly-prompt-content .pushly-prompt-message-subheadline   | プロンプトのサブ見出しのスタイルを定義します。                                                                     |
| .pushly-prompt-slide .pushly-prompt-content .pushly-prompt-actions               | プロンプトのサブ見出しのスタイルを定義します。                                                                     |
| .pushly-prompt-slide .pushly-prompt-content button.pushly-prompt-buttons-dismiss | プロンプトの閉じるボタンのスタイルを定義します。                                                                    |
| .pushly-prompt-slide .pushly-prompt-content button.pushly-prompt-buttons-allow   | プロンプトの許可ボタンのスタイルを定義します。                                                                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.pushly.com/pushly-ja/integration/webpusshu/sdk/customizing-css.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
