Browse Source
Merge pull request #20 from SuperNETorg/v0.25
nn vote ui styling fix
v0.25
pbca26
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
3 deletions
-
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; |
|
|
|
} |
|
|
|
} |
|
|
|