Skip to content

Commit

Permalink
rm leftover text referring to a proprietary Panoptix project
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jan 8, 2021
1 parent c0c0426 commit dc298cc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions example/frontend/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

/* Custom */

/* ------ hotrod admin ------ */

/* --- table panel --- */

.table-panel {
Expand Down Expand Up @@ -85,7 +83,7 @@ $sidebar-width: 255px;
}

& > img {
border: 2px solid transparent;
border: 2px solid transparent;
box-shadow: 0 0 0 1.5px #DFE0EB;
}
}
Expand Down Expand Up @@ -114,14 +112,14 @@ $sidebar-width: 255px;
letter-spacing: 0.2px;
color: #A4A6B3;
border-left: 3px solid transparent;

&.active, &:hover {
color: #DDE2FF;
border-left-color: #DDE2FF;
background: #3f4049;
}
}

.sidebar-divider {
background: #40414a;
height: 2px;
Expand Down Expand Up @@ -308,4 +306,3 @@ $sidebar-width: 255px;
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
}

0 comments on commit dc298cc

Please sign in to comment.