camel to kebab for nomlogSummary

Adopts preferred CSS class format
This commit is contained in:
Michael Langford 2021-03-17 10:50:53 -04:00 committed by GitHub
parent 40b60363c5
commit 9a232c835a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div id="controls"> <div id="controls">
<span <span
class="nomlogSummary" class="nomlog-summary"
v-show="session.voteHistory.length" v-show="session.voteHistory.length"
@click="toggleModal('voteHistory')" @click="toggleModal('voteHistory')"
:title=" :title="
@ -379,7 +379,7 @@ export default {
margin-left: 10px; margin-left: 10px;
} }
span.nomlogSummary { span.nomlog-summary {
color: $townsfolk; color: $townsfolk;
margin-top: 7px; margin-top: 7px;
margin-left: 10px; margin-left: 10px;