mirror of https://github.com/writeas/writefreely
A focused writing and publishing space.
https://write.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
651 B
50 lines
651 B
.edit-page {
|
|
font-size: 1em;
|
|
min-height: 12em;
|
|
}
|
|
header.admin {
|
|
margin: 0;
|
|
|
|
h1 + a {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
nav#admin {
|
|
display: block;
|
|
margin: 0.5em 0;
|
|
a {
|
|
margin-left: 0;
|
|
.rounded(.25em);
|
|
border: 0;
|
|
&.selected {
|
|
background: #dedede;
|
|
font-weight: bold;
|
|
.blip {
|
|
color: black;
|
|
}
|
|
}
|
|
}
|
|
.blip {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
.pager {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
a {
|
|
color: #333;
|
|
font-family: @sansFont;
|
|
font-size: 0.86em;
|
|
padding: 0.5em 1em;
|
|
border: 1px solid #ccc;
|
|
&:hover {
|
|
text-decoration: none;
|
|
background: #efefef;
|
|
}
|
|
&.selected {
|
|
cursor: default;
|
|
background: #ccc;
|
|
}
|
|
}
|
|
}
|
|
|