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