Update styles to new Polkadot identity (#124)

This commit is contained in:
Maciej Hirsz
2019-03-15 15:50:03 +01:00
committed by GitHub
parent 0134677c2d
commit ce68e0e271
9 changed files with 29 additions and 232 deletions
@@ -38,21 +38,21 @@
}
.Row-pinned td:first-child {
border-left: 3px solid #d64ca8;
border-left: 3px solid #E6007A;
padding-left: 10px;
}
.Row-pinned td:last-child {
border-right: 3px solid #d64ca8;
border-right: 3px solid #E6007A;
padding-right: 10px;
}
.Row-pinned.Row-synced {
color: #d64ca8;
color: #E6007A;
}
.Row:hover {
background-color: #161616;
background-color: #1E1E1E;
}
.Row-validator {