Patch multiday thoughts
This commit is contained in:
@@ -28,13 +28,36 @@
|
||||
font-family: $font_para;
|
||||
font-size: 14px;
|
||||
|
||||
& > p + p > .edi_thought_date, & > p + p > .edi_thought_time {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 0;
|
||||
|
||||
&.edi_header {
|
||||
&.edi_thought_date {
|
||||
width: calc(50% - 1.5em);
|
||||
}
|
||||
|
||||
&.edi_thought_date, &.edi_thought_time {
|
||||
color: $gray-500;
|
||||
font-style: italic;
|
||||
line-height: 3em;
|
||||
display: inline-block;
|
||||
text-indent: 0;
|
||||
|
||||
& + .edi_thought_date {
|
||||
text-align: right;
|
||||
margin-right: 2px;
|
||||
padding-top: 0;
|
||||
width: calc(50% - 2px);
|
||||
}
|
||||
}
|
||||
|
||||
&.edi_thought_time {
|
||||
text-align: right;
|
||||
margin-right: 2px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user