aboutsummaryrefslogtreecommitdiff
path: root/ui/src/styles.sass
diff options
context:
space:
mode:
authorAlex Shnitman <alexta69@gmail.com>2023-02-10 23:32:13 +0200
committerAlex Shnitman <alexta69@gmail.com>2023-02-10 23:32:13 +0200
commit50501f0aadf83f3d210a644167e41eda320b2e65 (patch)
tree4868a7c0ae2a061c137dc886383617fb104f38c5 /ui/src/styles.sass
parentAdded download button to the ui (diff)
parentupgrade dependencies (diff)
downloadmetube-50501f0aadf83f3d210a644167e41eda320b2e65.tar.gz
metube-50501f0aadf83f3d210a644167e41eda320b2e65.tar.bz2
metube-50501f0aadf83f3d210a644167e41eda320b2e65.zip
Merge remote-tracking branch 'origin/master' into download_to_device
Diffstat (limited to 'ui/src/styles.sass')
-rw-r--r--ui/src/styles.sass1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/styles.sass b/ui/src/styles.sass
index 5d54ecb..4ce00cc 100644
--- a/ui/src/styles.sass
+++ b/ui/src/styles.sass
@@ -2,3 +2,4 @@
/* Importing Bootstrap SCSS file. */
@import '~bootstrap/scss/bootstrap'
+@import '~@ng-select/ng-select/themes/default.theme.css' \ No newline at end of file
bgstack15