chore: updated @rollup/plugin-node-resolve@10.0.0, rollup-plugin-terser@7.0.2, rollup-plugin-vue@5.1.9; chore: replaced /deep/ selector in favor of ::v-deep due to deprecation

This commit is contained in:
Roberto Tonino
2020-10-28 20:27:11 +01:00
parent 36504b523c
commit f095c1264e
5 changed files with 813 additions and 41765 deletions

View File

@@ -125,12 +125,12 @@ i {
vertical-align: middle;
}
i /deep/ svg {
i::v-deep svg {
fill: white;
width: 20px;
}
.ethereum /deep/ svg {
.ethereum::v-deep svg {
fill: var(--foreground);
}