Initial Build

This commit is contained in:
Alex 2026-06-03 17:18:50 -07:00
parent 71cd3acccd
commit 6c0d9a3f98
140 changed files with 9802 additions and 2403 deletions

View file

@ -0,0 +1,36 @@
.page {
max-width: 800px;
width: 100%;
margin: 0 auto;
h2 {
margin: 0;
}
.row {
display: block;
padding: 1rem 0;
label {
display: block;
}
input {
height: 30px;
width: 300px;
}
#post_published {
width: 30px;
height: 30px;
}
#post_save {
width: 100px;
height: 30px;
background-color: green;
border: none;
color: white;
}
}
}

View file

@ -0,0 +1,33 @@
#brain-wrapper {
header {
.level-1 {
display: flex;
justify-content: center;
align-items: flex-start;
position: relative;
list-style-type: none;
&--item {
padding: 1rem 2rem;
}
.level-2 {
display: none;
margin: 0;
padding: 0;
&.open {
display: block;
position: absolute;
}
&--item {
padding: 1rem 0;
}
}
}
}
}