We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92cc2b7 + 8086078 commit 7d97debCopy full SHA for 7d97deb
rp-variables.css
@@ -90,6 +90,16 @@
90
--rp-tooltip-font-color: #ffffff;
91
--rp-tooltip-font-size: 14px;
92
--rp-tooltip-padding: 8px 8px;
93
+ /* Password Modal */
94
+ --rp-password-background-color: #ffffff;
95
+ --rp-password-title-font-color: #1c2024;
96
+ --rp-password-content-font-color: #596673;
97
+ --rp-password-input-border-color: #e2e6e9;
98
+ --rp-password-input-placeholder-color: #c6ccd2;
99
+ --rp-password-input-font-color: #000000;
100
+ --rp-password-button-background-color: #34affc;
101
+ --rp-password-button-font-color: #ffffff;
102
+ --rp-password-button-border-color: #0995ee;
103
/* Container */
104
--rp-container-focus-outline-width: 0px;
105
--rp-container-focus-outline-color: var(--rp-primary-color);
0 commit comments