Skip to content

Instantly share code, notes, and snippets.

@MrCoder
Last active June 25, 2018 12:51
Show Gist options
  • Save MrCoder/5dc72ea159c1f94eb0f2bc5416ef681a to your computer and use it in GitHub Desktop.
Save MrCoder/5dc72ea159c1f94eb0f2bc5416ef681a to your computer and use it in GitHub Desktop.
CSS example for Web Sequence Chrome Extension (Get the extension from https://chrome.google.com/webstore/detail/web-sequence/kcpganeflmhffnlofpdmcjklmdpbbmef?ref=gist)
div.occurrence {
background: yellowgreen;
}
div.message .name[data-v-7d81ead6],
div.message .name[data-v-56970371],
.message .name[data-v-72ecb252]{
font-size: 13px;
}
div.message .name[data-v-7d81ead6] {
margin-top: -18px;
}
.message .name[data-v-72ecb252] {
margin-top: 0;
}
.message .name[data-v-72ecb252],
.sequence-diagram .self>.message[data-v-56970371] {
line-height: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment