Skip to content

Commit

Permalink
IBX-1807: Moved border from left to right in UDW panel view (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Jan 3, 2022
1 parent 9c511b9 commit 7f3887e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
position: relative;
padding: calculateRem(18px) calculateRem(46px) calculateRem(18px) calculateRem(16px);
letter-spacing: calculateRem(0.12px);

&:not(:first-child) {
border-left: calculateRem(1px) solid $ibexa-color-light;
}
border-right: calculateRem(1px) solid $ibexa-color-light;

&--collapsed {
flex: 0 0 calculateRem(40px);
Expand Down

0 comments on commit 7f3887e

Please sign in to comment.