This commit is contained in:
status-im-auto 2022-03-24 04:26:02 +00:00 committed by Jenkins
parent 9a45652d8f
commit e16ac286af
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1 @@
<svg width="25" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.621 14.121A3 3 0 1010.38 9.88a3 3 0 004.242 4.242z" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.958 12C4.232 7.943 8.023 5 12.5 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>

After

Width:  |  Height:  |  Size: 436 B

9
css/style.min.css vendored
View File

@ -528,14 +528,14 @@ samp {
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*
*
* 2. Add `vertical-align: middle` to align replaced elements more
* sensibly by default when overriding `display` by adding a
* utility like `inline`.
*
* This can trigger a poorly considered linting error in some
* tools but is included by design.
*
*
* https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
*/
@ -14251,6 +14251,10 @@ video {
background-image: url('/assets/images/icon/eye-close-white.svg');
}
.bg-eye-open-white {
background-image: url('/assets/images/icon/eye-open-white.svg');
}
.from-white {
--tw-gradient-from: #fff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
@ -157214,6 +157218,7 @@ video {
}
/*purgecss end ignore */
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */