Documentation
Shape
Description
A Shape module is a square that can look differently according to its styling. In presentations, it is commonly used as a decorative graphical element.
Supported commands
Command name | Params | Description |
---|---|---|
show | ... | shows the module |
hide | ... | hides the module |
CSS classes
Class name | Description |
---|---|
.ic_shape | indicates the look of the shape module |
Examples
.ic_shape{
background-color: #46b9fb;
border-radius: 4px;
border: 2px solid #0070b0;
box-shadow: -2px 3px 3px #656565;
}