redirect to newly created/edit page directly, start cms dashboard layout
This commit is contained in:
parent
5e99686b5c
commit
41c985fcab
10 changed files with 54 additions and 10 deletions
11
assets/styles/scss/brain/_actions.scss
Normal file
11
assets/styles/scss/brain/_actions.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.actions {
|
||||
padding-bottom: 1rem;
|
||||
|
||||
.list {
|
||||
display: flex;
|
||||
gap: 2rem;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
@use '../shared/colors' as colors;
|
||||
|
||||
#brain-wrapper {
|
||||
header {
|
||||
.level-1 {
|
||||
|
|
@ -30,4 +32,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: colors.$inkBlack;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue