mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Format less code
This commit is contained in:
parent
1c7c109960
commit
727f6c0e28
@ -66,4 +66,4 @@ svg .classLabel .label {
|
||||
}
|
||||
#extensionEnd {
|
||||
.composition;
|
||||
}
|
||||
}
|
||||
|
@ -134,7 +134,3 @@
|
||||
font-size: 18px;
|
||||
fill: @taskTextLightColor;
|
||||
}
|
||||
/*
|
||||
|
||||
|
||||
*/
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
.actor {
|
||||
stroke: @actorBorder;
|
||||
fill: @actorBkg;
|
||||
|
@ -66,4 +66,4 @@ svg .classLabel .label {
|
||||
}
|
||||
#extensionEnd {
|
||||
.composition;
|
||||
}
|
||||
}
|
||||
|
@ -132,7 +132,3 @@
|
||||
font-size:18px;
|
||||
fill:@taskTextDarkColor;
|
||||
}
|
||||
/*
|
||||
|
||||
|
||||
*/
|
||||
|
@ -21,4 +21,4 @@ div.mermaidTooltip {
|
||||
border-radius: 2px;
|
||||
pointer-events: none;
|
||||
z-index:100;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
.actor {
|
||||
stroke: @actorBorder;
|
||||
fill: @actorBkg;
|
||||
@ -72,4 +70,4 @@ text.actor {
|
||||
stroke:none;
|
||||
font-family: 'trebuchet ms', verdana, arial;
|
||||
font-size:14px;
|
||||
}
|
||||
}
|
||||
|
@ -58,4 +58,4 @@
|
||||
@taskTextLightColor: white;
|
||||
@taskTextDarkColor: black;
|
||||
|
||||
@todayLineColor: red;
|
||||
@todayLineColor: red;
|
||||
|
@ -66,4 +66,4 @@ svg .classLabel .label {
|
||||
}
|
||||
#extensionEnd {
|
||||
.composition;
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
.mermaid .label {
|
||||
.mermaid .label {
|
||||
font-family: 'trebuchet ms', verdana, arial;
|
||||
color:#333
|
||||
}
|
||||
|
@ -132,7 +132,3 @@
|
||||
font-size:18px;
|
||||
fill:@taskTextDarkColor;
|
||||
}
|
||||
/*
|
||||
|
||||
|
||||
*/
|
||||
|
@ -21,4 +21,4 @@ div.mermaidTooltip {
|
||||
border-radius: 2px;
|
||||
pointer-events: none;
|
||||
z-index:100;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
.actor {
|
||||
stroke: @actorBorder;
|
||||
fill: @actorBkg;
|
||||
@ -72,4 +70,4 @@ text.actor {
|
||||
stroke:none;
|
||||
font-family: 'trebuchet ms', verdana, arial;
|
||||
font-size:14px;
|
||||
}
|
||||
}
|
||||
|
@ -59,4 +59,4 @@
|
||||
@taskTextLightColor: white;
|
||||
@taskTextDarkColor: black;
|
||||
|
||||
@todayLineColor: red;
|
||||
@todayLineColor: red;
|
||||
|
@ -66,4 +66,4 @@ svg .classLabel .label {
|
||||
}
|
||||
#extensionEnd {
|
||||
.composition;
|
||||
}
|
||||
}
|
||||
|
@ -132,4 +132,3 @@
|
||||
font-size: 18px;
|
||||
fill: @taskTextDarkColor;
|
||||
}
|
||||
|
||||
|
@ -21,4 +21,4 @@ div.mermaidTooltip {
|
||||
border-radius: 2px;
|
||||
pointer-events: none;
|
||||
z-index:100;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
.actor {
|
||||
stroke: @actorBorder;
|
||||
fill: @actorBkg;
|
||||
@ -72,4 +70,4 @@ text.actor {
|
||||
stroke: none;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
@ -63,4 +63,4 @@
|
||||
@taskTextLightColor: white;
|
||||
@taskTextDarkColor: @text;
|
||||
|
||||
@todayLineColor: @critBkgColor;
|
||||
@todayLineColor: @critBkgColor;
|
||||
|
Loading…
x
Reference in New Issue
Block a user