mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
78a6b517f9
* ui: Tile CSS component * ui: Consul ServerCard component (#12576)
# tile ```hbs preview-template <figure> <figcaption> Leader tile </figcaption> <div class="tile"> </div> </figure> ``` ```css .tile { @extend %with-tile, %with-leader-tile; } ```