1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add sequence diagram

This commit is contained in:
Dick Choi
2016-10-26 13:06:02 +09:00
parent 0445c680ba
commit f0d2fb53d4
6 changed files with 48 additions and 14 deletions

View File

@@ -68,6 +68,12 @@ body
padding 5px
margin -5px
border-radius 5px
.flowchart-error, .sequence-error
background-color errorBackgroundColor
color errorTextColor
padding 5px
border-radius 5px
justify-content left
li
label.taskListItem
margin-left -2em
@@ -202,9 +208,10 @@ pre
margin 0 0 1em
display flex
line-height 1.4em
&.flowchart
&.flowchart, &.sequence
display flex
justify-content center
background-color white
&.CodeMirror
height initial
&>code