Skip to content

Instantly share code, notes, and snippets.

@Jantho1990
Created August 9, 2018 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jantho1990/43b19df2794e0d0851be03ba80e8f9ba to your computer and use it in GitHub Desktop.
Save Jantho1990/43b19df2794e0d0851be03ba80e8f9ba to your computer and use it in GitHub Desktop.
StarRating Vue -- 10a
<style>
.rating-inputs {
grid-area: input;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 1fr;
text-align: left;
margin: auto;
}
.rating-inputs input {
margin: auto;
}
.rating-inputs label {
margin: auto 0;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment