mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
13 lines
176 B
CSS
13 lines
176 B
CSS
.row {
|
|
border-top: 1px solid var(--base300);
|
|
}
|
|
|
|
.col {
|
|
border-left: 1px solid var(--base300);
|
|
padding: 30px;
|
|
}
|
|
|
|
.col:first-child {
|
|
padding-left: 0;
|
|
border-left: 0;
|
|
}
|