mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-23 03:08:16 +00:00
Add eye open white asset for node page (#11)
This commit is contained in:
parent
121cadaad6
commit
fab766fd56
4
src/assets/images/icon/eye-open-white.svg
Normal file
4
src/assets/images/icon/eye-open-white.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.6213 14.1213C15.1839 13.5587 15.5 12.7956 15.5 12C15.5 11.2044 15.1839 10.4413 14.6213 9.87868C14.0587 9.31607 13.2956 9 12.5 9C11.7044 9 10.9413 9.31607 10.3787 9.87868C9.81607 10.4413 9.5 11.2044 9.5 12C9.5 12.7956 9.81607 13.5587 10.3787 14.1213C10.9413 14.6839 11.7044 15 12.5 15C13.2956 15 14.0587 14.6839 14.6213 14.1213Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M2.95801 12C4.23201 7.943 8.02301 5 12.5 5C16.978 5 20.768 7.943 22.042 12C20.768 16.057 16.978 19 12.5 19C8.02301 19 4.23201 16.057 2.95801 12Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 762 B |
10
src/css/style.min.css
vendored
10
src/css/style.min.css
vendored
@ -526,14 +526,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
|
||||
*/
|
||||
|
||||
@ -14249,6 +14249,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));
|
||||
@ -157209,4 +157213,4 @@ video {
|
||||
.\33xl\:ease-in-out {
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user