mermaid/src/themes/sequence.scss

89 lines
1.2 KiB
SCSS
Raw Normal View History

.actor {
2018-03-09 16:23:35 +08:00
stroke: $actorBorder;
fill: $actorBkg;
}
2017-04-22 20:37:43 +08:00
text.actor {
2018-03-09 16:23:35 +08:00
fill: $actorTextColor;
2017-04-22 20:37:43 +08:00
stroke: none;
}
.actor-line {
2018-03-09 16:23:35 +08:00
stroke: $actorLineColor;
}
.messageLine0 {
2017-04-22 20:37:43 +08:00
stroke-width: 1.5;
2018-03-11 18:06:28 +08:00
stroke-dasharray: '2 2';
2018-03-09 16:23:35 +08:00
stroke: $signalColor;
}
.messageLine1 {
2017-04-22 20:37:43 +08:00
stroke-width: 1.5;
2018-03-11 18:06:28 +08:00
stroke-dasharray: '2 2';
2018-03-09 16:23:35 +08:00
stroke: $signalColor;
}
#arrowhead {
2018-03-09 16:23:35 +08:00
fill: $signalColor;
}
2017-04-22 20:37:43 +08:00
#crosshead path {
2018-03-09 16:23:35 +08:00
fill: $signalColor !important;
stroke: $signalColor !important;
}
2017-04-22 20:37:43 +08:00
.messageText {
2018-03-09 16:23:35 +08:00
fill: $signalTextColor;
2017-04-22 20:37:43 +08:00
stroke: none;
}
.labelBox {
2018-03-09 16:23:35 +08:00
stroke: $labelBoxBorderColor;
fill: $labelBoxBkgColor;
}
.labelText {
2018-03-09 16:23:35 +08:00
fill: $labelTextColor;
2017-04-22 20:37:43 +08:00
stroke: none;
}
.loopText {
fill: $loopTextColor;
2017-04-22 20:37:43 +08:00
stroke: none;
}
.loopLine {
2017-04-22 20:37:43 +08:00
stroke-width: 2;
2018-03-11 18:06:28 +08:00
stroke-dasharray: '2 2';
2018-03-09 16:23:35 +08:00
stroke: $labelBoxBorderColor;
}
.note {
//stroke: #decc93;
2018-03-09 16:23:35 +08:00
stroke: $noteBorderColor;
fill: $noteBkgColor;
}
.noteText {
2017-04-22 20:37:43 +08:00
fill: black;
stroke: none;
font-family: 'trebuchet ms', verdana, arial;
2017-04-22 20:37:43 +08:00
font-size: 14px;
2017-04-22 20:26:53 +08:00
}
.activation0 {
fill: $activationBkgColor;
stroke: $activationBorderColor;
}
2018-12-18 13:55:14 +08:00
.activation1 {
fill: $activationBkgColor;
stroke: $activationBorderColor;
}
.activation2 {
fill: $activationBkgColor;
stroke: $activationBorderColor;
}