Last active
June 25, 2018 12:51
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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