Skip to content

Commit

Permalink
feat(button): add css to button
Browse files Browse the repository at this point in the history
  • Loading branch information
iLya Raylyan authored and iLya Raylyan committed Dec 7, 2020
1 parent 51d6188 commit 34b23ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/button/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
opacity: 0;
}

.text {
flex-grow: 1;
}

a.loading {
pointer-events: none;
}
Expand Down

0 comments on commit 34b23ed

Please sign in to comment.