redirect to newly created/edit page directly, start cms dashboard layout

This commit is contained in:
Alex 2026-06-10 14:27:30 -07:00
parent 5e99686b5c
commit 41c985fcab
10 changed files with 54 additions and 10 deletions

View file

@ -0,0 +1,11 @@
.actions {
padding-bottom: 1rem;
.list {
display: flex;
gap: 2rem;
list-style: none;
margin: 0;
padding: 0;
}
}

View file

@ -1,3 +1,5 @@
@use '../shared/colors' as colors;
#brain-wrapper {
header {
.level-1 {
@ -30,4 +32,8 @@
}
}
}
a {
color: colors.$inkBlack;
}
}