umami/components/WebsiteDetails.module.css

22 lines
294 B
CSS
Raw Normal View History

2020-08-01 06:56:25 +02:00
.chart {
margin-bottom: 30px;
2020-08-01 04:05:14 +02:00
}
2020-08-02 06:20:52 +02:00
.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;
}
.row > [class*='col-']:last-child {
padding-right: 0;
}