mirror of
https://github.com/status-im/consul.git
synced 2025-02-12 21:56:46 +00:00
21 lines
198 B
Plaintext
21 lines
198 B
Plaintext
# tile
|
|
|
|
|
|
```hbs preview-template
|
|
<figure>
|
|
<figcaption>
|
|
Leader tile
|
|
</figcaption>
|
|
<div class="tile">
|
|
|
|
</div>
|
|
</figure>
|
|
|
|
```
|
|
|
|
```css
|
|
.tile {
|
|
@extend %with-tile, %with-leader-tile;
|
|
}
|
|
```
|