Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bergice committed Nov 6, 2018
1 parent 63d9ce1 commit 44df9de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions client/src/components/Toolbar/Toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@

.rounded {

&.btn, >.btn {
&.btn,
>.btn {
width: 32px;
padding-left: 7px;

&:last-child{
&:last-child {
border-top-right-radius: 100px !important;
border-bottom-right-radius: 100px !important;
}
Expand All @@ -43,7 +44,8 @@

border-radius: 100px !important;

&::before, .btn::before {
&::before,
.btn::before {
margin-right: 0;
}
}
Expand Down

0 comments on commit 44df9de

Please sign in to comment.