forked from verdnatura/salix-front
style: fix color when is empty
This commit is contained in:
parent
7197881cdd
commit
febc88203d
|
@ -73,7 +73,7 @@ const tags = computed(() => {
|
||||||
max-width: 4rem;
|
max-width: 4rem;
|
||||||
}
|
}
|
||||||
.empty {
|
.empty {
|
||||||
border: 1px solid $color-spacer-light;
|
border: 1px solid #2b2b2b;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue