Skip to content

Commit 79a7742

Browse files
feat: add CSS variables for Password Modal styling
1 parent 38502f0 commit 79a7742

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
@@ -87,6 +87,16 @@
8787
/* Tooltip */
8888
--rp-tooltip-background-color: #1c2024;
8989
--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;
90100
/* Container */
91101
--rp-container-focus-outline-width: 0px;
92102
--rp-container-focus-outline-color: var(--rp-primary-color);

0 commit comments

Comments
 (0)