Skip to content

Instantly share code, notes, and snippets.

@oksushi
Created September 23, 2015 04:26
Show Gist options
  • Save oksushi/cf00293db496651b986d to your computer and use it in GitHub Desktop.
Save oksushi/cf00293db496651b986d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.messageDetail {
.msgHeader{
text-align:left;
div{
display:inline-block;
width:calc(100% - 204px);
time, p{
display:inline-block;
}
}
}
}
.messageDetail .msgHeader {
text-align: left;
}
.messageDetail .msgHeader div {
display: inline-block;
width: calc(100% - 204px);
}
.messageDetail .msgHeader div time, .messageDetail .msgHeader div p {
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment