aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/sass/ng-select.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss
index c40b355be..229300ca5 100644
--- a/client/src/sass/ng-select.scss
+++ b/client/src/sass/ng-select.scss
@@ -15,7 +15,7 @@ $ng-select-height: 30px;
15$ng-select-value-padding-left: 15px; 15$ng-select-value-padding-left: 15px;
16$ng-select-value-font-size: 15px; 16$ng-select-value-font-size: 15px;
17 17
18@use '~@ng-select/ng-select/scss/default.theme'; 18@import '~@ng-select/ng-select/scss/default.theme';
19 19
20.ng-select { 20.ng-select {
21 font-size: $ng-select-value-font-size; 21 font-size: $ng-select-value-font-size;
@@ -28,7 +28,6 @@ $ng-select-value-font-size: 15px;
28 28
29 .ng-select-container { 29 .ng-select-container {
30 background-color: pvar(--inputBackgroundColor); 30 background-color: pvar(--inputBackgroundColor);
31
32 } 31 }
33 32
34 .ng-arrow-wrapper { 33 .ng-arrow-wrapper {