css: Nest .draft-info-box inside .draft-row.

This commit is contained in:
Vaibhav
2019-08-16 07:40:11 +05:30
committed by Tim Abbott
parent f94f4ac48e
commit ab30295a39

View File

@@ -80,17 +80,6 @@
border: 1px solid hsl(0, 0%, 88%); border: 1px solid hsl(0, 0%, 88%);
margin-bottom: 10px; margin-bottom: 10px;
.draft_controls {
display: inline-block;
position: absolute;
top: 9px;
right: -80px;
font-size: 0.9em;
}
}
}
.draft-info-box {
&.active { &.active {
outline: 2px solid hsl(215, 47%, 50%); outline: 2px solid hsl(215, 47%, 50%);
} }
@@ -110,6 +99,15 @@
padding-bottom: 10px; padding-bottom: 10px;
margin-left: 0px; margin-left: 0px;
} }
.draft_controls {
display: inline-block;
position: absolute;
top: 9px;
right: -80px;
font-size: 0.9em;
}
}
} }
.draft_controls { .draft_controls {