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>
|
<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;
|
||||||
|
|
Loading…
Reference in New Issue