d2/e2etests/testdata/files/icons_on_top.d2

16 lines
453 B
Text
Raw Normal View History

2023-07-03 23:45:30 +00:00
classes: {
GREEN: {style.stroke: "#2b9464"; style.fill: "#2b9464"}
RED: {style.stroke: "#d14d28"; style.fill: "#d14d28"}
YELLOW: {style.stroke: "#f5df65"; style.fill: "#f5df65"}
BLUE: {style.stroke: "#59c8df"; style.fill: "#59c8df"}
}
grid-rows: 2
grid-columns: 2
grid-gap: 0
1: "link" {class: RED; link: "example.com"}
2: "none" {class: YELLOW}
3: "link, tooltip" {class: BLUE; link: "example.com"; tooltip: tooltip}
4: "none" {class: GREEN}