Merge pull request #247 from topik0/dev

Made the search bar fit in with the rest of the page better
This commit is contained in:
wellá
2020-10-02 11:04:34 +02:00
committed by GitHub
3 changed files with 738 additions and 500 deletions

View File

@@ -56,10 +56,13 @@ export default {
<style lang="scss"> <style lang="scss">
input { input {
font-family: "Poppins";
padding: .5rem 1.5rem .5rem 1.5rem; padding: .5rem 1.5rem .5rem 1.5rem;
border-radius: .3rem; border-radius: .3rem;
background: #eee; border: none;
font-size:12px; background: #2E2E40;
font-size: 14px;
color: #fff;
&:focus { &:focus {
outline:none; outline:none;

1215
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,21 +15,21 @@
}, },
"dependencies": { "dependencies": {
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"nuxt": "^2.4.0", "nuxt": "^2.14.6",
"nuxt-clipboard2": "^0.2.1", "nuxt-clipboard2": "^0.2.1",
"vue-i18n": "^8.11.2", "ramda": "^0.26.1",
"ramda": "^0.26.1" "vue-i18n": "^8.21.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.6.4", "@babel/core": "^7.11.6",
"@babel/preset-env": "^7.6.3", "@babel/preset-env": "^7.11.5",
"@vue/test-utils": "^1.0.0-beta.29", "@vue/test-utils": "^1.1.0",
"autoprefixer": "^8.6.4", "autoprefixer": "^8.6.4",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
"eslint": "^6.5.1", "eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0", "eslint-config-prettier": "^6.12.0",
"eslint-loader": "^3.0.2", "eslint-loader": "^3.0.2",
"eslint-plugin-prettier": "^3.1.1", "eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.2.3", "eslint-plugin-vue": "^5.2.3",
@@ -42,6 +42,6 @@
"pug-plain-loader": "^1.0.0", "pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0", "sass-loader": "^7.1.0",
"tailwindcss": "^0.7.0", "tailwindcss": "^0.7.0",
"vue-jest": "^3.0.5" "vue-jest": "^3.0.7"
} }
} }