mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 01:35:17 +01:00
30 lines
395 B
CSS
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;
|
|
}
|