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