Documentation
Shape
Description
The Shape module is a square that can look different depending on its styling. In presentations, it is commonly used as a decorative graphical element.
Properties
The list starts with the common properties. Learn more about them by visiting the Modules description section. The other available properties are described below.
| Property name | Description |
|---|---|
| --- | --- |
Supported commands
| Command name | Params | Description |
|---|---|---|
| hide | ... | Hides the module if it is visible. |
| show | ... | Shows the module if it is hidden. |
CSS classes
| Class name | Description |
|---|---|
| .ic_shape | Indicates the look of the Shape module. |
Example:
.ic_shape {
background-color: #46b9fb;
border-radius: 4px;
border: 2px solid #0070b0;
box-shadow: -2px 3px 3px #656565;
}