2019-09-13 13:33:10 +00:00
|
|
|
|
|
|
|
article.editpage {
|
|
|
|
text-align: center;
|
|
|
|
background: white;
|
|
|
|
padding: 0 0 20px;
|
|
|
|
|
|
|
|
header {
|
|
|
|
padding: 10px;
|
|
|
|
background: $secondary-bg;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
color: $secondary-fg;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: 14px;
|
|
|
|
text-decoration: none;
|
|
|
|
margin-left: 10px;
|
|
|
|
color: $secondary-light-fg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fileupload {
|
|
|
|
margin: 0 0 20px;
|
|
|
|
|
|
|
|
.inside {
|
2019-09-14 19:03:38 +00:00
|
|
|
height: 150px;
|
2019-09-13 13:33:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fileupload.cover {
|
|
|
|
align-self: center;
|
|
|
|
min-width: 178px;
|
|
|
|
|
|
|
|
.display {
|
|
|
|
background-size: auto 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
padding: 0 40px 20px;
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
height: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading-spinner {
|
|
|
|
height: 300px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > .loading-spinner {
|
|
|
|
width: 240px;
|
|
|
|
height: 50px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
table span.subpage {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|