# css

#### import

```javascript
import 'harmoware-vis/scss/harmoware.scss';
```

#### Definition tag

| tag name                         | Description                                                                                                                                                                         |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| body                             | for \<body> harmovis style.                                                                                                                                                         |
| a                                | for \<a> harmovis style.                                                                                                                                                            |
| .harmovis\_controller            | controller area harmovis style classname.                                                                                                                                           |
| .flex\_list                      | Class to specify in ul tag in harmovis style.                                                                                                                                       |
| .flex\_row                       | <p>Class specified in li tag in controller area harmovis style.</p><p>(Horizontal)</p>                                                                                              |
| .flex\_column                    | <p>Class specified in li tag in controller area harmovis style.</p><p>(Vertical)</p>                                                                                                |
| .container                       | <p>Class specified in div tag in controller area harmovis style.</p><p>(Full width)</p>                                                                                             |
| .harmovis\_input\_button\_column | <p>Class specified in div tag in controller area harmovis style.</p><p>Design change of input type file. (Horizontal)</p><p>Specify with a combination of label, input and div.</p> |
| .harmovis\_input\_button\_row    | <p>Class specified in div tag in controller area harmovis style.</p><p>Design change of input type file. (Vertical)</p><p>Specify with a combination of label, input and div.</p>   |
| .harmovis\_area                  | main map area harmovis style classname.                                                                                                                                             |
| .harmovis\_overlay               | overlay area harmovis style classname.                                                                                                                                              |
| .harmovis\_button                | button harmovis style classname.                                                                                                                                                    |
| .harmovis\_input\_range          | range type input harmovis style classname.                                                                                                                                          |
| .harmovis\_input\_number         | number type input harmovis style classname.                                                                                                                                         |
| .harmovis\_footer                | footer area harmovis style classname.                                                                                                                                               |
| .harmovis\_fpsRate               | fpsRate area harmovis style classname.                                                                                                                                              |

See the contents of the file directly for details.


---

# 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://harmoware-vis.gitbook.io/harmoware-vis-documents/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.
