mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
changed settings API and page to React + rest changed structure of scripts - different folders for editor and admin scripts
12 lines
356 B
SCSS
12 lines
356 B
SCSS
@import "../variables";
|
|
|
|
// Gradients for logos.
|
|
@supports (-webkit-background-clip: text) {
|
|
.mind-post-toolbar-toggle button,
|
|
.mind-popup-footer-logo,
|
|
.mind-popup-connected-screen-button {
|
|
background: linear-gradient(to right, var(--mind-brand-color), var(--mind-brand-color-2));
|
|
background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
}
|