Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Change the style of navigation icon with reminder
Browse files Browse the repository at this point in the history
Increase border radius of icon without reminder to 2px
  • Loading branch information
artkravchenko committed Nov 6, 2017
1 parent c3c1401 commit 74dbce1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/less/blocks/navigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
flex-shrink: 0;
width: 42px;
height: 42px;
border-radius: 1px;
border-radius: 2px;
color: #8e8e8e;
background-color: @color-lightgrey;

Expand All @@ -106,13 +106,18 @@
}

&--remind {
border-radius: 0px;

&::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 3px;
left: -4px;
width: 4px;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;

content: '';
}
}
}
Expand Down

0 comments on commit 74dbce1

Please sign in to comment.