Skip to content

Commit

Permalink
fix(vuetify): added calc() that accidentally got deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsmith22389 committed Oct 31, 2018
1 parent 734ad97 commit 3a14e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/_text-fields.scss
Expand Up @@ -347,7 +347,7 @@
}

.v-label {
top: (50% - #{rem(10px)});
top: calc(50% - #{rem(10px)});
}

.v-input__control {
Expand Down

0 comments on commit 3a14e69

Please sign in to comment.