John Cowen 78a6b517f9
ui: Tile CSS component (#12570)
* ui: Tile CSS component

* ui: Consul ServerCard component (#12576)
2022-03-23 10:34:26 +00:00

7 lines
87 B
SCSS

#docfy-demo-preview-tile {
.tile {
@extend %with-tile, %with-leader-tile;
}
}