mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-28 03:21:40 +01:00
9 lines
222 B
SCSS
9 lines
222 B
SCSS
@import "variables";
|
|
|
|
:export {
|
|
darkInputColor: $darkInputColor;
|
|
darkInputPlaceholderColor: $darkInputPlaceholderColor;
|
|
lightInputColor: $lightInputColor;
|
|
lightInputPlaceholderColor: $lightInputPlaceholderColor;
|
|
}
|