mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 01:35:17 +01:00
18 lines
235 B
CSS
18 lines
235 B
CSS
.chart {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.row {
|
|
border-top: 1px solid #e1e1e1;
|
|
}
|
|
|
|
.row > [class*='col-'] {
|
|
border-left: 1px solid #e1e1e1;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.row > [class*='col-']:first-child {
|
|
border-left: 0;
|
|
padding-left: 0;
|
|
}
|