Skip to content

Commit

Permalink
Fix some style bugs in button thems
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharAyari committed Mar 6, 2018
1 parent 1491adb commit 05a8e7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/components/toolbox/buttons/css/importantButton.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import './base.css';

.button {
font-size: 1em;
font-size: var(--button-font-size);
}
4 changes: 3 additions & 1 deletion src/components/toolbox/buttons/css/lightButton.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import './base.css';

.button {
font-size: 1em;
font-size: var(--button-font-size);
}

0 comments on commit 05a8e7f

Please sign in to comment.