Fix bugs in tooltip icon

This commit is contained in:
BorysLevytskyi
2023-05-16 08:03:00 +02:00
parent 7e64bdaadf
commit e41db97f87
4 changed files with 44 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
}
.vpc-view .host-part {
color: darkcyan;
color: coral;
}
.vpc-view .subnet-part {
@@ -47,4 +47,8 @@
.vpc-view .address-container {
margin: 20px 0;
}
.vpc-view .tooltip-icon {
margin-left: 5px;
}