mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/DonateOptionsCard: adjust options mask size
This commit is contained in:
parent
f528919072
commit
3ceef9565d
1 changed files with 4 additions and 4 deletions
|
@ -273,9 +273,9 @@
|
||||||
mask-image: linear-gradient(
|
mask-image: linear-gradient(
|
||||||
90deg,
|
90deg,
|
||||||
rgba(0, 0, 0, 0) 0%,
|
rgba(0, 0, 0, 0) 0%,
|
||||||
rgba(0, 0, 0, 1) 4%,
|
rgba(0, 0, 0, 1) 3%,
|
||||||
rgba(0, 0, 0, 1) 50%,
|
rgba(0, 0, 0, 1) 50%,
|
||||||
rgba(0, 0, 0, 1) 96%,
|
rgba(0, 0, 0, 1) 97%,
|
||||||
rgba(0, 0, 0, 0) 100%
|
rgba(0, 0, 0, 0) 100%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -420,7 +420,7 @@
|
||||||
rgba(0, 0, 0, 0) 0%,
|
rgba(0, 0, 0, 0) 0%,
|
||||||
rgba(0, 0, 0, 1) 20%,
|
rgba(0, 0, 0, 1) 20%,
|
||||||
rgba(0, 0, 0, 1) 50%,
|
rgba(0, 0, 0, 1) 50%,
|
||||||
rgba(0, 0, 0, 1) 96%,
|
rgba(0, 0, 0, 1) 97%,
|
||||||
rgba(0, 0, 0, 0) 100%
|
rgba(0, 0, 0, 0) 100%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -429,7 +429,7 @@
|
||||||
mask-image: linear-gradient(
|
mask-image: linear-gradient(
|
||||||
90deg,
|
90deg,
|
||||||
rgba(0, 0, 0, 0) 0%,
|
rgba(0, 0, 0, 0) 0%,
|
||||||
rgba(0, 0, 0, 1) 4%,
|
rgba(0, 0, 0, 1) 3%,
|
||||||
rgba(0, 0, 0, 1) 50%,
|
rgba(0, 0, 0, 1) 50%,
|
||||||
rgba(0, 0, 0, 1) 80%,
|
rgba(0, 0, 0, 1) 80%,
|
||||||
rgba(0, 0, 0, 0) 100%
|
rgba(0, 0, 0, 0) 100%
|
||||||
|
|
Loading…
Reference in a new issue