css: Reorder drafts.scss so .drafts-container are in same place.

This commit is contained in:
Vaibhav 2019-08-16 06:46:45 +05:30 committed by Tim Abbott
parent c6b3d0212d
commit b940406877

View File

@ -12,21 +12,6 @@
flex-direction: column;
}
.drafts-header {
padding: {
top: 4px;
bottom: 8px;
}
text-align: center;
border-bottom: 1px solid hsl(0, 0%, 87%);
}
.drafts-header h1 {
margin: 0;
font-size: 1.1em;
text-transform: uppercase;
}
.drafts-container .exit {
font-weight: 400;
position: absolute;
@ -45,6 +30,21 @@
cursor: pointer;
}
.drafts-header {
padding: {
top: 4px;
bottom: 8px;
}
text-align: center;
border-bottom: 1px solid hsl(0, 0%, 87%);
}
.drafts-header h1 {
margin: 0;
font-size: 1.1em;
text-transform: uppercase;
}
.drafts-list {
padding: 10px 0;
overflow: auto;