mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Added tracking code form.
This commit is contained in:
parent
c4b75e4aec
commit
58a1be7a30
27 changed files with 100 additions and 42 deletions
|
|
@ -54,7 +54,9 @@ textarea {
|
|||
line-height: 1.8;
|
||||
border: 1px solid var(--gray500);
|
||||
border-radius: 4px;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
@ -80,3 +82,7 @@ main {
|
|||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue