umami/components/WebsiteList.module.css
2020-08-05 19:04:02 -07:00

30 lines
395 B
CSS

.website {
padding-bottom: 30px;
border-bottom: 1px solid var(--gray300);
margin-bottom: 30px;
}
.website:last-child {
border-bottom: 0;
margin-bottom: 0;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
}
.title {
color: var(--gray900) !important;
}
.details {
font-size: 14px;
font-weight: 600;
}
.details svg {
margin-right: 5px;
}