36 lines
No EOL
573 B
SCSS
36 lines
No EOL
573 B
SCSS
.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;
|
|
}
|
|
}
|
|
} |