Skip to content

Commit 7d97deb

Browse files
Merge branch 'main' into css-vars-tooltip
2 parents 92cc2b7 + 8086078 commit 7d97deb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

rp-variables.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@
9090
--rp-tooltip-font-color: #ffffff;
9191
--rp-tooltip-font-size: 14px;
9292
--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;
93103
/* Container */
94104
--rp-container-focus-outline-width: 0px;
95105
--rp-container-focus-outline-color: var(--rp-primary-color);

0 commit comments

Comments
 (0)