////////////////////////////////////// // THEME / VARIABLES / FORMS - SELECTS ////////////////////////////////////// @import '_variables.body'; @import '_variables.color-palette'; @import '_variables.forms'; @import '_variables.sizing'; // Background color $bg-color-select-1-light-mode: $bg-color-input-light-mode; // top linear-gradient background-color in dark mode $bg-color-select-1: var(--bg-select-1); $bg-color-select-2-light-mode: $bg-color-input-light-mode; // bottom linear-gradient background-color in dark mode $bg-color-select-2: var(--bg-select-2); // Background position $bg-position-arrow: $length-em-4; // Position of arrow from right edge of arrow // Color $color-select: var(--body); $color-select-arrow-light-mode: $color-body-light-mode; // arrow color in dark mode // Padding $padding-right-select: $length-em-7; //