Skip to content

Commit 6b6e15e

Browse files
committed
Add styling for the links
1 parent 0d5abdf commit 6b6e15e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

public/css/widget/donut-container.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
.donut-container {
22
.card();
33

4+
.card-header > .meta {
5+
> span {
6+
color: @text-color-light;
7+
}
8+
9+
> .action-link {
10+
font-weight: bold;
11+
font-size: 1.1em;
12+
}
13+
}
14+
415
h2 {
516
margin: 0;
617
}

0 commit comments

Comments
 (0)