Skip to content

Commit

Permalink
chore(ffe-buttons): Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
selbekk committed Mar 7, 2018
1 parent bff62f8 commit 53c838b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ffe-buttons/less/base-button.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
cursor: pointer;
display: flex;
font-family: "MuseoSansRounded-500", arial, sans-serif;
.ffe-fontsize-button;
line-height: 24px;
overflow: hidden;
padding: 8px 30px;
Expand All @@ -18,6 +17,7 @@
transition: all @ffe-transition-duration @ffe-ease;
user-select: none;
width: 100%;
.ffe-fontsize-button;

&:focus {
outline: none;
Expand Down Expand Up @@ -111,7 +111,7 @@

&--task {
background-color: @ffe-white;
border-radius: 0px;
border-radius: 0;
box-shadow: none;
color: @ffe-blue-azure;
display: inline-block;
Expand Down Expand Up @@ -239,4 +239,4 @@
to { transform: rotate(360deg); }
}
}
}
}

0 comments on commit 53c838b

Please sign in to comment.