fix: removed colored card border

This commit is contained in:
Corentin Thomasset 2022-08-17 17:33:44 +02:00
parent ab7483b5c2
commit 7c449f4f2d
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -27,10 +27,7 @@ const { icon, title } = toRefs(props);
background: rgb(37, 99, 108); background: rgb(37, 99, 108);
background: linear-gradient(48deg, rgba(37, 99, 108, 1) 0%, rgba(59, 149, 111, 1) 60%, rgba(20, 160, 88, 1) 100%); background: linear-gradient(48deg, rgba(37, 99, 108, 1) 0%, rgba(59, 149, 111, 1) 60%, rgba(20, 160, 88, 1) 100%);
color: #fff; color: #fff;
border: none;
&:hover {
border-color: var(--n-color-target);
}
.icon { .icon {
opacity: 0.7; opacity: 0.7;