umami/components/WebsiteList.module.css

35 lines
436 B
CSS
Raw Normal View History

2020-08-05 07:45:05 +02:00
.container {
background: #fff;
padding: 0 30px;
}
.website {
2020-08-04 03:12:28 +02:00
padding-bottom: 30px;
border-bottom: 1px solid #e1e1e1;
2020-07-30 08:25:52 +02:00
margin-bottom: 30px;
}
2020-08-04 03:12:28 +02:00
.website:last-child {
2020-08-04 03:12:28 +02:00
border-bottom: 0;
margin-bottom: 0;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
2020-08-04 03:12:28 +02:00
}
.title {
color: #2c2c2c !important;
2020-08-04 03:12:28 +02:00
}
.details {
font-size: 14px;
font-weight: 600;
}
.details svg {
margin-right: 5px;
2020-08-04 03:12:28 +02:00
}