umami/components/pages/settings/SettingsLayout.module.css
2023-01-09 23:59:26 -08:00

17 lines
191 B
CSS

.dashboard {
display: flex;
flex: 1;
}
.nav {
margin-top: 20px;
}
.content {
position: relative;
background: var(--base50);
flex: 1;
border-radius: 8px;
overflow: hidden;
}