Skip to content

Commit

Permalink
fix icon size for floating button
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 1fd0438 commit 5f4d1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ th {
.heading &,
.title &,
.subtitle & .link--external &,
.v-btn:not(.v-btn--icon) & {
.v-btn:not(.v-btn--icon):not(.v-btn--floating) & {
font-size: 1.2em;
}
}
Expand Down

0 comments on commit 5f4d1cb

Please sign in to comment.