mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Unfucking content management screen
This commit is contained in:
parent
304de7ad32
commit
b807b00002
1 changed files with 10 additions and 24 deletions
|
@ -69,8 +69,6 @@
|
|||
|
||||
.entry-title {
|
||||
font-size: 1.4em;
|
||||
line-height: 1.1em;
|
||||
margin-bottom: 0.5em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
@ -84,6 +82,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.status {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 300;
|
||||
|
||||
.draft { color: $red; }
|
||||
.scheduled { color: $orange; }
|
||||
}
|
||||
|
||||
.featured .status {
|
||||
@include icon($i-featured, 11px) {
|
||||
margin-right: 10px;
|
||||
|
@ -91,14 +97,6 @@
|
|||
};
|
||||
}
|
||||
|
||||
.status .draft {
|
||||
color: $red;
|
||||
}
|
||||
.status .scheduled {
|
||||
color: $orange;
|
||||
}
|
||||
|
||||
|
||||
ol {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
@ -116,7 +114,7 @@
|
|||
|
||||
display: block;
|
||||
padding: 20px 15px;
|
||||
color: $brown;
|
||||
color: rgba(0,0,0,0.5);
|
||||
@media (max-width: 400px) {
|
||||
padding: 15px;
|
||||
}
|
||||
|
@ -149,24 +147,12 @@
|
|||
// only apply active styles on larger devices
|
||||
|
||||
border-bottom: lighten($midgrey, 40%) 1px solid;
|
||||
background: lighten($midgrey, 45%);
|
||||
background: lighten($lightbrown, 5%);
|
||||
box-shadow:
|
||||
lighten($midgrey, 40%) 0 -1px 0, // top border
|
||||
rgba(0,0,0,0.06) 7px 0 0 inset, // big left border
|
||||
lighten($midgrey, 40%) 1px 0 0 inset; // small left border
|
||||
|
||||
a:hover {
|
||||
box-shadow: rgba(0,0,0,0.1) 7px 0 0 inset;
|
||||
@include transition(all 0.4s ease);
|
||||
}
|
||||
|
||||
.entry-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.entry-meta {
|
||||
color: $darkgrey;
|
||||
}
|
||||
|
||||
.views {
|
||||
@include icon($i-stats, 10px, $darkgrey);
|
||||
color: $darkgrey;
|
||||
|
|
Loading…
Add table
Reference in a new issue