> For the complete documentation index, see [llms.txt](https://harmoware-vis.gitbook.io/harmoware-vis-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://harmoware-vis.gitbook.io/harmoware-vis-documents/css.md).

# 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.
