Skip to content

Commit 2158455

Browse files
committed
FAXE-380 style matamo stat block
1 parent 6ca1c51 commit 2158455

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

web/themes/custom/fds_faxe_theme/dist/stylesheets/stylesheet.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/themes/custom/fds_faxe_theme/src/styles/stylesheet.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020

2121
#block-matomopagestatistics {
2222
background: white;
23-
padding: 20px 0px;
23+
margin-top: 5px;
24+
padding-bottom: 5px;
25+
border-top: 1px solid lightgray;
26+
border-bottom: 1px solid lightgray;
27+
table {
28+
td {
29+
padding: 5px 15px 0px 15px;
30+
}
31+
td:nth-child(2) {
32+
text-align: right;
33+
}
34+
}
2435
}
2536

0 commit comments

Comments
 (0)