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 38502f0 + 79a7742 commit 8086078Copy full SHA for 8086078
rp-variables.css
@@ -87,6 +87,16 @@
87
/* Tooltip */
88
--rp-tooltip-background-color: #1c2024;
89
--rp-tooltip-border-radius: var(--rp-border-radius);
90
+ /* Password Modal */
91
+ --rp-password-background-color: #ffffff;
92
+ --rp-password-title-font-color: #1c2024;
93
+ --rp-password-content-font-color: #596673;
94
+ --rp-password-input-border-color: #e2e6e9;
95
+ --rp-password-input-placeholder-color: #c6ccd2;
96
+ --rp-password-input-font-color: #000000;
97
+ --rp-password-button-background-color: #34affc;
98
+ --rp-password-button-font-color: #ffffff;
99
+ --rp-password-button-border-color: #0995ee;
100
/* Container */
101
--rp-container-focus-outline-width: 0px;
102
--rp-container-focus-outline-color: var(--rp-primary-color);
0 commit comments