Browse Source

Merge pull request #20 from SuperNETorg/v0.25

nn vote ui styling fix
v0.25
pbca26 7 years ago
committed by GitHub
parent
commit
b86c07a371
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      react/src/components/dashboard/notaryElectionsModal/notaryElectionsModal.scss

11
react/src/components/dashboard/notaryElectionsModal/notaryElectionsModal.scss

@ -100,15 +100,20 @@
top: 258px; top: 258px;
} }
&.elections-map-node--sh { &.elections-map-node--sh {
left: 420px; left: 632px;
top: 344px; top: 382px;
.notary-elections-node-title {
margin-top: 26px;
margin-left: 34px;
}
} }
&.elections-map-node--ae { &.elections-map-node--ae {
left: 560px; left: 560px;
top: 284px; top: 284px;
} }
&.elections-map-node--eu { &.elections-map-node--eu {
left: 440px; left: 412px;
top: 250px; top: 250px;
} }
} }

Loading…
Cancel
Save