Initial Build
This commit is contained in:
parent
71cd3acccd
commit
6c0d9a3f98
140 changed files with 9802 additions and 2403 deletions
36
assets/styles/scss/brain/_form.scss
Normal file
36
assets/styles/scss/brain/_form.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue