mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
lint
This commit is contained in:
parent
784348345c
commit
e1e2976cd0
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,7 @@ export default {
|
||||||
left: 20px;
|
left: 20px;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
@ -137,6 +138,7 @@ export default {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin: 0 15px;
|
margin: 0 15px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: red;
|
color: red;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -145,6 +147,7 @@ export default {
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin: 0 40px 0 10px;
|
margin: 0 40px 0 10px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
@ -167,12 +170,15 @@ tbody {
|
||||||
td:nth-child(2) {
|
td:nth-child(2) {
|
||||||
color: $townsfolk;
|
color: $townsfolk;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:nth-child(3) {
|
td:nth-child(3) {
|
||||||
color: $demon;
|
color: $demon;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:nth-child(5) {
|
td:nth-child(5) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:nth-child(6) {
|
td:nth-child(6) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue