Browse Source

nn vote ui styling fix

v0.25
pbca26 7 years ago
parent
commit
bf7bcf8e1d
  1. 11
      react/src/components/dashboard/notaryElectionsModal/notaryElectionsModal.scss

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

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

Loading…
Cancel
Save