styling for dupe component name error

This commit is contained in:
Michael Shanks 2020-08-07 14:33:41 +01:00
parent 20ecd112f4
commit 76a9ababf1
1 changed files with 2 additions and 0 deletions

View File

@ -126,5 +126,7 @@
.duplicate-name {
color: var(--red);
font-size: var(--font-size-xs);
position: relative;
top: -10px;
}
</style>