mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
add event_data to goal.
This commit is contained in:
parent
76cab03bb2
commit
79a93ed9fc
7 changed files with 231 additions and 48 deletions
|
|
@ -4,6 +4,16 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.eventData {
|
||||
color: var(--orange900);
|
||||
background-color: var(--orange100);
|
||||
font-size: 12px;
|
||||
font-weight: 900;
|
||||
padding: 2px 8px;
|
||||
border-radius: 5px;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.goal {
|
||||
color: var(--blue900);
|
||||
background-color: var(--blue100);
|
||||
|
|
@ -11,4 +21,5 @@
|
|||
font-weight: 900;
|
||||
padding: 2px 8px;
|
||||
border-radius: 5px;
|
||||
width: fit-content;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue