mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-09 03:04:06 -04:00
fix: removed colored card border
This commit is contained in:
parent
ab7483b5c2
commit
7c449f4f2d
@ -27,10 +27,7 @@ const { icon, title } = toRefs(props);
|
||||
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%);
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
border-color: var(--n-color-target);
|
||||
}
|
||||
border: none;
|
||||
|
||||
.icon {
|
||||
opacity: 0.7;
|
||||
|
Loading…
x
Reference in New Issue
Block a user