umami/components/pages/websites/WebsiteDetails.module.css

32 lines
371 B
CSS
Raw Normal View History

2020-08-01 04:56:25 +00:00
.chart {
margin-bottom: 30px;
2020-08-01 02:05:14 +00:00
}
2020-08-02 04:20:52 +00:00
.view {
border-top: 1px solid var(--base300);
2020-08-09 10:04:48 +00:00
}
.menu {
font-size: var(--font-size-sm);
2020-08-09 10:04:48 +00:00
}
.content {
min-height: 600px;
2020-09-22 04:34:55 +00:00
padding: 20px 0;
}
2020-08-09 22:13:38 +00:00
.backButton {
2020-09-29 05:12:48 +00:00
display: flex;
justify-content: center;
align-items: center;
2020-08-09 22:13:38 +00:00
margin-bottom: 16px;
}
.backButton svg {
transform: rotate(180deg);
}
2020-08-25 06:49:14 +00:00
.hidden {
display: none;
}