Remove some commented lines and logs

This commit is contained in:
shpuld 2018-04-11 19:40:59 +03:00
parent a1f6ef1dca
commit ee883d0f88
3 changed files with 0 additions and 6 deletions

View file

@ -253,7 +253,6 @@ main-router {
border-radius: $fallback--panelRadius;
border-radius: var(--panelRadius, $fallback--panelRadius);
box-shadow: 1px 1px 4px rgba(0,0,0,.6);
//overflow: hidden;
}
.panel-body:empty::before {

View file

@ -398,10 +398,6 @@
border-bottom: none;
}
.timeline .panel.timeline {
//overflow: hidden;
}
.muted {
padding: 0.25em 0.5em;
button {

View file

@ -91,7 +91,6 @@ const setColors = (col, commit) => {
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.panelRadius = col.panelRadius
radii.avatarRadius = col.avatarRadius