Harmoware-VIS Documents
  • Introduction
  • Using
    • Mapbox Accesstoken Setting
    • User Application Examples
  • API
    • State
    • Actions
    • getCombinedReducer
    • Container
    • connectToHarmowareVis
    • HarmoVisLayers
  • Layers
    • Base Layer properties.
    • MovesLayer
    • DepotsLayer
    • LineMapLayer
  • Control component
    • MovesInput
    • DepotsInput
    • LinemapInput
    • LoadingIcon
    • AddMinutesButton
    • ElapsedTimeRange
    • ElapsedTimeValue
    • PauseButton
    • PlayButton
    • ForwardButton
    • ReverseButton
    • NavigationButton
    • SimulationDateTime
    • SpeedRange
    • SpeedValue
    • FpsDisplay
  • css
Powered by GitBook
On this page

Was this helpful?

css

import

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

Class specified in li tag in controller area harmovis style.

(Horizontal)

.flex_column

Class specified in li tag in controller area harmovis style.

(Vertical)

.container

Class specified in div tag in controller area harmovis style.

(Full width)

.harmovis_input_button_column

Class specified in div tag in controller area harmovis style.

Design change of input type file. (Horizontal)

Specify with a combination of label, input and div.

.harmovis_input_button_row

Class specified in div tag in controller area harmovis style.

Design change of input type file. (Vertical)

Specify with a combination of label, input and div.

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

PreviousFpsDisplay

Last updated 6 years ago

Was this helpful?