mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
78a6b517f9
* ui: Tile CSS component * ui: Consul ServerCard component (#12576)
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;
|
|
}
|
|
```
|