mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
fix: removed colored card border
This commit is contained in:
parent
ab7483b5c2
commit
7c449f4f2d
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue