mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 19:15:37 +01:00
17 lines
215 B
CSS
17 lines
215 B
CSS
.info {
|
|
display: grid;
|
|
gap: 10px;
|
|
}
|
|
|
|
.info dt {
|
|
color: var(--font-color200);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info dd {
|
|
display: flex;
|
|
gap: 10px;
|
|
align-items: center;
|
|
margin: 5px 0 28px;
|
|
text-align: left;
|
|
}
|