diff --git a/public/img/arrow-down.png b/public/img/arrow-down.png new file mode 100644 index 00000000..b389fbfe Binary files /dev/null and b/public/img/arrow-down.png differ diff --git a/src/App.vue b/src/App.vue index de167463..4f170f2e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -129,4 +129,16 @@ b { main { background-color: #1d2438; } + +.uk-select { + background-color: #30354b !important; + -webkit-border-radius: 20px !important; + -moz-border-radius: 20px !important; + border-radius: 20px !important; + height: auto !important; + padding: 12px 50px 12px 30px !important; + background-image: url("/img/arrow-down.png") !important; + background-size: 30px !important; + background-position: calc(100% - 15px) 11px !important; +} diff --git a/src/components/FeedPage.vue b/src/components/FeedPage.vue index e090cc55..bcb5f903 100644 --- a/src/components/FeedPage.vue +++ b/src/components/FeedPage.vue @@ -1,19 +1,25 @@