Remove some commented lines and logs
This commit is contained in:
parent
a1f6ef1dca
commit
ee883d0f88
3 changed files with 0 additions and 6 deletions
|
@ -253,7 +253,6 @@ main-router {
|
||||||
border-radius: $fallback--panelRadius;
|
border-radius: $fallback--panelRadius;
|
||||||
border-radius: var(--panelRadius, $fallback--panelRadius);
|
border-radius: var(--panelRadius, $fallback--panelRadius);
|
||||||
box-shadow: 1px 1px 4px rgba(0,0,0,.6);
|
box-shadow: 1px 1px 4px rgba(0,0,0,.6);
|
||||||
//overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-body:empty::before {
|
.panel-body:empty::before {
|
||||||
|
|
|
@ -398,10 +398,6 @@
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeline .panel.timeline {
|
|
||||||
//overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.muted {
|
.muted {
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
button {
|
button {
|
||||||
|
|
|
@ -91,7 +91,6 @@ const setColors = (col, commit) => {
|
||||||
|
|
||||||
colors.cAlertRed = col.cRed && `rgba(${col.cRed.r}, ${col.cRed.g}, ${col.cRed.b}, .5)`
|
colors.cAlertRed = col.cRed && `rgba(${col.cRed.r}, ${col.cRed.g}, ${col.cRed.b}, .5)`
|
||||||
|
|
||||||
console.log(JSON.stringify(col))
|
|
||||||
radii.btnRadius = col.btnRadius
|
radii.btnRadius = col.btnRadius
|
||||||
radii.panelRadius = col.panelRadius
|
radii.panelRadius = col.panelRadius
|
||||||
radii.avatarRadius = col.avatarRadius
|
radii.avatarRadius = col.avatarRadius
|
||||||
|
|
Loading…
Reference in a new issue