mirror of https://github.com/bra1n/townsquare.git
camel to kebab for nomlogSummary
Adopts preferred CSS class format
This commit is contained in:
parent
40b60363c5
commit
9a232c835a
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div id="controls">
|
||||
<span
|
||||
class="nomlogSummary"
|
||||
class="nomlog-summary"
|
||||
v-show="session.voteHistory.length"
|
||||
@click="toggleModal('voteHistory')"
|
||||
:title="
|
||||
|
@ -379,7 +379,7 @@ export default {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
span.nomlogSummary {
|
||||
span.nomlog-summary {
|
||||
color: $townsfolk;
|
||||
margin-top: 7px;
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Reference in New Issue