umami/components/pages/settings/SettingsLayout.module.css

17 lines
191 B
CSS
Raw Normal View History

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