-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Formatted clayui.com and clay-charts scss files fixes #2037
- Loading branch information
Showing
217 changed files
with
9,413 additions
and
6,586 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ | |
.clay-blog-content { | ||
max-width: 840px; | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,199 +1,251 @@ | ||
.bb-chart-arcs-title { | ||
dominant-baseline: middle; | ||
font-size: 1.3em; } | ||
dominant-baseline: middle; | ||
font-size: 1.3em; | ||
} | ||
|
||
.bb-chart-arcs .bb-chart-arcs-background { | ||
fill: #e0e0e0; | ||
stroke: none; } | ||
fill: #e0e0e0; | ||
stroke: none; | ||
} | ||
|
||
.bb-chart-arcs .bb-chart-arcs-gauge-unit { | ||
fill: #000; | ||
font-size: 16px; } | ||
fill: #000; | ||
font-size: 16px; | ||
} | ||
|
||
.bb-chart-arcs .bb-chart-arcs-gauge-max { | ||
fill: #777; } | ||
fill: #777; | ||
} | ||
|
||
.bb-chart-arcs .bb-chart-arcs-gauge-min { | ||
fill: #777; } | ||
fill: #777; | ||
} | ||
|
||
.bb-chart-arc .bb-gauge-value { | ||
fill: #000; } | ||
fill: #000; | ||
} | ||
|
||
.bb-area { | ||
stroke-width: 0; | ||
opacity: 0.2; } | ||
stroke-width: 0; | ||
opacity: 0.2; | ||
} | ||
|
||
.bb-bar { | ||
stroke-width: 0; } | ||
.bb-bar._expanded_ { | ||
fill-opacity: 0.75; } | ||
stroke-width: 0; | ||
} | ||
.bb-bar._expanded_ { | ||
fill-opacity: 0.75; | ||
} | ||
|
||
.bb-brush .extent { | ||
fill-opacity: .1; } | ||
fill-opacity: 0.1; | ||
} | ||
|
||
.bb svg { | ||
font: 10px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | ||
-webkit-tap-highlight-color: transparent; } | ||
|
||
.bb path, .bb line { | ||
fill: none; | ||
stroke: #e5e5eb; } | ||
font: 10px -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, | ||
'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', | ||
'Segoe UI Emoji', 'Segoe UI Symbol'; | ||
-webkit-tap-highlight-color: transparent; | ||
} | ||
|
||
.bb path, | ||
.bb line { | ||
fill: none; | ||
stroke: #e5e5eb; | ||
} | ||
|
||
.bb text { | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
user-select: none; } | ||
.bb text tspan { | ||
fill: #6b6c7e; } | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
user-select: none; | ||
} | ||
.bb text tspan { | ||
fill: #6b6c7e; | ||
} | ||
|
||
.bb-legend-item-tile, | ||
.bb-xgrid-focus, | ||
.bb-ygrid, | ||
.bb-event-rect, | ||
.bb-bars path { | ||
shape-rendering: crispEdges; } | ||
shape-rendering: crispEdges; | ||
} | ||
|
||
.bb-chart-arc path { | ||
stroke: #fff; } | ||
stroke: #fff; | ||
} | ||
|
||
.bb-chart-arc text { | ||
fill: #fff; | ||
font-size: 13px; } | ||
fill: #fff; | ||
font-size: 13px; | ||
} | ||
|
||
.bb-target.bb-focused { | ||
opacity: 1; } | ||
opacity: 1; | ||
} | ||
|
||
.bb-target.bb-focused path.bb-line, .bb-target.bb-focused path.bb-step { | ||
stroke-width: 2px; } | ||
.bb-target.bb-focused path.bb-line, | ||
.bb-target.bb-focused path.bb-step { | ||
stroke-width: 2px; | ||
} | ||
|
||
.bb-target.bb-defocused { | ||
opacity: 0.3 !important; } | ||
opacity: 0.3 !important; | ||
} | ||
|
||
.bb-grid line { | ||
stroke: #e5e5eb; | ||
stroke-width: 0.5px; } | ||
stroke: #e5e5eb; | ||
stroke-width: 0.5px; | ||
} | ||
|
||
.bb-grid text { | ||
fill: #aaa; } | ||
fill: #aaa; | ||
} | ||
|
||
.bb-legend-item { | ||
font-size: 12px; } | ||
font-size: 12px; | ||
} | ||
|
||
.bb-legend-item-hidden { | ||
opacity: 0.15; } | ||
opacity: 0.15; | ||
} | ||
|
||
.bb-legend-background { | ||
opacity: 0.75; | ||
fill: white; | ||
stroke: lightgray; | ||
stroke-width: 1; } | ||
opacity: 0.75; | ||
fill: white; | ||
stroke: lightgray; | ||
stroke-width: 1; | ||
} | ||
|
||
.bb-line { | ||
stroke-width: 2px; } | ||
stroke-width: 2px; | ||
} | ||
|
||
.bb-line-dashed-2-2 { | ||
stroke-dasharray: 2 2; } | ||
stroke-dasharray: 2 2; | ||
} | ||
|
||
.bb-line-dashed-2-3 { | ||
stroke-dasharray: 2 3; } | ||
stroke-dasharray: 2 3; | ||
} | ||
|
||
.bb-line-dashed-2-4 { | ||
stroke-dasharray: 2 4; } | ||
stroke-dasharray: 2 4; | ||
} | ||
|
||
.bb-line-dashed-3-2 { | ||
stroke-dasharray: 3 2; } | ||
stroke-dasharray: 3 2; | ||
} | ||
|
||
.bb-line-dashed-3-3 { | ||
stroke-dasharray: 3 3; } | ||
stroke-dasharray: 3 3; | ||
} | ||
|
||
.bb-line-dashed-3-4 { | ||
stroke-dasharray: 3 4; } | ||
stroke-dasharray: 3 4; | ||
} | ||
|
||
.bb-line-dashed-4-2 { | ||
stroke-dasharray: 4 2; } | ||
stroke-dasharray: 4 2; | ||
} | ||
|
||
.bb-line-dashed-4-3 { | ||
stroke-dasharray: 4 3; } | ||
stroke-dasharray: 4 3; | ||
} | ||
|
||
.bb-line-dashed-4-4 { | ||
stroke-dasharray: 4 4; } | ||
stroke-dasharray: 4 4; | ||
} | ||
|
||
.loading-icon { | ||
min-height: 320px; | ||
min-height: 320px; | ||
display: flex; | ||
flex-direction: row; | ||
align-items: center; | ||
vertical-align: middle; } | ||
min-height: 320px; | ||
min-height: 320px; | ||
display: flex; | ||
flex-direction: row; | ||
align-items: center; | ||
vertical-align: middle; | ||
} | ||
|
||
.bb-circle._expanded_ { | ||
stroke-width: 1px; | ||
stroke: white; } | ||
stroke-width: 1px; | ||
stroke: white; | ||
} | ||
|
||
.bb-selected-circle { | ||
fill: white; | ||
stroke-width: 2px; } | ||
fill: white; | ||
stroke-width: 2px; | ||
} | ||
|
||
.bb-region { | ||
fill: steelblue; | ||
fill-opacity: .1; } | ||
fill: steelblue; | ||
fill-opacity: 0.1; | ||
} | ||
|
||
.bb-text.bb-empty { | ||
fill: #808080; | ||
font-size: 2em; } | ||
fill: #808080; | ||
font-size: 2em; | ||
} | ||
|
||
.bb-title { | ||
font: 14px sans-serif; } | ||
font: 14px sans-serif; | ||
} | ||
|
||
.bb-tooltip-container { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
z-index: 1060; | ||
display: block; | ||
max-width: 276px; | ||
padding: 1px; | ||
font-style: normal; | ||
font-weight: normal; | ||
line-height: 1.5; | ||
text-align: start; | ||
word-break: normal; | ||
word-spacing: normal; | ||
white-space: normal; | ||
line-break: auto; | ||
font-size: 0.875rem; | ||
word-wrap: break-word; | ||
background-color: #fff; | ||
background-clip: padding-box; | ||
border: 1px solid rgba(0, 0, 0, 0.2); | ||
border-radius: 0.3rem; } | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
z-index: 1060; | ||
display: block; | ||
max-width: 276px; | ||
padding: 1px; | ||
font-style: normal; | ||
font-weight: normal; | ||
line-height: 1.5; | ||
text-align: start; | ||
word-break: normal; | ||
word-spacing: normal; | ||
white-space: normal; | ||
line-break: auto; | ||
font-size: 0.875rem; | ||
word-wrap: break-word; | ||
background-color: #fff; | ||
background-clip: padding-box; | ||
border: 1px solid rgba(0, 0, 0, 0.2); | ||
border-radius: 0.3rem; | ||
} | ||
|
||
.bb-tooltip { | ||
border-spacing: 0; | ||
background-color: #fff; | ||
empty-cells: show; | ||
opacity: 0.9; | ||
box-shadow: 7px 7px 12px -9px #777777; } | ||
.bb-tooltip th { | ||
border-bottom: 1px solid rgba(0, 0, 0, 0.2); | ||
font-size: 14px; | ||
padding: 2px 5px; | ||
text-align: left; | ||
color: #000; } | ||
.bb-tooltip td { | ||
font-size: 13px; | ||
padding: 3px 6px; | ||
background-color: #fff; } | ||
.bb-tooltip td > span { | ||
display: inline-block; | ||
width: 10px; | ||
height: 10px; | ||
margin-right: 6px; } | ||
.bb-tooltip td.value { | ||
text-align: right; } | ||
.bb-tooltip td svg { | ||
width: 10px; | ||
height: 10px; | ||
margin-right: 2px; } | ||
|
||
/*# sourceMappingURL=main.css.map */ | ||
border-spacing: 0; | ||
background-color: #fff; | ||
empty-cells: show; | ||
opacity: 0.9; | ||
box-shadow: 7px 7px 12px -9px #777777; | ||
} | ||
.bb-tooltip th { | ||
border-bottom: 1px solid rgba(0, 0, 0, 0.2); | ||
font-size: 14px; | ||
padding: 2px 5px; | ||
text-align: left; | ||
color: #000; | ||
} | ||
.bb-tooltip td { | ||
font-size: 13px; | ||
padding: 3px 6px; | ||
background-color: #fff; | ||
} | ||
.bb-tooltip td > span { | ||
display: inline-block; | ||
width: 10px; | ||
height: 10px; | ||
margin-right: 6px; | ||
} | ||
.bb-tooltip td.value { | ||
text-align: right; | ||
} | ||
.bb-tooltip td svg { | ||
width: 10px; | ||
height: 10px; | ||
margin-right: 2px; | ||
} | ||
|
||
/*# sourceMappingURL=main.css.map */ |
Oops, something went wrong.