Skip to content

Commit

Permalink
SEEDS-357
Browse files Browse the repository at this point in the history
- modify panel arrow
  • Loading branch information
gkalvatcheva committed Aug 27, 2020
1 parent 6c9ab50 commit 8479f75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/views/styles/theme-grid/theme-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -571,3 +571,14 @@ i.icon.icon-minus{
border-right: 1px solid transparent;
}
}

.show-side-slider .side-slider__toggle.close{
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid $body-bg;
border-right: 1px solid transparent;
left: -15px;
outline:none;
}

0 comments on commit 8479f75

Please sign in to comment.