styling for dupe component name error

This commit is contained in:
Michael Shanks 2020-08-07 14:33:41 +01:00
parent c23d76bef3
commit 1855febc57
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>